@charset "utf-8";
/* 基本スタイル */

#all-cover {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background:#ffffff;
	border-left: 3px #a8a7a7 solid;
	border-right: 3px #a8a7a7 solid;
}

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;
}
#menu-cover {
	width: 199px;
	float: left;
}
#center-cover {
	width: 600px;
	float: right;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #e6e0d3;
}

/* 横の線 */


/* パンくずの色 */

#pankuzu-cover {
	width: 570px;
	float: left;
	padding-top: 7px;
	margin-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #1d3a72;
}
#pankuzu-cover a {
	color: #333333;
}
#pankuzu-cover a:hover {
	text-decoration: underline;
	color: #e97000;
}

/* 見出し部分 */
h1 {
	background: #fab800;
	color:#c70100;
	text-align: left;
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	margin-left: 10px;
	width: 550px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
h2 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
	background: #ffc683;
	border-bottom: 1px solid #725c46;
	border-right: 1px solid #725c46;
	font-size: 120%;
	color: #555555;
	font-weight: bold;
	padding: 10px 10px;
	width:550px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	background: #faebd7;
	border-bottom: 1px solid #725c46;
	border-right: 1px solid #725c46;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 110%;
	color: #888888;
	font-weight: bold;
	padding: 10px 10px;
	width:550px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#kuchikomi {
	margin-left: 20px;
	width: 550px;
	text-align: left;
	border-bottom: 1px solid #1d3a72;
}
#kuchikomi p {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px 10px;
}

/* 箱 */

.topic-cover {
	width: 575px;
	margin-bottom: 20px;
}
.topic-cover div {
	margin-left: 20px;
	padding: 10px;
	border-bottom: 1px solid #1d3a72;
}
.topic-cover h4 {
	text-align: left;
}
.topic-cover h5 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
}

.topic-cover dt {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}
.topic-cover dd {
	text-align: left;
}

.topic-cover a {
	font-weight: bold;
	font-size: 140%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #1d3a72;
}
a:hover {
	text-decoration: underline;
	color: #e97000;
}
.promote {
	margin-left: 10px;
	width: 540px;
	text-align: right;
	margin-bottom: 10px;
	padding: 5px 15px;
}

.promote a {
	padding-left: 5px;
	font-size: 120%;
	font-weight: bold;
}
.promote a:hover {
	text-decoration: none;
}
/* メニューの色 */

.list-cover {
	width: 180px;
	margin-right: 10px;
	float: right;
}
.list-cover ul{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #faebd7;
}
.list-cover p {
	font-size: 130%;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #ffc683;
	color: #888888f;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
.list-cover li {
	padding-bottom: 10px;
	font-size: 120%;
	color: #666666;
}
.list-cover a {
	color: #000000;
}
/* コピーライトの色 */

#bottom {
	background: #1d3a72;
	color: #ffffff;
	clear: both;
}



.deveropper {
	margin-top: 5px;
	text-align: right;
	font-size: 70%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

#erabu01 {
	width: 556px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border-top: 1px #eeeeee solid;
	border-left: 1px #eeeeee solid;
	border-bottom: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
	background: #ffffff;
}
#erabu01 ul {
	text-align: left;
}
#erabu01 li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#erabu01 li a {
	font-size: 12px;
}

/* Hub Page Style*/
#erabu02 {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#erabu02 li {
	text-align: left;
	padding-bottom: 20px;
}
#erabu02 li a {
	text-align: left;
	font-size: 120%;
	border-left: 12px #47698f solid;
	padding-left: 10px;
	color: #444444;
}
#erabu02 li a:hover {
	border-left: 12px #1d3a72 solid;
	color: #e97000;
	text-decoration: none;
}

