/*
 初期化
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, {
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border:0;
}

/*
 リンク
-------------------------------------------------------------------------*/
a {
	background: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration:underline;
}
#Category a {
	background: none;
	text-decoration: none;
	color: #666;
}
#Category a:hover {
	text-decoration:underline;
}
#info2 dl a {
	text-decoration: none;
	color: #666;
}
#info2 dl a:hover{
	text-decoration:underline;
}


/*
 body全体
-------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 0.9em;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

/*
 ボディオール bodyAll
-------------------------------------------------------------------------*/
#bodyAll {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/*
 ヘッドロゴ headImg
-------------------------------------------------------------------------*/
#headImg {
	height: 60px;
	width: 780px;
	padding: 0;
	margin: 0 auto;
}
#headImg p {
	width: 520px;
	color: #555;
	font-size: 0.9em;
	margin-top: -50px;
	margin-left: 260px;
}

/*
 グローバルナビ gloNav
-------------------------------------------------------------------------*/
#gloNav {
	height: 25px;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Images/png/shadow_1.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#gloNav li {
	display: inline ;
}
#gloNav #visitor {width: 75px; margin-left: 5px; margin-right: 21px;}
#gloNav #guide {width: 84px; margin-right: 25px;}
#gloNav #terms {width: 75px; margin-right: 327px;}
#gloNav #smart {width: 59px; margin-right: 25px;}
#gloNav #mail {width: 64px;}

/*
 緊急連絡 info
-------------------------------------------------------------------------*/
#info {
	height: 26px;
	line-height: 26px;
	width: 780px;
	background: #F2F2F2;
	margin: 16px auto;
	padding: 0 !important;
	border: 1px solid #666;
}
#info p {
	width: 600px;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

/*
 ボディトップ bodytop
-------------------------------------------------------------------------*/
#bodytop {
	width: 780px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -15px;
	/*background-image: url(../Images/png/h1_title.png); */
	/* background-image: url(../Images/png/index_tpobg.png); */
	/* height: 300px; */
}
#bodytop h1 {
	margin-left: 5px;
	font-size: 1.2em;
	color: #666;
/* フォントを透明に */
	/* color: rgba(255,255,255,0); */
}
#h1fntsz {
	font-size: 0.7em;
}

/*
 ボディメイン bodyleft bodyright
-------------------------------------------------------------------------*/
#bodyleft {
	float: left;
	width: 528px;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: none;
	border-right-color: #666;
}
#bodyleft h2 {
	font-size: 1em;
	width: 508px;
	height: 25px;	
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	background-image: url(../Images/info/isolation.gif),url(../Images/format_bg/bg_01.gif);
	background-repeat: no-repeat,repeat;
	background-position: 10px 7px;
    padding-top: 4px;
	padding-left:20px;
	margin-left:0;
	margin-right: 10px;
}
#bodyleft h3 {
	width: 245px;
	padding-bottom: 5px;
}

/*更新履歴*/
#info2 {
	clear: both;
	width: 528px;
	color: #666;
	padding-top: 15px;
	margin-bottom: 10px;
}
#info2 h2 {
	font-size: 0.8em;
	width: 520px;
	height: 25px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-image: none;
	padding: 0 0 1px 0;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#info2 dl {
	font-size: 0.9em;
	width: 520px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#info2 dt	 {
	display: inline-block;
	width: 59px;
	padding-right: 20px;
}
#info2 dd	 {
	display: inline-block;
	padding-left: 13px;
	background-image: url(../Images/info/triangle_2.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/*カテゴリ商品の改行*/
#blh3br {
	display: block;
}

/*カテゴリ商品リストのボトムマージン*/
#bodyleft ul li{
	margin-bottom: 14px;
}

#bodyright {
	float: right;
	width: 220px;
	margin-right: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
/*お知らせ欄*/
#br_info {
	width: 200px;
	background-color: #CF9;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
	font-size: 0.9em;
	border: 1px solid #9C3;
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
*/
}
#br_i_comment {
	width: 185px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -6px;
	border: 1px solid #9C3;	
    -moz-box-shadow: 1px 1px 1px #CCC; 
    -webkit-box-shadow: 1px 1px 1px #CCC; 
    box-shadow: 1px 1px 1px #CCC;
}
/*お知らせ日付の強調*/
#br_i_c_bold {
	font-weight:bolder;
}
#bodyright h2 {
	font-size: 1em;
	width: 210px;
	height: 25px;	
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	background-image: url(../Images/info/isolation.gif),url(../Images/format_bg/bg_01.gif);
	background-repeat: no-repeat,repeat;
	background-position: 10px 7px;
    padding-top: 4px;
	padding-left: 20px;
	margin-top:35px;
	margin-left: 0px;
}
#bodyright ul {
	padding-left: 10px;
}
#bodyright ul li{
	font-size:0.9em;
	line-height: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../Images/info/triangle_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	list-style-type: none;
}
#Category {
	padding: 0px;
	width: 538px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Category_explan {
	text-align: right !important;
	font-size: 0.9em;
	color: #666;
}
#cate_left {
	width: 255px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
/* ここでドットラインの調整 */
	padding-bottom: 10px;
	padding-left: 0px;
}
#cate_right {
	padding: 0px;
	width: 257px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 12px;*/
	margin-left: 11px;
}
/*広告*/
#ad {
	width: 210px;
	margin-top: 25px !important;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}

/*
 Floatクリア
-------------------------------------------------------------------------*/
#line {
	clear: both;
	height: 20px;
	width: 860px;
}

/*
 フッタ Fotter
-------------------------------------------------------------------------*/
#footer {
	text-align: center;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../Images/png/shadow_2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-bottom: 15px;
}
#footer ul {
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer .terms {width: 75px; margin-right: 5px;}
#footer .privacy {width: 128px; margin-right: 60px;}
#footer .sitemap {width: 75px; margin-right: 5px;}
#footer .security {width: 160px; margin-right: 5px;}
#footer .agreement {width: 148px; margin-right: 5px;}
#footer .ask {width: 85px;}
