﻿@charset "utf-8";


/* CSS Document */

/*---------------------------------
	初期設定
---------------------------------*/
*{	margin: 0;
	padding: 0;
	
	}
	
/*コンテンツの高さ調整*/
html{
	height: 100%;
	}
	
.clearfix{
	clear: both;
	}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}

ul{	list-style: none;	}
	
a{
	color: #171414;
	text-decoration: none;
	}

a img{
	vertical-align: text-bottom;
}
a:hover{
	color: #F00;
	text-decoration: none;
	}
	
span.normal{ font-weight: normal;}

p, h1, h2, h3, h4, h5, h6{	margin: 0;}

span.px12{ font-size: 12px;}

img{ border: 0;}

body{
	background: #ffffff url(../images/bg_body.jpg) repeat left top;
	color: #171414;
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	*/
	font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","serif";
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#wrapper{
/*	background: #ffffff url(../images/bg_body.png) repeat-x center top;*/
	background-color: #f5f3ec;
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #cdcdcb;
	border-right: 1px solid #cdcdcb;
}

#header{
	width: 950px;
	position: relative;
	padding: 22px 0 0 0;
	border-bottom: 2px solid #41220f;
}

#header #header_logo{
	margin: 0 0 20px 100px;
}

#header #header_info{
	position: absolute;
	top: 35px;
	right: 65px;
}

/*20151017 スライドショー対応追加*/
#mainvisual {
	width:950px;
	height:443px;
	margin:0 auto 25px auto;
	position:relative;
}
#mainvisual img {
/*	position:absolute;
	left:0;
	top:0;*/
}


#gloval_menu{
	height: 61px;
	margin: 0;
	width: 806px;
	margin: 0 auto;
}
#gloval_menu ul li{
	float: left;
	border-left: 1px solid #41220f;
}
#gloval_menu ul li:last-child{
	border-right: 1px solid #41220f;
	
}

#contents{
	width: 950px;
	margin: 0 auto 40px;
	padding: 40px 0 0 0;
	overflow: hidden;
}

#contents_main{
	float: left;
	width: 732px;
	margin: 0 15px 0 0;
}

#contents_sub{
	float: left;
	width: 188px;
}

#contents_main #top_categorylist{
	
}
#contents_main #top_categorylist ul li{
	margin-bottom: 30px;
}





/*#contents #contents_category{
	overflow: hidden;
}

#contents #contents_category .category{
	width: 270px;
	float: left;
	margin: 0 30px 45px 0;
}
#contents #contents_category .category:nth-child(3n){
		margin: 0 0px 45px 0;
}
#contents h3{
	background: transparent url(../images/bg_h3.png) no-repeat left top;
	color: #ffffff;	
	height: 49px;
	line-height: 49px;
	font-weight: normal;
	font-size: 120%;
	padding: 0 0 0 33px;
	margin: 0 0 8px 0;	
}
#toppage #contents h3:hover{
	background-image: url(../images/bg_h3_on.png);	
}
#contents h3 a{
	display: block;
	color: #ffffff;
}
#contents h3 a:hover{
	color: #ffffff;	
}

#contents #contents_category .category p{
	font-size: 80%;
	padding: 0 0 8px 0;
}

#contents #contents_category .category p.lead{
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#contents #top_bloglist{

}
#contents #top_bloglist h3{
	margin: 0;
}
#contents #top_bloglist_contents{
	padding: 12px 18px 18px 18px;
	border-left: 2px solid #c7c5c6;
	border-bottom: 2px solid #c7c5c6;
	border-right: 2px solid #c7c5c6;
}
#contents #top_bloglist_contents{
	margin: 0 0 85px 0;
}
#contents #top_bloglist_contents p{
	font-size: 80%;
	padding: 0 0 8px 0;
}

#contents #top_bloglist_contents p.lead{
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 5px 0;
}*/


#footer{
	width: 808px;
	margin: 0 auto;
/*	background: #000000 url(../images/bg_footer.png) repeat-x center top;
	padding: 22px 10px 10px 10px;
	border-bottom: 10px solid #ff0000;*/
}
#footer #gmap{
	margin-bottom: 40px;
}

#footer #copyright{
	font-size: 80%;
	color: #7a6a56;
	text-align: center;	
	padding-bottom: 10px;
}