* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	text-align: center;
	background-color: #eeeeee;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

img {
	border: none;
}

#container {
	width: 760px;
	background-color: #FFFFFF;
	border: 1px solid #009999;
	margin: 0 auto;
	text-align: center;
}

/* ---------------------------- ヘッダー開始 ---------------------------- */
#header {
	width: 760px;
	height: 100px;
	background-image: url(images/title2.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#header h1 {
	font-size: 60%;
	font-weight: normal;
	padding: 80px 0px 0px 30px;

}

#header h1 a:link {
	color: #666666;
	text-decoration: none;
}

#header h1 a:visited {
	color: #666666;
	text-decoration: none;
}

#header h1 a:hover {
	color: #666666;
	text-decoration: none;
}

/* ---------------------------- ヘッダー終了 ---------------------------- */

/* ---------------------------- ヘッダーナビ開始 ---------------------------- */
#header-navi {
	width: 760px;
	border-bottom: 1px dotted #009999;
	text-align: center;
}

#header-navi ul {
	list-style: none;
	padding: 0px 10px;
	float: left;
	text-align: center;
}

#header-navi ul li {
	list-style: none;
	font-size: 80%;
	float: left;
	text-aling: center;
}

#header-navi a {
	display:block;
	padding: 0.5em;
	color: #666666;
	text-decoration: none;
}

#header-navi a:visited {
	color: #666666;
}

#header-navi a:hover {
	color: #666666;
}
/* ---------------------------- ヘッダーナビ終了 ---------------------------- */

/* ---------------------------- サイドメニュー開始 ---------------------------- */
#menu {
	width: 230px;
	background-color: #FFFFFF;
	border-left: 1px dotted #009999;
	text-align: left;
	float: right;
}

#menu-content {
	margin: 10px 5px;
	line-height: 1.5;
	font-size: 80%;
}

#menu ul {
	list-style: none;
	margin: 5px 0 10px 5px;
}

#menu ul li {
	list-style: none;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	border-left: 5px solid #009999;
	line-height: 1.5;
	font-size: 80%;
}

#menu h2{
	margin: 5px;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
	background-color: #009999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #ffffff;
	text-align: left;
}

#menu p{
	text-align: center;
}

/* メニュー内のリンク */
#menu a:link {
	color: #006699;
}

#menu a:visited {
	color: #006699;
}

#menu a:hover {
	color: #999999;
	text-decoration: none;
}

/* メニュー内のリンク */

/* ---------------------------- サイドメニュー終了 ---------------------------- */

/* ---------------------------- メインコンテンツ開始 ---------------------------- */
#main {
	width: 527px;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
}

#main-inner {
	margin: 10px 15px;
}

#main-inner ul {
	list-style: none;
	margin: 10px 10px 0px 0px;
}

#main-inner ul li {
	list-style: none;
	margin: 2px;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}

#main-inner h2{
	font-size: 100%;
	font-weight: bold;
	color: #009999;
	padding: 0px 10px 5px 5px;
	border-bottom: 1px solid #009999;
	margin: 20px 0px 10px 0px;
	text-align: left;
}

#main-inner h3{
	font-size: 80%;
	font-weight: bold;
	color: #009999;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

/* ---------------------------- トップページ使用部分 ---------------------------- */
#contents {
	width: 527px;
	text-align: left;
	float: left;
}

#contents-inner {
	margin: 10px 15px;
}

#contents-inner ul {
	margin: 10px 10px 0px 50px;
}

#contents-inner ul li {
	margin: 5px;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}

#contents-inner .google{
	margin: 10px 10px 0px 50px;
}

#contents-inner h2{
	font-size: 100%;
	font-weight: bold;
	color: #009999;
	padding: 0px 10px 5px 5px;
	border-bottom: 1px solid #009999;
	margin: 20px 0px 10px 0px;
	text-align: left;
}

#contents-inner h3{
	font-size: 90%;
	font-weight: bold;
	color: #009999;
	margin: 10px 0px 10px 30px;
	text-align: left;
}

#contents h4{
	font-size: 90%;
	font-weight: bold;
	color: #009999;
	margin: 10px 0px 10px 30px;
	text-align: left;
}

#contents p{
	font-size: 80%;
	line-height: 1.5;
	margin: 10px 0px;
}

/* コンテンツ内のリンク */
#contents a:link {
	color: #006699;
}

#contents a:visited {
	color: #006699;
}

#contents a:hover {
	color: #999999;
	text-decoration: none;
}

/* コンテンツ内のリンク */

/* ---------------------------- トップページ使用部分 ---------------------------- */

#main dl {
	margin: 10px 0 20px 0;
}

#main dt {
	border-left: solid 8px #009999;
	border-bottom: solid 1px #009999;
	margin: 0 0 5px 0;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	padding: 3px 0 3px 5px;
}

#main dd {
	margin: 0 0 15px 0;
	font-size: 80%;
	line-height: 1.2;
}

#main blockquote {
	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #f1f1f3;
	font-size: 80%;
}

#content-nav {
	margin: 0 0 20px 0;
	font-size: 80%;
	text-align: left;
}

.contents-header
{
	background-color: #6060BE;
	margin: 0 0 15px 0;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 0 6px 15px;
}

.entry-header
{
	border-left: solid 10px #6060BE;
	border-bottom: solid 1px #6060BE;
	margin: 0 0 10px 0;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	padding: 3px 0 3px 10px;
}

.entry-body,
.entry-more,
.entry-excerpt
{
	font-size: 80%;
	line-height: 1.5;
	clear: both;
	margin: 0px 0px 20px 0px;
}

/* ---------------------------- メインコンテンツ内　検索結果部分（検索結果テンプレートにて使用） ---------------------------- */
#search-form {
	margin: 0 0 20px 0;
	line-height: 2.0;
	font-size: 80%;
}

.result-header
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	border-left: 5px solid #6060BE;
	line-height: 1.5;
}

.result-header a:link,
.result-header a:visited,
.result-header a:hover
{
	font-size: 90%;
	font-weight: bold;
}
/* ---------------------------- メインコンテンツ内　検索結果部分（検索結果テンプレートにて使用） ---------------------------- */
/* ---------------------------- メインコンテンツ終了 ---------------------------- */

/* ---------------------------- フッター開始 ---------------------------- */
#footer {
	width: 760px;
	height: 25px;
	background-color: #009999;
	text-align: center;
	clear: both;
}

#footer p {
	padding: 3px 0 0 0;
	font-size: 80%;
	color: #ffffff;
}
/* ---------------------------- フッター終了 ---------------------------- */



/* ---------------------------- 文字修飾終了 ---------------------------- */
.boran {
	font-weight: bold;
	color: #ffffff;
	color: #FF9900;
}

.melma {
	font-size: 80%;
	text-align: center;
}

.lft {
	text-align: left;
}

.b {
	font-weight: bold;
}

/* 小さい字 */
.sml{
	font-size: 65%;
}

/* ---------------------------- 文字修飾終了 ---------------------------- */

