@charset "Shift-JIS";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

html {
	 font-size: 62.5%;
}

/* IE7のpadding設定 */
*:first-child+html body {
	padding-left: 1px;
}
 
/* IE6のpadding設定 */
*html body {
	padding-left: 1px;
}

body {
	background:url(../img/bg_body.jpg) top center repeat-x;
	background-position:0 30px;
	margin: 0;
	padding: 0;
	color:#222;
	font-family:Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height: 1.1;
	letter-spacing:-1px;
	font-weight:normal;
}
p {
	margin: 0 10px 1em 10px;
	text-indent:1em;
	color: #434343;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

/* ベースレイアウト */

#headerNavi {
    width: 100%;
	background-color:#866629;
    position: fixed;
	top:-30px;
    z-index: 100;
	text-align:center;
	margin:0 auto;
    padding: 0;
	height:30px;
}

#headerNavi div.inner {
	margin:0 auto;
	text-align: left;
}

ul#globalNavi {
	margin:5px 0 0 5px;
}

ul#globalNavi li {
	list-style:none;
	font-size:11px;
	font-size:1.1rem;
	float:left;
	width:auto;
	margin-right:5px;
	margin-bottom:1px;
}
ul#globalNavi li a {
	background:url(../img/yajirushi.png) top left no-repeat;
	background-position:4px 6px;
	padding:2px 4px 2px 11px;
	color:#FFF;
	border:#64d496 solid 1px;
}
ul#globalNavi li a:hover, ul#globalNavi li a:active, ul#globalNavi li a:focus {
	color:#ffffe0;
	background-color:#ea5532;
	border:#ade8c7 solid 1px;
	text-decoration:none;
}

#wrapper {
	position:relative;
	top:30px;
	width: 100%;
}
div#common-header {
	height:180px;
	width:100%;
	margin:0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	background-image:none;
}
div#title {
	position:relative;
	top:0px;
	height:180px;
	width:100%;
	text-align: left;
	float:left;
}
div#LOGO a img {
	position:absolute;
	top:51px;
	width:100%;
}
#common-contents {
	width: 96%;
	margin: 1em auto 1em;
}
div.main {
	width: 100%;
	margin: 0 0 1em;
}
div.section {
	margin: 0 0 1em;
}
div#footer {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:35px;
	text-align: center;
	color:#FFF;
	background:url(../img/bg_footer.png) top repeat-x;
}
div#footer div {
	margin-bottom:10px;
}
div#footer a {
	color:#eba689;
}
div#footer a:hover, div#footer a:active, div#footer a:focus {
	color:#ffedab;
	text-decoration:none;
}

div#smhMenu {
	height:40px;
	line-height:0;
}

/* 画像のスタイル指定 */
	
#common-banner {
	 margin: 0 0 2em;
}
img.adjust {
	 width: 100%;
	 max-width:100%;
	 height: 53px;
	 border: none;
}
/* 各要素のデザイン、レイアウト */

div#common-header h1 {
	position:absolute;
	display:block;
	top:36px;
	left:7px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:left;
	margin:0;
	width:100%;
	color:#866629;
	float:none;
}
div.section h2 {
	text-align: left;
	color:#6a1917;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 0.8em;
	padding:12px 8px 10px 6px;
	background: url(../img/bg_h2.png) bottom repeat-x;
	border-left:#ea5532 6px solid;
	font-weight:bold;
}
div.section h3 {
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	color:#555;
	line-height:1.4;
	margin: 0 5px 0.8em 5px;
	padding:7px 8px 7px 8px;
	border-left:#e6bfb2 6px solid;
	border-bottom:#e6bfb2 dotted 1px;
	font-weight:bold;
}
h3 a {
	color:#0000ff;
}
h3 a:hover, h3 a:active, h3 a:focus {
	text-decoration:none;
}



div#sideL {
	display:none;
}
div#sideR {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
#sidebar1, #sidebar2 {
	margin-bottom:15px;
}
#sidebar2 {
	margin-bottom:15px;
	text-align:left;
}



#adsenseA {
	margin:10px 0px 20px;
	text-align:center;
}
#adsenseH,#adsenseT,#adsenseF {
	display:none;
}
#adsenseSL {
	margin-top:10px;
	border:#cdcdcd solid 1px;
	width:200px;
	text-align:center;
}
#adsenseSR {
	padding-bottom:10px;
	width:250px;
	text-align: left;
}
#adsenseM {
	display: block;
}
#adsenseL {
	text-align: left;
	width: 100%;
	float: left;
}
#adsenseR {
	display:none;
}




div.sideMenu1 {
	border:#8b0000 solid 2px;
	background-color:#8b0000;
	margin-bottom:15px;
}
div.sideMenu2 {
	border:#e9967a solid 1px;
}


ul#sidemenu{
    width: 100%;
    margin:0;
    list-style: none;
    min-height: 1px;
    text-align: left;
	line-height:normal;
}

ul#sidemenu li{
    width: 100%; 
    margin:0;
	padding:0;
    color: #666;
	float:left;
}

ul#sidemenu li.home a, ul#sidemenu li.category h3 a{
	background:url(../img/li_side_c.png) top left no-repeat;
	color:#fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.2;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	padding:10px 0 10px 10px;
	display:block;
	text-decoration:none;
	border-top:#cb4c1a solid 1px;
	border-bottom:#9d2e02 solid 1px;
}

ul#sidemenu .sub a {
	background:url(../img/li_side_s.png) top left no-repeat;
	color:#a52a2a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.2;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	padding:8px 0 7px 13px;
	display:block;
	text-decoration:none;
	border-top:#fcf7f2 solid 1px;
	border-bottom:#ebdbc8 solid 1px;
}

#sidemenu .home a:hover, ul#sidemenu li.home a:active, ul#sidemenu li.home ul a:focus,
ul#sidemenu li.category h3 a:hover, ul#sidemenu li.category h3 a:active,ul#sidemenu li.category h3 a:focus {
	background:url(../img/li_side_c2.png) top left no-repeat;
	color:#ffedab;
}

ul#sidemenu li.sub a:hover, ul#sidemenu li.sub a:active, ul#sidemenu li.sub a:focus {
	background:url(../img/li_side_s2.png) top left no-repeat;
	color:#F00;
}

/* Media Queries による切り替え */

@media only screen and (min-width: 391px) {

	div#title {
	width:270px;
	max-width:270px;
	}
	div#LOGO a img {
	width:270px;
	max-width:270px;
	}
	
}

@media only screen and (min-width: 540px) {
	
	div#common-header {
	padding:10px auto;
	background:url(../img/bg_header.jpg) top right no-repeat;
	}
	
}

@media only screen and (min-width: 580px) {
	
	body {
	background:url(../img/bg_body.jpg) top center repeat-x;
	background-position:0 0px;
	}
	#headerNavi {
	display:none;
	}
	#wrapper {
	position:relative;
	top:0px;
	}
	div#common-header {
	padding:10px auto;
	text-align:center;
	}
	#common-contents {
	width: 100%;
	margin: 1em auto 1em;
	}
	div.main {
	width: 54%;
	margin: 0 0 1em;
	border-bottom: none;
	float: left;
	}
	div#sideL {
	display:none;
	}
	div#sideR {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	}
	#adsenseSR {
	text-align:left;
	}
	#adsenseM {
	display: block;
	}
	#adsenseL {
	text-align: left;
	margin-left:10px;
	width: 100%;
	}
	#adsenseR {
	display:none;
	}
	div#smhMenu {
	height:0;
	display:none;
	}

}

@media only screen and (min-width: 620px) {

	div.main {
	width: 56%;
	}
	
}

@media only screen and (min-width: 660px) {

	#common-contents {
	width: 100%;
	margin: 1em auto 1em;
	}
	div.main {
	width: 60%;
	margin: 0 0 2em;
	border-bottom: none;
	float:left;
	}
	div#sideL {
	display:none;
	}
	div#sideR {
	float: right;
	width:250px;
	margin: 0;
	padding: 0;
	display:block;
	}
	h3.sideH3 a {
	font-size: 19px;
	font-size: 1.9rem;
	}
	#adsenseL {
	text-align: left;
	width: 99%;
	margin-left:10px;
	}
	#adsenseR {
	display:none;
	}
}

@media only screen and (min-width: 728px) {
	
	#common-contents {
	width: 100%;
	margin: 1em auto 1em;
	}
	div.main {
	width: 64%;
	margin: 0 0 2em;
	border-bottom: none;
	float:left;
	}
	#adsenseT,#adsenseF {
	width:100%;
	text-align: center;
	padding:15px 0 5px;
	display:block;
	}

}

@media only screen and (min-width: 800px) {

	div.main {
	width: 67%;
	}
	
}

@media only screen and (min-width: 880px) {

	div#common-header {
	background:url(../img/bg_header.jpg) top right no-repeat;
	}
	div#LOGO a img {
	width:270px;
	max-width:270px;
	}
	div#title {
	width:270px;
	max-width:270px;
	}
	#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	}
	div#common-header {
	width:100%;
	background:url(../img/bg_header.jpg) top right no-repeat;
	}
	#common-contents {
	width:100%;
	margin: 1em auto;
	padding: 0;
	}
	div.main {
	float: left;
	width: 46%;
	padding: 0 0 0 15px;
	border-bottom: none;
	}
	#adsenseH {
	display:block;
	float: right;
	width: 470px;
	margin: 13px 0 0 0;
	padding: 0;
	}
	#adsenseT,#adsenseF {
	width:100%;
	text-align: center;
	padding:15px 0 5px;
	display:block;
	}
	#adsenseM {
	display: block;
	}
	div#sideL {
	float: left;
	display:block;
	width: 200px;
	margin: 0;
	padding: 0;
	}
	div#sideR {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	display:block;
	}
	#sidebar1, #sidebar2 {
	width: 100%;
	padding:0;
	margin-bottom:15px;
	float: none;
	}
	#adsenseL {
	width: 300px;
	float: left;
	display:block;
	}
	#adsenseR {
	margin-left:15px;
	text-align:left;
	width: 300px;
	float: left;
	}
	#adsenseSR {
	text-align:left;
	}

}

@media only screen and (min-width: 950px) {

	div.main {
	width: 50%;
	}
	
}

@media only screen and (min-width: 1000px) {

	#wrapper {
	width: 1000px;
	}
	div#common-header {
	width:1000px;
	}
	#common-contents {
	width:1000px;
	margin: 1em 0 1em;
	padding: 0;
	}
	div.main {
	float: left;
	width: 520px;
	padding: 0 0 0 15px;
	border-bottom: none;
	}
	
}
