@charset "utf-8";
/* 基本スタイル */

#wrapper {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

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;
}
#left {
	width: 199px;
	float: left;
}
#right {
	width: 600px;
	float: right;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #ffffff;
}

/* 横の線 */

.sideline {
	border-left: 3px #eeeeee solid;
	border-right: 3px #eeeeee solid;
}
/* ヘッダー部分 */

h1 {
	width: 165px;
	height: 200px;
	background: #e0c0c0;
	border-bottom: 10px solid #e02020;
	color:#e02020;
	text-align: left;
	padding: 10px;
	font-size: 150%;
	font-weight: bold;
	margin-left: 5px;
}
/* パンくずの色 */

#kaisou {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#kaisou a {
	color: #333333;
}
#kaisou a:hover {
	text-decoration: underline;
	color: #e04040;
}

/* 見出し部分 */
h2 {
	border: 1px solid #2b4484;
	background-color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 130%;
	color: #ffffff;
	border-left: 8px solid #e02020;
	font-weight: bold;
	padding: 10px 10px;
	width:540px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	border-bottom: 1px solid #e02020;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 120%;
	color: #000000;
	border-left: 4px solid #e02020;
	font-weight: bold;
	padding: 10px 10px;
	width:550px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#blog {
	width: 575px;
	text-align: left;
}
#blog p {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	padding: 20px 10px;
	border: 1px #dddddd solid;
}

/* 箱 */

.block {
	width: 575px;
	margin-bottom: 20px;
}
.block dl {
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px;
	border: 1px #dddddd solid;
	background: #e0c0c0;
}
.block dt {
	text-align: left;
}
.block dd {
	text-align: left;
}
.block a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #e02000;
}
a:hover {
	text-decoration: underline;
	color: #e04040;
}
.link {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 15px;
	border-top: 1px #bbbbbb dotted;
	border-bottom: 1px #bbbbbb dotted;
}

.link a {
	color: #bf3030;
	padding-left: 5px;
	font-size: 130%;
}
.link a:hover {
	color: #ff3333;
	text-decoration: none;
}
/* メニューの色 */

.box {
	width: 180px;
	margin-top: 24px;
	margin-right: 10px;
	padding-bottom: 10px;
	float: right;
	border-left: 2px #e02020 solid;
	border-right: 2px #e02020 solid;
	border-bottom: 2px #e02020 solid;
}
.box dt {
	font-size: 130%;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #e02020;
	color: #ffffff;
}
.box dd {
	padding-bottom: 10px;
	font-size: 120%;
	color: #666666;
}
.box a {
	color: #000000;
}
/* コピーライトの色 */

address {
	background: #e02020;
	color: #ffffff;
	clear: both;
}


#main-contents {
	width: 580px;
	float: left;
}

.powered-by {
	margin-top: 5px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

.top-margin {
	margin-top: 24px;
}
.btm-margin {
	margin-bottom: 24px;
}
#links {
	width: 557px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border: 1px #dddddd solid;
	background: #e0c0c0;
}
#links ul {
	text-align: left;
}
#links li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#links li a {
	font-size: 12px;
}

/* Hub Page Style*/
#word-list {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#word-list li {
	text-align: left;
	padding-bottom: 20px;
}
#word-list li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #e02000 solid;
	padding-left: 10px;
	color: #444444;
}
#word-list li a:hover {
	border-left: 3px #e02000 solid;
	color: #e04040;
	text-decoration: none;
}

