@charset "UTF-8";

/*------------------------------
　インポート
------------------------------*/

@import url("reset.css");
@import url("font.css");


/*------------------------------
　全体的な設定
------------------------------*/

html, body {
	height: 100%;
	color: #333;
}

/*------------------------------
　背景の設定
------------------------------*/

body{
}

/*テキストリンクの色*/
a{
	color: #fa9c00;
}

a:hover{
	text-decoration: none;
	color: #fa9c00;
}

a:hover,
input[type="image"]:hover{
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}



/*------------------------------
　画像配置・基本スタイル
------------------------------*/

.img-L {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}
.img-R {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

.txt-ss {
	font-size: 80%;
	font-weight:normal;
}
.txt-ll {
	font-size: 150%;
	font-weight: bold;
}
.txt-hissu {
	color: #FF6600;
}
.phtFrame {
	border-color: #5a5762;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}


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

#header {
	width: 100%;
	height: 120px;
	border-top:3px solid #e60012;
	background-image: url(../images/header_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#headerInner {
	width: 970px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1 {
	position: absolute;
	top:15px;
	left: 62px;
	font-size: 10px;
}
#headerSiteID {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 233px;
	height: 67px;
}
#headerTEL {
	position: absolute;
	top:30px;
	right: 75px;
	width: 196px;
	height: 38px;
}
#headerMarusan {
	position: absolute;
	top:15px;
	right: 0px;
	width: 63px;
	height: 57px;
}


/*------------------------------
　ヘッダーナビゲーション
------------------------------*/
#headerNavi {
	position: absolute;
	top: 39px;
	left: 250px;
}
#headerNavi ul {
	list-style-type: none;
}
#headerNavi ul li {
	float: left;
	font-size: 12px;
}
#headerNavi ul li a {
	color: #777;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #c1c1c1;
}

/*------------------------------
　ヘッダー グローバルナビゲーション
------------------------------*/
#gNavi {
	position: absolute;
	bottom: 10px;
	left: 0px;
}
#gNavi ul {
	list-style-type: none;
}
#gNavi ul li {
	float: left;
	font-weight: bold;
}
#gNavi ul li a {
	color: #555;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #c1c1c1;
}

/*------------------------------
　ヘッダー サーチ
------------------------------*/
#headerSearch {
	position: absolute;
	bottom: 7px;
	right: 0px;
}
#headerSearch dl {
	float: left;
}
#headerSearch dl dt {
	float: left;
	margin-right: 3px;
}
#headerSearch dl dd {
	float: left;
	margin-right: 3px;

}
#headerSearch .btn {
	float: left;
}
#headerSearch .searchTxt {
	width: 250px;
}

/*------------------------------
　コンテンツブロック
------------------------------*/
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: left;
}

/*----------------- メインコンテンツ */
#cntsBlock {
	float: right;
	width: 740px;
}

/*----------------- サイドバー */
#sideBar {
	float: left;
	width: 210px;
}
.sideBarBox {
	margin-bottom: 15px;
}


/*------------------------------
　メインコンテンツ　ベーススタイル
------------------------------*/
.cntsBox {
	margin-bottom: 20px !important;
	clear: both;
}

.cntsBox .clum3_L {
	width: 230px;
	float: left;
	margin-right: 25px;
}
.cntsBox .clum3_C {
	width: 230px;
	float: left;
}
.cntsBox .clum3_R {
	width: 230px;
	float: right;
}


/*------------------------------
　サイドバー　カゴの中を見る
------------------------------*/
#cartBlock {
	background-color: #fa9c00;
	padding: 7px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#cartBlock h3 {
	margin-bottom: 5px;
}
#cartInner {
	background-color: #fce5bf;
	border: 1px solid #fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#cartInner p.cartItem {
	padding: 10px 15px 0px 15px;
}
#cartInner p.cartTotal {
	padding: 0px 15px 10px 15px;
}
#cartInner #cartBtn {
	background-color: #fff;
	padding: 5px;
	text-align: center;
}

/*------------------------------
　サイドバー　ナビゲーション
------------------------------*/
.sideBarBox .sideNavi {
}
.sideBarBox .sideNavi h3 {
	margin-bottom: 0px;
}
.sideBarBox .sideNavi ul {
	list-style-type: none;
}
.sideBarBox .sideNavi ul li {
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
.sideBarBox .sideNavi ul li a {
	display: block;
	background-image: url(../images/side_navi_icon_link.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 5px 5px 5px 20px;
	color: #333;
	text-decoration: none;
}
.sideBarBox .sideNavi ul li a:hover {
	background-color: #e2f7ff;
}

.sideBarBox .sideNavi ul li ul {
}
.sideBarBox .sideNavi ul li ul li.level2 {
	margin-left: 15px;
	border-bottom: none !important;
	text-align: left;
	margin-top: -5px;
	margin-left: 35px;
	font-size: 90%;
	list-style-type: circle !important;
}
.sideBarBox .sideNavi ul li ul li.level2 a {
	background-image: none !important;
	padding: 5px 5px 5px 0px;
}


/*------------------------------
　フッター
------------------------------*/
#footer {
	width: 100%;
	clear: both;
}
.footerInner {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footerCnts {
	width: 100%;
	clear: both;
	background-color: #838383;
	padding: 15px 0px 15px 0px;
}

#footerBtm {
	width: 100%;
	clear: both;
	background-color: #e60012;
	padding: 15px 0px 15px 0px;
	color: #fff;
}
#footerBtm ul {
	list-style-type: none;
}
#footerBtm ul li {
	float: left;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #94d7de;
}
#footerBtm ul li a {
	color: #fff;
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#footerBtm address {
	position: absolute;
	right: 0px;
}

/*------------------------------
　テーブルスタイル
------------------------------*/
.tableStyle01 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.tableStyle01 th,
.tableStyle01 td {
	padding: 10px;
	border-bottom: 1px dotted #c4c4c4;
}
.tableStyle01 th {
	width: 20%;
	font-weight: bold;
	border-bottom-color: #f29038 !important;
}
.tableStyle01 td {
}


/*------------------------------
　パンくず
------------------------------*/
#pankuzuBlock {
	width: 100%;
	background-image: url(../../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#topicpath_area {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.9em;
	padding: 3px 0px 3px 0px;
}

#topicpath {
	height:2em;
}

#topicpath li ul {
}

#topicpath li {
	list-style-type: none;
	float: left;
	line-height: 2em;
	padding-left: 0.75em;
	color: #fff;
}

#topicpath li a {
	display: block;
	background-image: url(../images/pankuzu_ya.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #f3bec0;
}