/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/


body	{
	margin: 0;
	padding: 0;
	background-image: url(back.png);
	}

a	{color: #017acd}

#container	{
	width: 795px;
	margin: 0 auto;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	background-color: #2e3832;
	}


/*------ ヘッダー ------*/

#header	{
	padding-top: 10px;
	background-color: white;
	border-bottom: solid 2px #ffffff;
	}

#header h1	{
	float: left;
	width: 153px;
	margin: 0 17px 0;
	}

#header img	{
	border: none;
	}

#header p#desc	{
	float: left;
	width: 250px;
	margin: 24px 0 15px;
	font-size: 0.75em;
	vertical-align: 5px;
	}

#header p#lang	{
	float: right;
	width: 130px;
	text-align: right;
	font-size: 0.75em;
	margin: 24px 20px 15px 0;
	}

#nav	{
	clear: both;
	background-color: #2e3832;
	}

#nav ul	{
	font-size: 0.75em;
	margin: 0;
	padding-left: 0;
	height: 30px;
	background-color: #c9cfcb;
	background-color: #2e3832;
	border-top: solid 1px #ffffff;
	}

#nav ul li	{
	list-style-type: none;
	float: left
	}

#nav ul li a	{
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #2e3832;
	border-right: solid 2px #ffffff;
	}

#nav ul li a:hover	{
	color: #000000;
	background-color: limegreen;
	}


/*------ メイン ------*/

#main	{
	padding: 1px 20px 0;
	clear: both;
	}

/*------ 写真 ------*/
#photos	{
	width: 500px;
	float: left;
	margin: 30px 0 0;
	}

#topphoto	{
	margin: 0 0 10px;
	text-align:center;
	}

#topphoto img	{
	border: none;
	}


/* 写真リスト */
ul#photolist	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
	}

ul#photolist li	{
	display: inline;
	margin: 0 3px;
	}

ul#photolist img {
	border: none;
	}


/* about */

#areamap	{
	width: 275px;
	float: left;
	margin-top: 20px;
	}

#about	{
	color: white;
	font-size: 0.75em;
	width: 200px;
	float: right;
	margin-top: 20px;
	}

#about p	{
	margin-top: 0
	}


/*------ トップコンテンツ ------*/
#topcontents	{
	float: right;
	width: 460px;
	margin: 30px 0 0;
	}

/* メニュー */
.menu	{
	border: solid 1px #888888;
	background-color: white;
	margin-bottom: 20px;
	}

.menu h2	{
	font-size: 0.875em;
	margin: 0;
	border-bottom: solid 1px #aaaaaa;
	background-image: url(srcimg/markhead.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px 25px;
	background-color: #666666;
	color: white;
	}

.menu h2 span a	{
	font-size: smaller;
	font-weight: normal;
	color: white;
	margin-left: 5px;
	text-decoration: none;
	border-bottom: dotted 1px white;
	}

.menu ul	{
	font-size: 0.75em;
	list-style-type: none;
	margin: 0 5px 10px;
	padding: 0;
	line-height: 1.4
	}

.menu li	{
	background-image: url(srcimg/marksmall.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	}

.menu span	{
	color: #666666;
	}

.menu h3	{
	font-size: 0.75em;
	margin: 8px 10px; 3px 10px;
	border-bottom: solid 1px gray
	}

.menu h3 a	{
	color: #000000;
	text-decoration: none;
	}

.menu p	{
	font-size: 0.75em;
	margin: 0 10px 5px 10px;
	}

.menu .nohead	{
	margin-top: 10px
	}

.menu .locallist	{
	margin-top: 10px
	}

.menu .locallist li a	{
	font-weight: bold;
	}


.menu .outerlist	{
	border-top: dotted 1px gray;
	padding-top: 10px;
	}


/* 天気 */
#weather	{
	background-color: #aaaaaa;
	}

#weather #pinkuro	{
	margin: 0 0 0 10px;
	}


/* バナー */
#ads	{
	border: solid 1px #ffffff;
	padding: 10px 20px;
	margin: 20px 0;
	}

#ads p	{
	margin: 0 0 10px;
	}

#ads img	{
	border: solid 1px #888888;
	margin: 0 10px;
	}



/*------ ２カラム ------*/

.leftcol	{
	width: 220px;
	float: left;
	}


.rightcol	{
	width: 220px;
	float: right;
	}


/*------ フッター ------*/

.clear	{
	clear: both;
	font-size: xx-small;
	line-height: 0;
	}

#footer	{
	width: 100%;
	}

div#footer	{
	color: #ffffff;
	background-color: #5d7067;
	background-color: #3d4c20;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}




/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

a img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 20px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 20px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}



/*======================== トップ以外 ========================*/

/*------ パンくず ------*/

#bread	{
	font-size: 0.75em;
	margin-bottom: 10px;

	}

#bread a	{
	color: black;
	}



/*======================== 等分割：２ or ４段組み ========================*/

.leftcol-outer	{
	width: 480px;
	float: left;
	}

.rightcol-outer	{
	width: 480px;
	float: right;
	}


.leftcol-inner	{
	width: 230px;
	float: left;
	}

.rightcol-inner	{
	width: 230px;
	float: right;
	}



/*======================== トップページ画像 ========================*/



#topkunioka #topkbutton	{
	width: 224px;
	margin-top: -125px;
	margin-left: 64px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	}

#topkunioka #topkbutton a	{
	display: block;
	line-height: 109px;
	background-image: url(infoimg/top_kunioka_button.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

#topkunioka #topkbutton a:hover	{
	background-position: 0 -119px;
	}



/*======================== トップページ ========================*/

#topbox	{
	background-image: url(infoimg/top_kunioka.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: solid 1px #aaaaaa;
	}

#topcon	{
	width: 330px;
	padding: 5px 0;
	}

#topcon p	{
z	margin: 0;
	}

#topbox #topbutton	{
	width: 224px;
	margin: 0 auto;
	}

#topbox #topbutton a	{
	display: block;
	height: 109px;
	background-image: url(infoimg/buttonw.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	}

#topbox #topbutton a.yellow	{
	background-image: url(infoimg/buttony.jpg);
	}

#topbox #topbutton a span	{
	display: block;
	padding-top: 25px;
	}


#topbox #topbutton a:hover	{
	background-position: 0 -119px;
	}



