@charset "UTF-8";
/* CSS Document */

/* ブラウザスタイルの初期化 */
*{
 margin:0;
 padding:0;
 background-color:transparent;
 }
 
 /* ブラウザスタイルの初期化（IE6） */
 th,td,form{
 margin:0;
 padding:0;
 background-color:transparent;
 color:black;
 font-size:small;
 font-family:Trebuchet MS,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 }

div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	display: block;
	font-size: 100.01%;
}

 /* IE以外のモダンWEBブラウザ向けの指定 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

 /* IE7及びMac版IE5向けの指定 */

.clearfix {display:inline-block;}

 /* IE6以前向けの指定 */

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}


/* End hide from IE-mac */

hr {
	display: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* basic settings */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E7E3DA;
	font-size: 100.01%;
	line-height: 1em;
}
#container {
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CDCDCD;
}
a {
	color: #0066CC;
}
.imgover {
}
