@charset "utf-8";
* { margin: 0px; padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	-moz-outline-style: none;}

h1, h2, h3, h4 { margin: 0px; padding: 0px; font-weight:normal;}

a {outline: none;
}
img { border-style: none;}

p { margin: 0px; padding: 0px;}

li { margin:0px; padding:0px; text-align:left; list-style-image:none; list-style-type:none;}	

table, tr, th, td { margin:0px; padding:0px; text-align:left; border-style: none;}

.clear { clear:both; margin:0px; padding:0px; font-size:0%; line-height:0%;}

.clear20 { clear:both; margin:0px 0px 20px 0px; padding:0px; font-size:0%; line-height:0%;}


/***** 基本リンクスタイル *****/
a:link { color:#333333; text-decoration:underline;}
a:visited { color:#3b81cc; text-decoration:underline;}
a:hover { color:#3b81cc; text-decoration:underline;}


/***** テキストカラー *****/
.red { color:#ff0000;}

.lightblue { color:#00afe9;}

.darkgray { color:#333;}

.green {color:#71b300;}


/*****  layout *****/
body {
background:url(../images/bg_gray.gif) repeat;}

#container {
display:block;
width:880px;
height:auto;
background-color:#fff;
margin:0px auto 0px auto;}

#contents_area {
display:block;
width:840px;
height:auto;
margin: 0 auto;
padding:30px 20px 10px 20px;}

#header_area {
display:block;
width:840px;
height:55px;

#header_left {
display:block;
width:394px;
height:29px;
float:left;}

#header_right_top {
display:block;
width:262px;
height:26px;
float:right;}


#left_contents {
display:block;
width:880px;
height:auto;
margin:17px auto 10px auto;
float:left;}




	
	
