@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #2f4f4f;
	text-decoration: underline;
}
a:visited {
	color: #2f4f4f;
	text-decoration: underline;
}
a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*---------全体-----------*/
#wrapper {
	width: 993px;
	margin: 0 auto;
	border: 1px solid #EEE;
	text-align:center;
}
/*----------ヘッダー------------*/
#header {
	background: #FFFFFF;
	padding: 0; 
	position: relative;
	height: 160px;
}
/*------------グローバルナビ-----------*/
#header ul {
	background-color: #FFFFFF;
	width: 993px;
	position: absolute;
	left: 0px;
	top: 111px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 141px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 5px solid #228B22;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#manifesto #header #nManifesto a,
#diary #header #nDiary a,
#newsletter #header #nNewsletter a,
#about #header #nAbout a,
#announce #header #nAnnounce a,
#supporter #header #nSupporter a {
	color: #FFFFFF;
	background-color: #828CA7;
	border-top: 5px solid #DC143C;
}

/*-------------メインコンテンツ---------------*/
#mainContent {
	padding: 0px 10px 0px 20px;
	background: #FFF;
	width: 620px;
	float: left;
	text-align:left;
}

/*-----------トップページリード部--------------*/
#lead {
	float: left;
	width: 600px;
	padding: 10px 10px;
	background:#F0F8FF;
	border: 1px solid #B0C4DE;
	}
#lead p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 110%;
	line-height: 160%;
	}
	
/*----------トップページRSSサマリー部Table-----------*/

#tb1 {
	padding: 0;
	margin: 20px 0;
	background: #FFF;
	width: 620px;
}
#tb1 h1 {
font-size: 12px;
color: #FFF;
text-align:center;
padding: 3px 0;
background: #5F9EA0;
border-bottom: 1px solid #5F9EA0;
}

#tb1 td {
vertical-align: top;
width: 300px;
border: 1px solid #5F9EA0;
padding: 0;
}

#tb1 th {
width: 20px;
border: 0;
}

#tb1 td p {
padding: 5px;
margin: 0;
text-align:left;
}

/*-----------トップページ右写真以下部分------------*/

#extra {
	padding: 0px 20px 0px 0px;
	background: #FFF;
	width: 313px;
	float: right;
}
#katophoto {
	float: right;
	width: 313px;
	padding: 0;
	background:#FFF;
	border: 0px solid #B0C4DE;
	}
#katophoto p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 110%;
	line-height: 160%;
	}
#inochi {
width:250px;
margin-left:auto;
margin-right:auto;
text-align:left;
line-height:150%;
}
#google {
	margin: 10px 0;
	padding: 0px 0px 10px 0px;
	width: 313px;
	border: 1px solid #5F9EA0;
	float: left;
	}
#box1 {
	margin: 10px 0;
	}

#sublink {
	padding: 10px 20px;
	background:#FFF;
	}
#sublink p {
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer {
	padding: 0 10px;
	background:#EEE;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 85%;
}
.youtube {
margin: 10px 0;
}
.red {
color: #DC143C
}

.blue {
color:#0000CD
}

.green {
color:#006400
}
.brown {
color:#8b4513
}

.style2 {
padding: 10px;
margin: 0;
text-align:left;
}
.new {
color: #DC143C;
}
.RSSsite {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
.RSSline {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-align: left;
line-height: 150%;
margin:0 5px;
}
.RSStime {
color: #333;
}
.RSStitle {
font-size: 110%;
}
.RSSdescript {
color: #333;
margin: 0 0 10px 0;
}
.img1 {
margin:10px 0;
}
.img2 {
float: right;
margin-top: -22px;
margin-right: 0px;
}
/*---検索部---*/
#searchform1 {
	position: relative;
	top: 0;
	left: 30px;
	width: 250px;
}
#sitesearch {
margin:20px 0;
text-align: left;
padding-left: 30px;
}
