/* 全体幅 */
div#content {
	margin: 0px auto;
	text-align: center;
}
/* 外枠の影 */
div#layout {
	width: 680px;
	margin: 0px auto;
	taxt-align:center;
	background-color: #83002C;
}

body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #333333;
	margin: 0px auto;
	line-height:140%;
	background-color:#660000;
}

td{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	color: #440000;
	margin: 0px auto;
	line-height:140%;
}

a:link {
	color: #C8A56F;
	text-decoration:none;

}
a:visited {
	color: #C8A56F;
	text-decoration:none;

}

a:hover {
	color: #ffffff;
	text-decoration:none;

}
a:active {
	color: #ffffff;
	text-decoration:none;

}

 div#header{
	width:680px;
	background-color:#83002C;
	text-align:left;
	padding:0px;}

div#main{
	width:660px;
	background-color:#83002C;
	text-align:center;
	padding:10px;
	margin:0px;
}


div#footer{
	width:680px;
	margin :0px;
	padding:10px 0 25px 0;
	background-color: #83002C;
	color:#C8A56F;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	}


hr{
	height: 1px;
	color: #006699;
}

div#word_box{
	width:620px;
	margin:auto;
	padding:0;
	text-align:left;}

ul{
	text-align:left;
	width:580px;
	margin:0px;
	padding:0px;
	clear:both;}	

li{
	text-align:center;
	padding:5px;
	border:1px solid #fff;
	background-color:#B7003C;
	float:left;
	list-style:none;
	margin-right:20px;}
	
	
/*クラス*/

.word_title{
	border-left:5px solid #fff;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	padding-left:5px;
	}
	
.gyou{
	color:#C8A56F;
	font-size: 16px;
	font-weight: bold;
	border-bottom:1px dotted #C8A56F;}

.imi{
	color:#C8A56F;
	margin:0 20px 20px 20px;}
	
.header_text{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}







