
/* common
------------------------------------------------------------------------------------- */
div#contents h2{
	margin:5px 5px;
	padding:5px 15px;
	border-bottom:1px solid #666666;
	border-left:none;
	font-size:medium;
	line-height:1.2em;
	color:#666666;
	background:url(../common_img/bk_h2.gif) repeat-y;
	clear:both;
}

div#contents h3{
	margin:5px 0px;
	padding:5px 0px;
	color:#0099CC;
	font-size:medium;
}



/* テーブルタイプ１
------------------------------------------------------------------------------------- */
div#contents .table-type1{
	padding:0px;
	margin:10px 20px;
}

div#contents .table-type1 th{
	padding:3px 5px 3px 0px;
	vertical-align:top;
	color:#333333;
	text-align:left;
	font-weight:normal;
	width:7%;
	white-space:nowrap;
}

div#contents .table-type1 td{
	padding:3px 0px;
	vertical-align:top;
	text-align:left;
}

div#contents .table-type1 .line{
	border-bottom:1px dotted #999999;
	padding-top:20px;
	font-weight:bold;
}

/* テーブルタイプ２
------------------------------------------------------------------------------------- */
div#contents .table-type2{
	padding:0px;
	margin:10px 20px;
}

div#contents .table-type2 th{
	padding:0px 5px;
	vertical-align:top;
	text-align:left;
}

div#contents .table-type2 td{
	padding:0px 5px;
	vertical-align:top;
	text-align:left;
}

/* テーブルタイプ３
------------------------------------------------------------------------------------- */
div#contents .table-type3{
	padding:0px;
	margin:10px 20px 50px 20px;
}

div#contents .table-type3 th{
	padding:3px 5px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

div#contents .table-type3 td{
	padding:3px 5px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

/* ボックスタイプ１
------------------------------------------------------------------------------------- */
div#contents .box-type1{
	margin:5px;
	padding:10px;
	background:#ECF5FF;
	border:1px solid #CCCCCC;
}

div#contents .box-type2{
	margin:5px;
	padding:10px;
	border:1px solid #CCCCCC;
}


/* ラインタイプ１
------------------------------------------------------------------------------------- */
div#contents .line-type1{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}


/* mailform
------------------------------------------------------------------------------------- */
#mail_author{ width:300px;} /* お名前 */
#mail_group{ width:300px;} /* 会社名（団体名） */
#mail_postnumber{ width:100px;} /* 郵便番号 */
#mail_address{ width:500px;} /* 住所 */
#mail_tel{ width:120px;} /* 電話番号 */
#mail_email{ width:500px;} /* E-mailアドレス */
#mail_text{ width:500px;} /* お問合せ内容 */


/* other/link.html + production_link.html
------------------------------------------------------------------------------------- */
div#contents .table-type3{
	width:860px;
}

div#contents .table-type3 .link{
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .name{
	width:200px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .address1{
	width:95px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .address2{
	width:300px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .etc{
	width:150px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .tel{
	width:80px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .table-type3 .url{
	width:50px;
	background:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

div#contents .link-anchor{
	margin:0px 20px;
	padding:0px;
}

div#contents .link-anchor ul{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
}

div#contents .link-anchor li{
	margin:0px;
	padding:0px 0px 10px 0px;
	float:left;
}


/* other/sitmap.html
------------------------------------------------------------------------------------- */
div#contents .sitmap {
	list-style:none;
}

div#contents .sitmap .mark {
	color:#0099FF;
	padding-right:5px;
	font-size:10px;
}

div#contents .sitmap .color {
	color:#666666;
}


div#contents .sitmap li{
	padding:5px 20px;
	border-bottom:dotted 1px #CCCCCC;
	font-weight:bold;
}

div#contents .sitmap li li{
	padding:2px 0px;
	border-bottom:none;
	font-weight:normal;
	list-style:square;
	color:#0099FF;
}

div#contents .sitmap li li li{
	list-style:disc;
	color:#0099FF;
}


div#contents .sitmap a{text-decoration:none;}
div#contents .sitmap a:link{color:#666666;text-decoration:none;}
div#contents .sitmap a:visited{color:#666666;text-decoration: none;}
div#contents .sitmap a:active{color:#666666;text-decoration: none;}
div#contents .sitmap a:hover{color:#FF9900;text-decoration:underline;}


