@import url("./init.css");
@import url("./general.css");
@import url("./layout.css");
@import url("./base.css");
@import url("./parts.css");


.attention {
	color: #FF0000;
	text-decoration: underline;
}

.container {
/*	border: 1px solid #A0A0A0;*/
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px solid #A0A0A0;
}

.container h2 {
	padding: 0.5em;
	border-bottom: 1px solid #A0A0A0;
	font-weight: bold;
	background-color: #C0C0C0;
	font-size: 116.7%;
}

.container h3 {
	font-weight: bold;
	font-size: 116.7%;
}

.container h3.green {
	color: #2f6202;
	margin-bottom: 0.5em;
}

.container img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.container .section {
	padding: 0.5em 1em 1em;
}

.container .section.end {
	padding-bottom: 0;
}

.container .section2 {
	padding: 0.5em 0 1em;
}

.container .section2.end {
	padding-bottom: 0;
}

.container .section2 p {
	margin-bottom: 0.5em;
	text-indent: 1em;
}

.container .section2 .ref {
	text-align: right;
	margin-top: 1em;
}

.container .section2 em {
	font-style: normal;
	font-weight: bold;
}

.container .section2 img.image {
	display: block;
	margin: 1em auto;
}

.container.pickup {
	background-color: #ffffce;
}

.container.pickup h2 {
	color: yellow;
	background-color: blue;
}

.topics .section {
	padding: 6px;
}

.tasklist li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-top: 0.5em;
}

.pdflink {
}

.subBox {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #A0A0A0;
	background-color: #F0FFF0;
}

.subBox h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.howToEntry {
	margin: 1em;
	padding: 1em;
	border: 1px solid #A0A0A0;
	background-color: #FEFEFE;
}

.howToEntry dt {
	font-weight: bold;
	text-decoration: underline;
}


#left_area .container {
	font-size: 85.7%;
}
/*
#left_area .container.pickup {
	border: 1px solid blue;
}
*/
#left_area .container h2 {
	font-size: 100%;
}

#left_area .container .section {
	padding: 0.5em;
}

#left_area .container img {
	display: block;
	margin: 0 auto;
}



p.noindent {
	text-indent: 0;
}


.contact01 img {
	float: left;
	margin: 0.5em 14px 1em 0;
}

.contact01 .section {
	float: left;
	width: 548px;
}


.formmail fieldset, .formmail .fieldset {
	padding: 0.5em;
	border: none;
	padding-left: 14px;
	padding-right: 14px;
}

.formmail .fieldset table {
	margin-top: 1em;
}

.formmail p {
	margin-top: 0.25em;
	text-indent: 0;
}

.formmail table {
	width: 100%;
}

.formmail tr {
/*	background-image: url("../img/bg_formmail.gif");
	background-position: left bottom;
	background-repeat: repeat-x;*/
}

.formmail th, .formmail td {
	padding: 0.5em 0;
	border-bottom: 1px dotted #303030;
}

.formmail th {
	width: 12em;
	text-align: left;
	vertical-align: top;
}

.formmail th label {
	display: block;
	margin-top: 0.25em;
	padding-top: 2px;
}

.formmail input, .formmail textarea {
	border: 1px solid #656363;
	padding: 0.25em 0.5em;
	height: 1.4em;
	line-height: 1.4;
}

.formmail #form_campany {
	width: 95%;
}

.formmail #form_post {
	width: 15em;
}

.formmail #form_name {
	width: 15em;
}

.formmail #form_email {
	width: 95%;
}

.formmail #form_postalCode1 {
	width: 3em;
}

.formmail #form_postalCode2 {
	width: 4em;
}

.formmail #form_address {
	width: 95%;
	height: 3.3em;
	line-height: 1.4;
}

.formmail #form_tel {
	width: 15em;
}

.formmail #form_fax {
	width: 15em;
}

.formmail #form_text {
	width: 95%;
	height: 14.5em;
	line-height: 1.4;
}

.formmail button#form_addressSearch {
	display: none;
	font-size: 87.5%;
	padding: 0;
	margin-left: 2em;
}

.formmail .postalCode .hyphen {
	vertical-align: bottom;
	width: 0.75em;
	padding-bottom: 0.95em;
	margin: 0 0.25em;
}

.formmail #groovetechnology {
	float: right;
}

.formmail .notice, .formmail .error_message {
	font-size: 87.5%;
	color: #FF0000;
}

.formmail .error_message {
	line-height: 1;
}

.formmail .confirmButton {
	width: 50%;
	margin: 1em auto;
}

.formmail .confirmButton form {
	float: left;
	width: 49%;
}


span.sup {
	font-size: 75%;
	vertical-align: top;
}



.sub_menu {
	font-size: 85.7%;
	margin-bottom: 0.5em;
	text-align: center;
}


.profile01 .img {
	float: right;
	width: 200px;
	margin: 0.5em 0 1em 1em;
}

.profile01 .img img {
	display: block;
}

.profile01 .img p {
	font-size: 85.7%;
	white-space: nowrap;
	text-indent: 0;
	text-align: center;
}

.profile01 .section {
	float: left;
}

.profile01 .section em {
	display: block;
	width: 400px;
	font-size: 114.3%;
	padding: 6px;
	border: 1px solid #A0A0A0;
	background-color: #e6f8ff;
	margin-bottom: 1em;
}

.profile01 dl {
	clear: both;
	margin: 0 3em 1em 3em;
	padding: 0.5em;
	border: 1px dotted #303030;
	font-weight: bold;
}

.profile01 dt {
	float: left;
	margin-right: 1em;
}


.profile02 .campany p {
	text-indent: -1.4em;
	padding-left: 1.4em;
	margin: 0.5em 0 0;
}

.profile02 .campany em {
	text-decoration: underline;
}

.profile02 .campany .msg {
	margin: 1em;
	padding: 0.5em 1em;
	border: 1px solid #A0A0A0;
	background-color: #F0FFF0;
}

.profile02 .campany .msg p {
	text-indent: 0;
	margin: 0;
	padding: 0;
	color: #2f6202;
}

.profile02 table {
	width: 100%;
/*	font-size: 85.7%;*/
	margin: 0.5em 0 1em;
}

.profile02 th {
	padding: 0.25em 0.5em;
	border: 1px solid #A0A0A0;
	white-space: nowrap;
}

.profile02 td {
	padding: 0.25em 0.5em;
	border: 1px solid #A0A0A0;
}

.profile03 {
	margin-bottom: 1em;
}

.profile03 img {
	float: left;
	margin: 0.5em 1em 1em 1em;
}

.profile03 .section {
	float: left;
}

.profile03 .section h3 {
	margin-bottom: 0.5em;
}

.profile03 .section em {
	display: block;
	width: 400px;
	font-size: 114.3%;
	padding: 0.5em;
	border: 1px solid #A0A0A0;
	background-color: #e6f8ff;
	margin-bottom: 1em;
}

.profile04 {
	width: 650px;
	margin: 1em auto;
}

.profile04 li {
	float: left;
	width: 110px;
	margin: 10px;
	font-size: 85.7%;
	text-indent: 0;
	text-decoration: none;
}

.container .profile04 li {
	list-style-type: none;
	margin-left: 10px;
}

* html .profile04 li {
	margin-left: 8px;
}

.profile04 li img {
	display: block;
	margin: 0 auto 0.5em;
}

.profile04 li a {
/*	font-size: 85.7%;
	text-indent: 0;*/
	color: #303030;
	text-decoration: none;
}

.container .section2 .profile05 .note {
	font-size: 85.7%;
	text-indent: -1em;
	padding-left: 1em;
}

.profile05 .red {
	color: #FF0000;
}

.profile05 h4 {
	font-weight: bold;
}

.profile05 table {
	margin-bottom: 1em;
}

.profile05 table th {
	white-space: nowrap;
	padding: 0.25em 0.5em;
}

.profile05 table td {
	padding: 0.25em 0.5em;
}

.profile05 div.right {
	width: auto;
	white-space: nowrap;
}

.profile05 .msg {
	margin: 1em;
	padding: 0.5em 1em 0;
	border: 1px solid #A0A0A0;
	background-color: #F0FFF0;
}

.profile05 .msg p {
	text-align: center;
	text-indent: 0;
}

.author01 img {
	display: block;
	width: 100px;
	height: 141px;
}

.author01 th {
	padding: 0.25em 0.5em;
	border: 1px solid #A0A0A0;
	white-space: nowrap;
}

.author01 td {
	padding: 0.25em 0.5em;
	border: 1px solid #A0A0A0;
}

.author01 dt {
	font-weight: bold;
}

.author01 dd {
	text-indent: 1em;
	margin-top: 0.5em;
}

.author01 td p.center {
	font-size: 85.7%;
}

#jirei .setumei {
	font-size: 85.7%;
	color: #FF0000;
	text-align: center;
	margin-top: 1em;
}

#figure {
	position: relative;
	width: 660px;
	height: 359px;
	margin: 1em auto;
}

#figure img {
	position: absolute;
	margin: 0;
	cursor: pointer;
}

#jirei0 {
	z-index: 6;
}

#jirei1 {
	left: 68px;
	top: 8px;
	z-index: 5;
}

#jirei2a {
	left: 176px;
	top: 8px;
	z-index: 4;
}

#jirei2b {
	left: 200px;
	top: 183px;
	z-index: 4;
}

#jirei3a {
	left: 284px;
	top: 8px;
	z-index: 3;
}

#jirei3b {
	left: 284px;
	top: 183px;
	z-index: 3;
}

#jirei4a {
	left: 392px;
	top: 8px;
	z-index: 2;
}

#jirei4b {
	left: 392px;
	top: 183px;
	z-index: 2;
}

#jirei_s1 {
	left: 500px;
	top: 8px;
	z-index: 1;
}

#jirei_s2 {
	left: 500px;
	top: 183px;
	z-index: 1;
}

#nalation p {
	text-indent: 0;
	margin-bottom: 0;
}

#nalation {
	margin: 0;
	margin-left: -1em;
	padding: 0;
	height: 4.3em;
}

#nalation li {
	list-style-type: none;
	margin-left: 1em;
}


.container.custom ul li, .container.custom ol li {
	margin-left: 1.5em;
}

.container.custom ul li {
	list-style-type: disc;
}

.container.custom table td {
	border: 1px solid #303030;
}

.thema {
	font-size: 85.7%;
	margin-left: 5em;
}

.thema dt {
	float: left;
	width: 4em;
	margin: 0.25em 0;
}

.thema dd {
	float: left;
	width: 100%;
	margin-left: -4em;
}

.profile02 .campany .thema dd p {
	margin: 0.25em 0 0.25em 4em;
}

.pictures {
	margin-top: 1em;
	padding: 5px;
/*	background-color: #FEFEFE;*/
}

.pictures img {
	float: left;
	padding: 5px;
}

.header_logo {
	margin: 0 5px;
}
