@charset "utf-8";
/* 基本スタイル */

/* 横の線 */
#page-block {
	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: #c6c8c7;
}


/* ヘッダー部分 */

h1 {
	background: #7b0099;
	width: 790px;
	color:#ffffff;
	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-top: 2px solid #2b92de;
	border-left: 6px solid #2b92de;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	width:540px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	border-top: 2px solid #f8c153;
	border-left: 6px solid #f8c153;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 120%;
	color: #777777;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	width:540px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#blog-block {
	width: 555px;
	text-align: left;
	margin-left: 10px;
}
#blog-block p {
	text-align: left;
	margin-top: 15px;
	margin-left: 10px;
	padding: 20px 10px;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
}

/* 箱 */

.section-block {
	width: 575px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.section-block dl {
	margin-top: 15px;
	margin-right: 20px;
	padding: 10px;
	background: #ffebcf;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
}
.section-block dt {
	text-align: left;
}
.section-block dd {
	text-align: left;
}
.section-block a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #7b0099;
}
a:hover {
	text-decoration: underline;
	color: #7b0099;
}
.link-block {
	width:530px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 15px;
	border-top: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
}

.link-block a {
	color: #bf3030;
	padding-left: 5px;
	font-size: 130%;
}
.link-block a:hover {
	color: #ff3333;
	text-decoration: none;
}
/* メニューの色 */

.menu-block {
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
	float: right;
	clear: right;
	border-left: 2px #7b0099 solid;
	border-right: 2px #7b0099 solid;
	border-bottom: 2px #7b0099 solid;
	margin-right: 10px;
}
.menu-title {
	width: 154px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 130%;
	padding: 5px 15px;
	background-color: #7b0099;
	color: #ffffff;
}
.menu-block li {
	padding-bottom: 10px;
	font-size: 120%;
	color: #666666;
	border-bottom: 1px #7b0099 solid;
}
/* コピーライトの色 */

address {
	background: #7b0099;
	border-top: 1px solid #cccccc;
	color: #ffffff;
	clear: both;
}


#contents-block {
	width: 580px;
	float: left;
}

.inyou {
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

#top-block {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	background: #eeeeee;
	width: 545px;
}
#top-block ul {
	text-align: left;
}
#top-block li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#top-block li a {
	font-size: 12px;
}

/* Hub Page Style*/
#keywords-block {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#keywords-block li {
	text-align: left;
	padding-bottom: 20px;
}
#keywords-block li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #2b92de solid;
	padding-left: 10px;
	color: #2b92de;
}
#keywords-block li a:hover {
	border-left: 3px #7b0099 solid;
	text-decoration: none;
	color: #7b0099;
}


