@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#6f2a38;
}

body#toppage {
}

p{
	line-height: 1.75;
}

a{color:#6f2a38;text-decoration:none;}
a:hover{color:#9b5664;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
background:#FFF;
}

/*************
/* ヘッダー
*************/
#header{
height: 50px;
}

#header h1 {
    color: #6f2a38;
    padding: 12px 0 0;
    font-weight: bold;
    font-size: 28px;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0 0 0;
clear:both;
width: 910px;
height:46px;
border-left:1px solid #dadada;
background:url(images/topnav.png) no-repeat 0 0;
	box-sizing: border-box;
}

ul#topnav li{
	float:left;
display: block;
width:182px;
height:46px;

}

ul#topnav li a{
display: block;
width:182px;
height: 36px;
color:#6f2a38;
padding:5px 10px;
text-decoration: none;
text-align:center;
font-weight:bold;
border-right:1px solid #dadada;
box-sizing: border-box;
}
ul#topnav li:last-child{
	width: 181px;
}
ul#topnav li:last-child a{
	width: 181px;
}
ul#topnav a:hover{
text-align:center;
background:url(images/topnav.png) 0 -46px no-repeat;
}
ul#topnav a#blog{
	width:154px;
	border-right:none;
}

.bannerM{
	margin-top:15px;
	padding:10px;
	background:#ddd0d2;
	overflow: hidden;
}

.bannerM:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .bannerM {
    height: 1em;
    overflow: visible;
}
/**/
.bannerM img{
	float:left;
	padding-right: 10px;
}
.bannerM img.last{padding-right:0;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: left;
width: 618px;
padding: 15px 0;
display: inline;
}

#main h2{
margin-bottom: 10px;
	margin-top: 5px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #647840;
border-bottom: 1px solid #cccccc;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#647840;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#647840;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: right;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
color:#ffffff;
}