/*
Theme Name: nakago
Theme URI: http://www.www.www/
Description: nakago
Author: original
*/
body	{
	margin: 0;
	padding: 0;
	background-color: #005040; 
	}

#main	{
	background-color: #ffffff;
	padding: 10px 20px 1px;
	float:left;
	}

a	{
	color: #00a0c6;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */
#header table	{
	background-image: url(images/SF018.jpg);
	margin: 0;
	}

#header h1	{
/*	background-color: #005040; */
	background-image: url(images/SF018.jpg);
	margin: 0;
	font-size: 1em;
	color: #fff;
	}

#header table img	{
	border: none;
	margin: 5px 10px;
	}

#header ul	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #005040;
	height: 2em;
	font-size: 0.75em;
	}

#header li	{
	text-align: center;
	border-right: solid 1px #005040;
	float: left;
	line-height: 2em;
	}

#header li a	{
	display: block;
/*	width: 120px;  */
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #333333;
	}

#header li a:hover	{
	background-color: #bbff7a;
	}

/* ++++++ トップページのデザイン ++++++ */
#top	{
	background-color: #005040;
	position: relative;
	top: 0;
	left: 0;
	}

#topimg	{
	margin: 0;
	}

#message	{
	position: absolute;
	top: 80px;
	left: 440px;
	width: 300px;
	font-size: 0.875em;
	line-height: 150%;
	}

#topnews {
	position: absolute;
	top: 220px;
	left: 440px;
	width: 350px;
	font-size:0.90em;
	}

#topnews h2{
	margin:0;
	padding:3px;
	background-color:#005040;
	color:#ffffff;
	font-size:0.95em;
	border-top: solid 7px #ffffff;
	}

#side {
	position: absolute;
	top: 150px;
	left: 720px;
	width: 200px;
	font-size:0.80em;
	}

#side li {
	background-image: url(images/bar2.gif);
	background-repeat: no-repeat;
	padding: 3px 0 3px 10px ;
	border-color: #548989;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-bottom : 5px;
	list-style-type: none;
	}
#side li a {
	font-weight:bold;
	color: #006666;
	text-decoration: none;
	font-size: 1.2em;
	}

#side li a:hover	{
	color: #00FF66;
	}

#side h3{
	margin:5px;
	padding:3px;
	background-color:#005040;
	color:#ffffff;
	font-size:0.85em;
	}

/* ++++++ パンくずリンクのデザイン ++++++ */
#bread	{
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
#contents	{
	width: 700px;
	margin: 20px 0 0; 
	float:left;
	}

#contents ul{
	margin-top : 0px;
}

#contents li{
	font-size: 0.75em;

	}

/*テーブル用*/
#contents table{
	background-color: #ffffff;
	border-color: #548989 #548989 #548989 #548989;
	border-style: solid solid solid solid;
	border-width: 1px 0px 0px 1px; 
	border-collapse: collapse; /** 隣接するセルのボーダーを重ねて表示 */
}
#contents th{
	color: #305050;
	background-color: #bfe1c7;
	border-color: #548989 #548989 #548989 #548989;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 0px;
	font-size: 80%;
	padding: 2px;
}
#contents td{
	color: #305050;
	background-color: #dff7e2;
	border-color: #548989 #548989 #548989 #548989;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 0px;
	font-size: 80%;
	padding: 2px;
}
#contents td p{
	font-size: 100%;
}

#contents h1	{
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#contents h2	{
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#contents h3	{
	background-image: url(images/bar2.gif);
	background-repeat: no-repeat;
	color: #001111;
	font-size: 1.0em;
	padding: 3px 0 3px 10px ;
	border-color: #548989 #548989 #548989 #548989;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	margin-bottom : 3px;
	}

#contents p	{
	font-size: 80%;
	line-height: 150%;
	margin-top : 5px;
	}

#yoyaku td	{
	text-align: center;
}

#post01	{
	padding: 0 10px 10px;
	}

#post02	{
	padding-left: 10px;
	width: 460px;
	float: left;
	}

/* ++++++ サイドバー部分のデザイン ++++++ */
#sidebar	{
	font-size: 0.75em;
	width:170px;
	float:right;
	margin-left:10px;
	}
#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1em;
#	background-color: #44EE00;
	background-color:#005040;
	color: #ffffff;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}
#sidebar h3{
	margin:5px;
	padding:3px;
	background-color:#005040;
	color:#ffffff;
	font-size:0.85em;
	}


.clear	{
	clear: both;
	margin: 0;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
/*	border: solid 1px #00a0c6; */
	}

#link th	{
/*	width: 100px; */
/*	background-color: #BBDDff; */
	}

#link a	{
	text-decoration: none;
	color: #0000AA;
	}

#link a:hover	{
	color: #005040;
	}

/* ++++++ フッター部分のデザイン ++++++ */
#footer	{
	background-color: #005040;
	padding: 10px 20px;
	clear:both;
	}

#footer address	{
	color: #ffffff;
	font-size: 0.75em;
	font-style: normal;
	}
	
/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */

