@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #fc3;
	margin: 0px 5px;
	padding: 0;
	color: #000;
	font-size:90%;
	font-weight:normal;
	font-style:normal;
	text-align:center;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
/*	padding-right: 15px;
	padding-left: 15px; */
}

h2 {
	background:url(img/h2bg.png) no-repeat ;
	text-align: center;
	text-indent: -160px;
	font-size: 160%;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 7px;
	color:#000;
}

a img {
	border: none;
}

img.white_border{
	border: 1px #fff solid;
}
	


a:link {
	color: #F30;
	text-decoration: underline; 
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 800px;
	background: #333;
 margin-left:auto;
 margin-right:auto;
 text-align:left; 
}


.header {
	width: 800px;
	height:200px;
	background: #FFF;
	float:right;
	 }

.content {
	padding: 10px 20px;
	width: 760px;
	background: #FFC;
	font-size: 100%;
	float: left;

}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	font-size:150%;
}
ul.nav li {

	border-bottom: 1px solid #666; /
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 220px;
	text-decoration: none;
	background: #FF9;
	color:#000;
	font-weight:bold;

}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #C63;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #ccc;
	width: 800px;
	/* position:relative; */ 
	clear: both; 
	text-align:right;
	font-size: 70%;
	
}


.div_header2 {
	height: 140px;

}

.div_tweet {
	float:left;
	width: 300px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-buttom: 5px;

}

.div_update{
	font-size: 80%;
	text-align: right;
	float:right;
	width:400px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-buttom: 5px;
	font-weight:bold;

}

.div_spec_table{
	padding: 20px;	
}

.spec_table {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	width:640px;
}

.spec_table th {
	background: #F93;
	color: #fff;
	text-align:center;
	}
	
.spec_table td {
	background: #fff;
	font-size: 90%;
	text-align:left;
		}
	
.spec_table th , .spec_table td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-buttom: 5px;

}


	

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

    span.font_red {
        color:red;
    }
	
    span.font_small {
		font-size:85%;
    }
