@charset "utf-8";
/* 基本スタイル */

/* 横の線 */
#sub-cover {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	border-left: 3px #999999 solid;
	border-right: 3px #999999 solid;
	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;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #eeeeee;
}


/* ヘッダー部分 */

h1 {
	background: #faffef;
	width: 790px;
	color:#1a3a93;
	text-align: left;
	padding: 5px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
/* パンくずの色 */

#bredcrumblist {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#bredcrumblist li {
	display: inline;
	padding-right: 2px;
	text-align: left;

}
#bredcrumblist li a {
	color: #333333;
}
#bredcrumblist li a:hover {
	text-decoration: underline;
	color: #bf3030;
}

/* 見出し部分 */
h2 {
	border-bottom: 2px inset #cccccc;
	margin-bottom: 10px;
	font-size: 130%;
	color: #689717;
	border-left: 6px solid #689717;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	width:540px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	border-bottom: 2px inset #cccccc;
	margin-bottom: 10px;
	font-size: 120%;
	color: #365db5;
	border-left: 6px solid #365db5;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	width:540px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#sub-blog {
	width: 555px;
	text-align: left;
}
#sub-blog p {
	text-align: left;
	margin-top: 15px;
	padding: 20px 10px;
	border-bottom: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
}

/* 箱 */

.sub-section {
	width: 575px;
	margin-bottom: 20px;
}
.sub-section dl {
	margin-top: 15px;
	margin-right: 20px;
	padding: 10px;
	background: #faffef;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.sub-section dt {
	text-align: left;
}
.sub-section dd {
	text-align: left;
}
.sub-section a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #689717;
}
a:hover {
	text-decoration: underline;
	color: #bf3030;
}
.sub-link {
	width:540px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 15px;
	border-top: 1px #bbbbbb dotted;
	border-bottom: 1px #bbbbbb dotted;
}

.sub-link a {
	color: #ff408c;
	padding-left: 5px;
	font-size: 130%;
}
.sub-link a:hover {
	color: #bf3030;
	text-decoration: none;
}
/* メニューの色 */

.nav {
	width: 180px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: left;
	clear: left;
	border-left: 2px #365db5 solid;
	border-right: 2px #365db5 solid;
	border-bottom: 2px #365db5 solid;
}
.nav dt {
	font-size: 130%;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #365db5;
	color: #ffffff;
}
.nav dd {
	padding-bottom: 10px;
	font-size: 120%;
	color: #666666;
}
/* コピーライトの色 */

address {
	background: #faffef;
	border-top: 1px solid #cccccc;
	color: #000000;
	clear: both;
}


#sub-contents {
	width: 580px;
	float: right;
}

.inyou {
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

#top-gyou {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border: 1px #dddddd solid;
	background: #ffffff;
	width: 545px;
}
#top-gyou ul {
	text-align: left;
}
#top-gyou li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#top-gyou li a {
	font-size: 12px;
}

/* Hub Page Style*/
#sub-keywords {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#sub-keywords li {
	text-align: left;
	padding-bottom: 20px;
}
#sub-keywords li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #689717 solid;
	padding-left: 10px;
}
#sub-keywords li a:hover {
	border-left: 3px #bf3030 solid;
	text-decoration: none;
}

