@charset "UTF-8";
/* CSS Document */


body{
	color:#333;
	background-color: #ffffff;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.5;
}


/* リンク設定
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#1111cc;
}

a:hover, a:active{
	text-decoration: underline;
}


/**** Clearfix ****/
nav .panel:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after{content:""; display: table;clear: both;}
nav .panel,.newsTitle,.bg, .post, ul.post li{zoom: 1;}




/* toplink */
.toplink a {
	height: 22px;/*Total of height of image*/
	overflow: hidden;
	text-decoration:none;
	float: right;
	width: 100%;
	text-align: right;
}

.toplink a:hover {
	background-image: url(../images/common/pagetop_02.png);
}

/* レイアウト
------------------------------------------------------------*/
.inner{
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper {
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	overflow:hidden;
}


#footer {
	clear:both;
}


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

/* サイトタイトル
----------------------------------*/
#header h1 {
	font-size:160%;
	font-weight:normal;
	text-align:left;
}


/* サイト説明文
----------------------------------*/
#header h2 {
	clear:both;
	color: #515151;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	padding: 0px;
}



/* トップページ　メイン画像
----------------------------------*/
#mainimg {
clear:both;
line-height:0;
text-align:center;
z-index:0;
}



/* パン屑 */
.topicpath {
	margin-bottom: 20px;
	display: block;
	width: auto;
	height: 20px;
	text-align: center;
	margin-top: 20px;
}

.topicpath ul {
	margin-bottom: -40px;
	margin-left: -50px;	
}

.topicpath ul li {
	display: inline;
	list-style-type: none;
	font-size: 80%;
}

/* 本文
*****************************************************/

#content_blog p {
	font-size: 110%;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
}


/* タイポグラフィ
*****************************************************/
.red {
	color: #F00;
}

.red02 {
	color: #ce0715;
}


.large10 {
	font-size: 10px;
}

.large20 {
	font-size: 20px;
}

.large30 {
	font-size: 30px;
}


.bg_yellow {
	background-color: rgb(255, 255, 0);
	}

h3{
	font-size:110%;
	display: block;
	margin-bottom: 30px;
	background-color: #fff;
	background-image: url(../img/headingBg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-indent: 2em;
}

/* フッター
*****************************************************/
footer {display: block;}

#copyright{
	clear:both;
	padding:10px 0 37px;
	text-align:center;
	color:#000;
	font-size:10px;
}




/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	#mainimg img{width:98%;height:auto;}

	#content_blog {clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	section.widget_search{text-align:center;}
	#calendar_wrap table{width:260px;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダーなど寸法調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;background-image:none;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerinfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}