@charset "utf-8";
/* 基本スタイル */

#page {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
}

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,a,img{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	text-align:center;
}
ul {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contents {
	width: 580px;
	float: left;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #f1e8d9;
}

/* 横の線 */

.side {
	border-left: 3px #222222 solid;
	border-right: 3px #222222 solid;
}
/* ヘッダー部分 */

h1 {
	width: 790px;
	background: #4d3f24;
	border-top: 7px solid #659b2b;
	border-bottom: 7px solid #659b2b;
	color:#ffffff;
	text-align: center;
	padding: 5px;
	font-size: 130%;
	font-weight: bold;
}
/* パンくずの色 */

#pankuzu {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#pankuzu li {
	display: inline;
	padding-right: 2px;
	text-align: left;

}
#pankuzu li a {
	color: #333333;
}
#pankuzu li a:hover {
	text-decoration: underline;
	color: #94bb00;
}

/* メニューの色 */
.navi01 {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-left: 2px #20554d solid;
	border-right: 2px #20554d solid;
	border-bottom: 2px #20554d solid;
}
.navi02 {
	float: left;
	width: 530px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-left: 2px #20554d solid;
	border-right: 2px #20554d solid;
	border-bottom: 2px #20554d solid;
}

.navi01 h2,.navi02 h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #20554d;
	color: #ffffff;
}
.navi01 ul,.navi02 ul {
	text-align: left;
}
.navi01 li {
	font-size: 120%;
	color: #666666;
}

.navi02 li {
	display: inline;
	padding-left: 27px;
	font-size: 120%;
	color: #666666;
}


/* 見出し部分 */
#contents h2 {
	border-bottom: 1px solid #20554d;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 170%;
	color: #000000;
	border-left: 10px solid #20554d;
	font-weight: bold;
	padding: 10px 10px;
	width:730px;
	line-height: 1.0;
	text-align :left;
}
h3 {
	border-bottom: 1px solid #94bb00;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 170%;
	color: #000000;
	border-left: 10px solid #94bb00;
	font-weight: bold;
	padding: 10px 10px;
	width:730px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#blogger {
	width: 575px;
	text-align: left;
}
#blogger p {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	padding: 20px 10px;
	border: 1px #dddddd dotted;
	width:740px;
}

/* 箱 */

.section {
	width: 750px;
	margin-bottom: 20px;
}
.data {
	width: 740px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px #dddddd dotted;
	padding: 10px;
}
.data p {
	text-align: left;
}
.data h4 {
	text-align: left;
}
.section a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #20554d;
}
a:hover {
	text-decoration: underline;
	color: #94bb00;
}
.link {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	border-top: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;
	width: 750px;
}

.link a {
	color: #20554d;
	padding-left: 5px;
	font-size: 130%;
}
.link a:hover {
	color: #94bb00;
	text-decoration: none;
}

/* コピーライトの色 */

address {
	border-top: 7px solid #659b2b;
	background: #20554d;
	color: #ffffff;
	clear: both;
}

.powered-by {
	margin-top: 5px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

.topnavi {
	margin-top: 24px;
}
#list {
	width: 750px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 5px #dddddd solid;
	background: #ffffff;
}
#list ul {
	text-align: center;
}
#list li {
	display: inline;
	padding-left:15px;
	font-family:monospace,sans-serif !important;
}
#list li a {
	font-size: 12px;
}

/* Hub Page Style*/
#words {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#words li {
	text-align: left;
	padding-bottom: 20px;
}
#words li a {
	text-align: left;
	font-size: 120%;
	border-left: 12px #20554d solid;
	padding-left: 10px;
	color: #444444;
}
#words li a:hover {
	border-left: 12px #94bb00 solid;
	color: #94bb00;
	text-decoration: none;
}


