@charset "Shift_JIS";

/*
 * ๆจFๆตๅN? Web ใใ?VใNๅA้ๅบๆใPใ\ใAใHใLใVใ?
 * ็ทๅๅฑ?ITๆดT็BๆB้C่ชC
 * 2003/02/18 ไฝๆ??
 * 2003/03/05 ไฟๆญv (ID ใHไฝ\ใใชใ? _ ใ? - ใH)
 * 2003/03/28 ่ฟXๅ? (้EๅฃฐใใฉใใJๅใๆๆ?ใNใvใEใๅbZๅฟ?)
 * 2004/10/28 ไฟๆญv (ๅธใ?ใใ?้Bๅ?ใ? float ๆ?ๅฎใใใใDใใซใ่ตLใใซใใ absolute ๆ?ๅฎใธ)
 * 2006/03/10 ไฟๆญv (div#CONTENT ใBๅA้ใใEใใใFใPใ่\Xๅ?ใa:active ใB a:hover ใ่IAใH)
 * 2006/11/09 ไฟๆญv ( a img.fileicon ใ่\Xๅ?)

 */

body {
	/* ๅRๆ่C่จๅฎ? */
	color: #000000; background-color: #FFFFFF;
	/* ่ก้ใๅฐใๅบ?ใใซ */
	/* line-height: 1.4; */
	/* ใใใ?ใใใใHไฝ็ฝใๆJใ */
	margin: 0;
	padding: 0;
}

/* ใFใEใb้uไฟใ?่C่จๅฎ? */
a:link    { color: #0000CC; background-color: transparent; }
a:visited { color: #800080; background-color: transparent; }
a:active  { color: #DD0000; background-color: transparent; }
a:hover   { color: #DD0000; background-color: transparent; }

/* ๅA้ใ?ใใ? */
div#common-header { /* ่ๆฏ็Tๅ? */
	position: relative;
	color: #000000;
	background: #FFFFFF;
	background-image: url("/coparts/header/hdr03-bg1.gif");
	background-repeat: repeat-x;
	height: 30px; /* absolute ใF่ฆ็G?ใๅ??ๅ?ใใใใ้ซใๆ?ๅฎๅ\?้ ? */
}
div#common-header a {
	color: #CCCCFF;
}
div#common-header a img { /* ใใใ?ๅ?ใใFใEใb็Tๅใ?bๆ?็Bใใซ */
	border: 0;
}
span#common-header-jumpbody { /* ๆๆ?ใNใใNใvใEใใ่ฆ่็ETใใฉใใJใ@้่BB็คRใH */
	position: absolute;
	z-index: -1;
}
span#common-header-jumpbody img {
	width: 0;
	height: 0;
}
span#common-header-logo {/* ๆจFๆตๅNใญใGใbๅท็ซbใH */
	position: absolute;
	left: 0;
}
span#common-header-navi { /* ใใใใ?ใฟใEใBๆค็GuใใฟใEใbๅE็ซbใH */
	position: absolute;
	right: 0;
}
span.common-header-splitter { /* ใFใEใb้ใ?ๅข?็? */
	display: none; /* ่กB็คRไธ่? */
}

/* ๅA้ใใEใใใFใPใ? */
div.common-topicpath {
	clear: both;
	font-size: 90%;
	padding: 0.3em 0.5em 0.2em 0.5em;
	color: #000000;
	background: #FFFFDD url(/coparts/header/topicpath-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	border-width: 1px 0;
	font-weight: bold;
}
div.common-topicpath a {
	font-weight: normal;
	white-space: nowrap;
}

/* ๆๆ? */
div#body, div#CONTENT {
	margin: 1em; /* ้Dๅฝใชไฝ็ฝใ? */
}

/*--- SNSใใฟใE ---*/
div#sns{
	text-align: right;
}

ul.sns{
    width:440px;
    float:right;
}
ul.sns li{
    float:left;
    vertical-align:bottom;
    padding:0 0 0 10px;
}
.fb_iframe_widget span{
    height:24px !important;
}

iframe.twitter-share-button {
	width: 108px!important;
}


/* ใใใ\ (้v็ตBๅ็่B่Vๆ?) */
address {
	text-align: center;/* ใTใEใ\ใFใEใฐ */
	font-size: 90%; /* ใIใAใRๅฐ? */
	font-style: normal; /* ๆไX่@v้A */
}

/* ใใกใAใHใ?ใใEใใVใ็จใuใAใEใEใๆ?ใๆJใ */
a img.fileicon {
	border: none;
	vertical-align: middle;
}
a img.icms-auto-fileicon {
	border: none;
	vertical-align: middle;
}

/*----- ----*/
#footer #footer-menu{
border: 1px solid #ddd;
padding: 0px;
width: auto;
font-size:90%;
text-align: center;
}

#footer #footer-menu li{
display: inline;
margin-right: 3em;
margin: 0 5px;
}

#footer-menu{
    background-color:#e4effa;
    padding:0px 0px 0px 10px;
    text-align:center;
}
#footer-menu ul{

}
#footer-menu ul li{
    display:inline;
    font-size:90%;
    padding:0px 10px;
    border-left:1px solid #999;
}
#footer-menu ul li.last{
    border-right:1px solid #999;
}

p.copy{
    font-size:90%;
    margin:10px 0px;
    text-align:center;
}
.clearfix {
    min-height: 1px;
}

