
@charset "UTF-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,dt,table,hr,form,img {
	margin:0px;
	padding:0px;
}

html,body {
height: 100%;
}



body {
margin: 0;
padding: 0;
font:  'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
text-align: center;
background-color:#f0f0f0;
}

div.container{
	margin-left: auto; 
	margin-right: auto;
	height:auto;
	width:818px;
	background-image:url(../images/container_bgimg.gif);
	background-repeat:repeat-y;
}

div.left_side{
	float:left;
	width:218px;
	height:100%;
}
 
div.header{
	float:left;
 	width:600px;
	height:91px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	}

div#content{
	padding:10px;
	width:570px;
	height:auto;
	float:left;
	text-align:left;
}

div#content_block{
	padding:10px;
	height:auto;
	/*width:570px;
	float:left;*/
	text-align:left;
	font-size:14px;
	line-height:1.4;
}

img#content_img{
	float:right;
	text-align:right;
}

/* Q&A ****************************/
hr{
	border-style:dotted;
	border-color:#95a461;
}

/**********************************/
     
div#footer{
	clear:both;
	width:818px;
	height:30px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*メニュー画像に上下の隙間をなくすため(imgの下端をアルファベットのベースラインに合わせるので、テキストの下端に合わせまる)*/
li img{
	vertical-align: bottom;
}

.logo {
	vertical-align: bottom;
	}

h1.header{
	font-size:12px;
	font-weight:normal;
	padding-left:96px;
	padding-top:18px;
}	

/** safari用のCSS hack **/
html:\66irst-child h1.header {
  	font-size:11px;
	font-weight:normal;
	position:relative;
	right:20px;
	text-align:right;
	top:-7px;
}

/* end */


