@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../img/bk_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 78%;
	line-height: 1.8em;
}

fieldset {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,th{
	padding: 0;
	margin: 0;
}
li{ list-style: none; }

input,textarea{
font-size: 1em;
}

p { }

td { }

a:link { color: #4a7cbb; text-decoration: none; }

a:visited { color: #4a7cbb; text-decoration: none; }

a:hover { color: #4a7cbb; text-decoration: underline; }

a:active { }
h1 {  }
h2 {  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

img {
	border: none;
}
.hidden { visibility: hidden; }
.end {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	position: relative;
}

.pointer {
	cursor:pointer;
}

header {
	width: 800px;
	height: 104px;
	margin: 0 auto; 
}

header ul {
	clear: both;
	margin-left: 500px;
}

#logo {
	float: left;
}

#sublogo {
	float: right;
}

aside {
	margin-top: 10px;
}

.container {
	background-image: url(../img/bk_menu.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

/* メニュー */

.menu {
	float: left;
	width: 200px;
	padding-bottom: 100px;
}

.menu_banner {
	background-color: #FFF;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 12px;
}

.menu_banner ul{
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.menu_banner li {
}


.menu_end {
	position: absolute;
	bottom: 0px;
}

ul.nav {
	list-style: none;
}

ul.nav li {
}

ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block;
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */

}

li.gnavi a {
	background-image: url(../img/bk_nav01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	width: 200px;
}

li.gnavi a:hover {
	background-image: url(../img/bk_nav02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

li.snavi {
	float: left;
}

li.snavi a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	height: 24px;
	padding-right: 20px;
	padding-left: 20px;
}

li.snavi a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.submenu { width: auto; height: auto; padding-bottom: 10px; padding-left: 10px; }
.submenu li { font-size: 12px; line-height: 12px; text-align: left; text-indent: 0; width: 180px; height: 25px; }
.submenu li a { background-color: white; text-decoration: none; width: 170px; height: 17px; padding-top: 7px; padding-left: 10px; display: block; }
.submenu li a:hover { background-color: #fff6ae; text-decoration: underline; }



.content {
	width: 600px;
	float: right;
	padding: 0;
}


/* フッター*/
footer {
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #004d99;
}

footer p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 40px;
	font-size: 12px;
}

/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
	display: block;
}

/*-----------------------*/
.loginmenu { background-color: #004d99; padding: 20px 10px 10px; }
.loginbox { background-color: #eef2ff; background-image: url(../img/br_login.gif); background-repeat: no-repeat; background-position: center top; text-align: left; padding-top: 24px; }
.loginbox form { font-size: 16px; }
.loginbox input { font-size: 15px; }
.loginbox p { height: 35px; padding-left: 10px; }
.loginbt { text-align: center; }
/*-----------------------*/
.loginmenu2 { background-color: #b80002; padding: 20px 10px 10px; }
.loginbox2 { background-color: #fff4ef; background-image: url(../img/br_login2.gif); background-repeat: no-repeat; background-position: center top; text-align: left; padding-top: 24px; }
.loginbox2 form { font-size: 16px; }
.loginbox2 input { font-size: 15px; }
.loginbox2 p { height: 35px; padding-left: 10px; }

/*-----------------------*/
.sidemenu {
	background-image: url(../img/bk_sidebt.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 25px;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 12px;
}

.sidemenu a:hover {
	text-decoration: underline;
}

/*-----取扱い商品一覧-----*/
.pro_list_top {
	width: 580px;
	background-image: url(../pro/img/pro_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}

.probox {
	width: 560px;
}

/*-----部品販売（一覧）-----*/

.item_list_top {
	width: 580px;
	background-image: url(../item/img/item_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}

.bt_gocart {
	position: absolute;
	top: 18px;
	right: 10px;
}

.item_list {
	width: 580px;
	padding: 0;
	margin-left: 20px;
}

.item_list article {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 8px;
	padding-bottom: 8px;
}

.item_list article td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.item_list article h2 {
	font-size: 16px;
	font-weight: bold;
}


.item_list article p {
	font-size: 12px;
	line-height: 1.6em;
}
.itemorder {
	background-color: #F5F3EF;
}

.itembox {
	width: 430px;
}

.itemimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.item_detail {
	padding-top: 2px;
	padding-right: 3px;
}

.item_cm {
	width: 580px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}

/*-----部品販売（情報欄）-----*/
.item_info {
	width: 580px;
	margin-left: 20px;
	padding: 0;
	background-image: url(../item/img/bk_item.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

.item_info img {
	margin: 0px;
	padding: 0px;
}

.item_info h3 {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.7em;
	font-weight: bold;
	color: #900;
	padding-top: 15px;
}

.item_info p {
	margin-right: 15px;
	margin-left: 25px;
	line-height: 1.7em;
	margin-bottom: 10px;
}


/*-----部品販売（カート）-----*/


.cart {
	width: 580px;
	background-image: url(../item/img/bk_item.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.cart h2 {
	width: 580px;
}

.cartbox {
	background-image: url(../item/img/bk_itemend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 580px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}


.cartbox form {
	margin-left: 15px;
	margin-right: 15px;
}

.cartbox th {
	background-color: #fccdd4;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}


.cartbox td {
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.cartbox p {
	margin-left: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 1.6em;
}

.goorder {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
}

/*-----部品販売（注文）-----*/

.item_order {
	width: 580px;
	background-image: url(../item/img/bk_item.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.item_order h2 {
	background-image: url(../item/img/br_order.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 580px;
	overflow: hidden;
}

.orderbox {
	background-image: url(../item/img/bk_itemend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 565px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.orderarea {
	padding-top: 10px;
	padding-bottom: 10px;
}


.orderarea form {
	margin-left: 15px;
	margin-right: 15px;
}

.orderarea th {
	background-color: #fccdd4;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}


.orderarea td {
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

.orderarea p {
	margin-left: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 1.4em;
}

/*-----部品販売（見積）-----*/

.item_est{
	width: 580px;
	background-image: url(../item/img/bk_item.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 15px;
}

.item_est h2 {
	background-image: url(../item/img/br_est.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 580px;
	overflow: hidden;
}

/*-----部品販売（流れ）-----*/

.item_flow {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.flow_left {
	float: left;
	width: 280px;
}

.flow_right {
	float: right;
	width: 280px;
}

.item_flow h2 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color: #900;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.item_flow article {
	background-color: #FFD;
	border: 1px solid #900;
	padding: 10px;
}

.item_flow article h3 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

.item_flow article p {
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
}

.flow_allow {
	font-size: 14px;
	color: #900;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*-----部品販売（送料）-----*/

.item_deli {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.item_deli h2 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color: #900;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.item_deli article {
	padding-bottom: 25px;

}

.item_deli article h3 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	padding-right: 15px;
	padding-left: 5px;	
}

.item_deli article p {
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding-right: 15px;
	padding-left: 5px;
}

.item_deli article ul {
	padding: 10px;
}

.item_deli article li {
	font-size: 14px;
	font-weight: bold;
}

.delitable {
	background-color: #900;
	width: 570px;
	margin-left: 5px;
}

.delitable th {
	text-align: center;
	vertical-align: top;
	background-color: #960;
	padding: 2px;
	color: #FFF;
}

.delitable td {
	text-align: center;
	vertical-align: top;
	background-color: #FFD;
	padding: 2px;
}




/*-----部品販売（特定商取引）-----*/

.tokuteibox {
	width: 580px;
	background-image: url(../item/img/bk_item.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 15px;
}

.tokuteibox table {
	margin-right: 10px;
	margin-left: 10px;
}

.tokuteibox th {
	color: #C00;
	text-align: left;
	background-color: #F3F3E9;
	padding-right: 10px;
	padding-left: 10px;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}

.tokuteibox td {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
