@import url(styleDefault2.css); /* 初期設定項目 */

@import url(styleOrder.css); /* ポール注文フォーム */

@import url(stylePole_list.css); /* ポール商品一覧 */

@import url(stylePole_detail.css); /* ポール商品詳細 */

@import url(styleParts_list.css); /* パーツ商品一覧 */

@import url(styleParts_detail.css); /* パーツ商品詳細 */

@import url(styleShopping.css); /* ショッピングガイド */





/* ---------------------------------------------



	レイアウト



--------------------------------------------- */





/*----- ヘッダ -----*/



body{

	background:url(../images_new/order_header_back.gif) 0 0 repeat-x;

}



#header{

	margin:0 auto;

	width:900px;

}



#header h1{

	padding:3px 0 0;

	margin:0;

	line-height:14px;

	font-size:12px;

	color:#666666;

}



/*----- カートボタン -----*/



p#cartBtn{

	margin:0 auto;

	width:880px;

	height:30px;

	line-height:30px;

	text-indent:-9999px;

}



p#cartBtn a{

	margin:0 0 0 auto;

	width:160px;

	height:30px;

	display:block;

	background:url(../images_new/cart_btn.gif) 0 0 no-repeat;

}





/*----- フッタ -----*/



#footer{

	margin:0 auto;

	width:900px;

}





/*----- コンテンツ -----*/



.contents {

	margin:0 auto;

	width:900px;

}



/* clearfix --------------------*/

* html .contents ,

*+html .contents { 

	zoom: 1;

}



.contents:after {

	content: ""; 

	display: block;

	clear: both;

}

/* -------------------- clearfix */



#main {

	margin-right:10px;

	width:630px;

	float:right;

}



* html #main {

	margin-right:5px;

}



#order #main{

	width:900px;

}





#menu {

	margin-left:10px;

	width:220px;

	float:left;

}



* html #menu {

	margin-left:5px;

}





/*-------------------- ぱんくず --------------------*/



.topicpath {

	margin:0 auto 10px;

	width:880px;

}



.topicpath li {

	display:inline;

	font-size:12px;

	font-weight:bold;

	color:#666666;

}



.topicpath li a {

	margin-right:5px;

	padding:0 10px 0 0;

	font-weight:normal;

	background:url(../images_new/pankuzu.gif) no-repeat 100% 50%;

}





/*-------------------- サイドメニュー --------------------*/



#menu p#menuTitle{

	margin-bottom:5px;

	width:220px;

	height:40px;

	line-height:40px;

	text-indent:-9999px;

	background:url(../images_new/item_menu.gif) no-repeat 0 0;

}



#menu dl.menuList{

	margin-bottom:5px;

}



#menu dl.menuList dt{

	padding:3px 0 3px 5px;

	font-weight:bold;

	color:#FFFFFF;

	background:#3683C8;

}



#menu dl.menuList dt a{

	color:#FFFFFF;

	display:block;

	text-decoration:none;

}



#menu dl.menuList dd{

	padding:4px 0 4px 15px;

	border-bottom:1px dotted #BBBBBB;

	background:#F6F6F6 url(../images_new/pole_arrow1.gif) no-repeat 5px 11px;

}



#menu dl.menuList dd.cate{

	padding:2px 0 2px 5px;

	font-weight:bold;

	background:#E4E4E4;

}



#menu dl.menuList dd a{

	color:#454545;

	display:block;

	text-decoration:none;

}



#menu p#sideGuide{

	padding:0 0 0 20px;

	margin-top:20px;

	font-weight:bold;

	background:url(../images_new/navi_icon01.gif) no-repeat 0 0;

}





/*-------------------- このページのトップへ --------------------*/



p#pagetop{

	padding-top:30px;

	margin:0 auto 10px;

	width:900px;

	text-align:right;

}











