/* -----------------------------------------------------------
	reset 
 ----------------------------------------------------------- */
@import url("reset.css");

/* -----------------------------------------------------------
	based 
 ----------------------------------------------------------- */
@import url("layout_based.css");

/* -----------------------------------------------------------
	extention 
 ----------------------------------------------------------- */
@import url("layout_extention.css");


/*----------------------------------------------------------- */
blockquote.wiki 
{
	border: 3px solid #666666;
	background: #999999;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


span.text_red 
{
	color: #BB0000;
}

.center_block {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p#copylight 
{
	font-family:"Arial Black";
	text-align:center;
	font-size: 12px;
	color: #333333;
}



/*-----------------Parts thumbnail---------------------*/
div#thumbnail 
{
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow:scroll;
}

div#thumbnail ul 
{
	vertical-align: middle;
	display: block;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
div#thumbnail li 
{
	display: inline;
}
div#thumbnail p 
{
	color: #FFFFFF;
	background: #FF9A31;
	display: block;
	height: auto;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}


/*--------------------------------------
	dotted_under 
---------------------------------------*/
dl.dotted_under
{
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
} 

dl.dotted_under dt
{
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #666666;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	border-top: 1px solid #666666;
}

dl.dotted_under dd 
{
	margin-top: 5px;
	margin-bottom: 20px;
}
dl.dotted_under dd ul li
{
	text-align: left;
	padding-left: 15px;
	border-bottom: 1px dotted #666666;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
	ul.dotted_under 
---------------------------------------*/
ul.dotted_under_ul
{
	display: block;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.dotted_under_ul li
{
	text-align: left;
	padding-left: 15px;
	border-bottom: 1px dotted #666666;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
	ul.arrow1 
---------------------------------------*/
ul.arrow1 
{
	display: block;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}


ul.arrow1 li 
{
	font-size: 12px;
	text-align: left;
	background: url(../image/fd3s_arrow.gif) no-repeat left center;
	text-indent: 30px;
}

/*--------------------------------------
	dl.arrow1 
---------------------------------------*/
dl.arrow1 
{
	display: block;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

dl.arrow1 dt 
{
	background: url(../image/00_common/fd3s_arrow.gif) no-repeat left center;
	line-height: 150%;
	font-weight: bold;
	border-bottom: 1px solid #FF1E1E;
	height: auto;
	margin-top: 10px;
	padding-bottom: 1px;
	font-size: 15px;
	text-align: left;
	width: 95%;
	text-indent: 25px;
}
dl.arrow1 dd 
{
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

/*--------------------------------------
	dl.news 
---------------------------------------*/

dl.news 
{
	width:500px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

dl.news dt 
{
	width:488px;
	padding:4px 6px;
	font-weight:bold;
	cursor:pointer;
	background-color:#666;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

dl.news dd 
{
	overflow:hidden;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
dl.news ul 
{
	padding:15px;
	text-align: left;
}


/*--------------------------------------
	dl.table
---------------------------------------*/
dl.table 
{
	padding: 0;
}

dl.table dt 
{
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	width: 15em;
	float: left;
	color: #333;
	text-align: left;
	text-indent: 1.5em;
}
	
dl.table dd 
{
	margin: 0 0 0 15em;
	padding: 0.3em 1em;
	color: #999;
	text-align: left;
	text-indent: 3em;
}

/*--------------------------------------
	お問い合わせフォーム
---------------------------------------*/
table.contactform 
{
	BORDER-BOTTOM: #eeeeee 1px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	FONT-SIZE: 12px;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-RIGHT: #eeeeee 1px solid;
	margin-right: auto;
	margin-left: auto;
}
table.contactform TH 
{
	BORDER-BOTTOM: #cccccc 1px solid;
	TEXT-ALIGN: left;
	BORDER-LEFT: #ffffff 1px solid;
	PADDING-BOTTOM: 4px;
	BACKGROUND-COLOR: #eeeeee;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 4px;
	HEIGHT: 26px;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-TOP: 4px
}
table.contactform TD 
{
	BORDER-BOTTOM: #cccccc 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	PADDING-BOTTOM: 3px;
	BACKGROUND-COLOR: #ffffff;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	HEIGHT: 30px;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-TOP: 3px;
	text-align: left;
}
