@charset "UTF-8";
/* formatting style
--------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size:100%; 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5em;
}

body {
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	font-family: sans-serif;
	background-color:#000;
}


h1{
	font-size: 150%;
}

h2{
	font-size: 125%;
}


.style001 {
	font-size: 18px;
}

.style002 {
	font-size: 13px;
}

.style003 {
	font-size: 12px;
	color:#333;
}

.style004 {
	font-size: 12px;
}

.style005 {
	font-size: 13px;
	color:#F00;
	font-weight:600;
}

.style006 {
	font-size: 16px;
	color: #333;
}

.style007 {
	color: #333;
}




/*pages styles
--------------------------------------------------------*/
#pages{margin-left:auto; margin-right:auto; width:950px;}



/* link styles
--------------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #093C8B;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




/*header styles
--------------------------------------------------------*/
#header{
	 height: auto; width:950px; 
}

#header h1 {
	display: none;
}

.table_menu{width:898px; margin-top:0px; cellspacing:0px; margin-left:26px; margin-right:26px; background-color:#CCC;}
.table_menu th{text-align:left; vertical-align:top; line-height:1.4em;}
.table_menu td{ background-color:#222222; vertical-align: middle;
	text-align: center;
	line-height:1.6em;
	font-size:14px;
	padding-top:10px; padding-bottom:10px;
	color:#CCC;
	width: 175px;
}

.table_menu a:link {
	color: #CCC;
}
.table_menu a:visited {
	color: #DDD;
}
.table_menu td a:hover {
	color: #333;
	text-decoration: none;
}
.table_menu a:active {
	text-decoration: none;
}


/*container styles
--------------------------------------------------------*/
#container{width:950px; margin-left:auto; margin-right:auto; clear:both; margin-top:0px;
	background-image: url(images/bg_img001.gif);
	background-repeat: repeat-y;
	background-position: center top;}





/*contents_left styles
--------------------------------------------------------*/
#contents{width:792px; clear:left; float:left; margin-left:79px; margin-right:79px;}

.table001{width:702px; margin-top:0px; cellspacing:0px; margin-left:45px; margin-right:45px; color:#a72126;}
.table001 th{text-align:left; vertical-align:top; line-height:1.4em; font-weight:normal;color:#a72126;}
.table001 td{ vertical-align:top;
	text-align:left;
	line-height:1.6em;
	font-size:14px;
	padding-left:10px; padding-top:10px; padding-bottom:10px;
}




/*footer styles
--------------------------------------------------------*/
#bottom{
	margin-left:auto;
	margin-right:auto;
	clear: both;
}




/*archive styles
--------------------------------------------------------*/
#archive{
	margin-left:auto;
	margin-right:auto;
	clear: both;
	margin-bottom:20px;
	margin-top:40px;
	margin-left:35px;
	margin-right:35px;
	color:#CCC;
}

#archive a:link {
	color: #CCC;
}

#archive a:visited {
	color: #DDD;
}

#archive a:hover {
	color: #FFF;
	text-decoration: none;
}
#archive a:active {
	text-decoration: none;
}



/*footer styles
--------------------------------------------------------*/
#footer{
	margin-left:auto;
	margin-right:auto;
	clear: both;
	margin-bottom:20px;
	margin-top:20px;
	height:50px;
	text-align:center;
	color:#FFF;
	line-height:0.5em;
	font-size:12px;
}

