@charset "utf-8";

/* Common */

body,div,h1,h2,dl,dt,dd,ul,li,p
{
 margin:0;
 padding:0;
}

img{border:0;}

.clear:after
{
content:".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
.clear{display:inline-table;}

/* Mac IE begin*/
* html .clear{height*:1%;}
.clear{display:block;}
/*Mac IE end*/

body{
	background:url(../images/bg.png) repeat-x #f3f0e7;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}

a:link, a:visited{
	color:#89030f;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	color:#f0c06b;
	text-decoration:underline;
	} 

div#wrapper{
	width:824px;
	background:url(../images/contents_bg.png) repeat-y;
	margin:10px auto;
	padding:0 7px;
	}
div#header{
	width:810px;
	background:url(../images/header_bg.gif) repeat-x;
	height:106px;
	position:static;
	}
div#header ul,li{
	list-style-type:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	}
/*  IE 6,7 begin   */
* html div#header ul,li{ margin-top:-3px; }
*:first-child+html div#header ul,li{ margin-top:-3px; /*\*//*/ margin-top:0px; /**/ }
/*  IE 6,7 end  */
div#contents{
	width:790px;
	padding:20px 10px;
	margin:0;
	font-size:1.0em;
	}
div#left{
	width:131px;
	float:left;
	}
div#right{
	width:650px;
	float:right;
	}
div#footer{
	width:810px;
	}

div#left ul,li{
	margin:0px;
	padding:0px;
	position:static;
	}

h1{
	color:#781a27;
	font-weight:bold;
	font-size:1.4em;
	margin:0;
	}
.mail{
	width:650px;
	height:700px;
	}

