@charset "UTF-8";
/*---1024px-----------------------*/

@media screen and (min-width: 769px) {
 /*769px以上で適用する内容*/
#wrap {
	width: 960px;
	margin: 0 auto;
	font-size: 1em;
}

/* ヘッダー */
div#header h1 {font-size: 1.7em;
	font-family : Verdana,"Meiryo","MS Gothic","MS P Gothic",sans-serif;
	font-style : normal;
	float: left;
	padding-top: 0;
	/*padding-left: 10px;*/
	margin-top: 5px;
	margin-bottom: 10px}

div#header h1 a	{
	text-decoration: none;
	padding-top: 10px;
	margin-bottom: 20px;
	color: #3fb229;
}

div#header p#desc {font-size: 1.2em;
	color: #333;
	float: right;
	/*padding-right: 10px;*/
	margin-top: 30px;
	margin-bottom: 10px}

div#header {
	background-color: #FFFFED;
/*	background-image: url(back_bg.gif);*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#header #image {margin: auto;}



/*　ナビゲーションバー　*/
#nav {clear: both;
	width: 100%;
	height:60px;
	margin-top:-5px;
	margin-bottom:20px;
}

div#nav ul {
	background-color: #3fb229;
	/*background-image: url(menu_bg.gif);*/
	padding: 20px 5px;
	margin: 0 0 20px 0px;
}

div#nav li a {
	font-size: 1em;
	color: #fff;
	text-decoration: none}

div#nav li a:hober {color: #ccc;}

div#nav li {
	display: inline;
	list-style-type: none;
	border-right: solid 1px #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}


/*　コンテンツ　*/ 
#content {
width: 640px;
float: left;
margin-top: 10px;
margin-left: 0px;
}
/*
#sidebar {
width: 300px;
float: right;
}
*/
p#pagetitle {
	font-size: 1em;
	font-weight: bold;
	color: #2b76cc;
	border: dotted 1px #333;
	text-align: center;
	padding: 10px 0;
 	margin-top: 0;
}

/* 記事 */
.post{
	border: solid 1px #C3D825;
}
.post p{ 
	background-color: #fff;
	padding: 10px 10px 15px 10px;
	margin-right: 0px;
	font-size: 1.2em;
	margin-bottom: 20px
}

.post h2 {
	background-color: #fff;
	background-image: url(title_bg.gif);
        background-repeat: no-repeat;
	font-size: 1.4em;
	height: 48px;
	padding-top:6px;
	padding-bottom:16px;
	padding-left: 20px;
}


.post h2 a {text-decoration: none;
	padding-top:14px;
	padding-bottom:6px;
	padding-left: 30px;
	color: #333
}

.post p {font-size: 1em;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 10px}

p.postinfo {color: #333;
	font-size: 0.875em;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a {color: #999;
}

/* ページリンク */
span.oldpage {float: left}

span.newpage {float: right}

p.pagelink a {font-size: 0.75em;
	color: #0c8bcd;}

p.pagelink {overflow: hidden;
	width: 100%}



/* 記事内の画像 */
.aligncenter {display: block;
	margin-left: auto;
	margin-right: auto}

div.post img {border: none}

.alignleft {float: left;
	margin-right: 10px;
	}

.alignright {float: right;
	margin-left: 10px;
	}

.wp-caption {border: solid 1px #aaa;
	text-align: center;
	font-size: 1em;
	padding-top: 5px}


/* サイドバー */
div#sidebar {
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0
}

div#sidebar li {
list-style-type: none
}

#sidebar .widget {
	background-color: #C0D863;
	padding: 16px;
	border: solid 1px #397737;
	margin-bottom: 10px}

#sidebar h2 {font-size: 1em;
	color: #397737;
	border-bottom: solid 1px #C3D825;
	padding-bottom: 8px;
	margin: 0 0 10px}

#sidebar li li {font-size: 1em;
/*	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 6px;*/
	background-image:url(listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px
}

div#sidebar li li a {
	text-decoration: none;
	font-size: 0.875em;
	color: #397737}


/* カレンダー */
	.widget_calendar h2 {
	display: none;
	}
	.widget_calendar caption {
	color: #666;
	}
	.widget_calendar h2 {
	display: none}

	#wp-calendar {
	font-size: 0.875em;
	text-align: center;
	color: #666;
	width: 100%}
	#wp-calendar a {color: #666}

	#wp-calendar caption {font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #397737;
	padding-bottom: 8px;
	margin-bottom: 8px}

	#wp-calendar #prev {text-align: left;
	padding-top: 3px}
	#wp-calendar #next {text-align: right;
	padding-top: 3px}



	/* フッター */
	div#footer {clear: both;
	border-top: solid 3px #C3D825;
	padding: 6px 0}

	address	{font-size: 0.875em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0}

	div#footer address a {
	color: #333
	}


	div#footer h1 a{
	font-size:1em;
	text-decoration: none;
	color:#333;
	}
	div#footer h2 a{
	font-size:0.75em;
	text-decoration: none;
	}





/*--------------------
gallery：ギャラリーページ
----------------------*/

/*----3列の場合-----*/


.gallery {
	padding: 0 2px;
	margin-left: -5px;

}
dl.gallery-item {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;	
}
dt.gallery-icon {
	float: none;
	width: 170px;
}

dt.gallery-icon a img {
	border: 2px solid #eee;
	padding: 2px;
}
dt.gallery-icon a:hover img {
	border: 2px solid #3ba8ff;
}

dd.gallery-caption {
	float: none;
	width: 170px;

	padding:2px;
	border-bottom: 1px dotted #999;
	text-align: left;
	line-height: 1.5em;
	margin-left: 5px;
}

}
/*---/1024px-----------------------*/

img {max-width: 100%; height: auto;}
