/*Copyright A.A.H.M All Rights Reserved*/

body {
	background-image: url(img/bg.gif);
	font-size: 11px;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,div,ul,li,dl,dt,dd,img,p,a,table,tr,td{
	margin:0px;
	padding:0px;
	border-width:0px;
	line-height:1.7em;
	text-align:left;
}

ul{list-style:none outside;}

table{border-collapse:collapse;}

/* ↓骨組みdivの指定 */
#master {width:950px; margin:auto;}
#header {}
#mainer {width:711px; float:right;}
#menuer {width:220px; float:left; margin:0 auto;}
#footer {width:950px; line-height:5em; text-align:center; color:#000000; }
.clear { clear:both; }  
.clear hr { display:none; }  


/* メニュー整列 */
#mainer li.mn_1 {width:210px; float:left; margin-top:10px; }
#mainer li.mn_2 {width:154px; float:left; margin-top:5px; }
#mainer img.mn_3 {width:154px; float:left; margin-top:5px; margin-right:5px; }
#mainer ul.mn_les{list-style:square inside; }
#mainer div.mn_les{width:500px; float:left; }

/* 背景白 */
.white {background-color:#FFFFFF; border:0px; padding:5px 5px 10px 10px; margin:0px 0px 10px 0px; }
#mainer h2 {line-height:1em; height:43px; margin-top:0px; }

/* ニュースのリスト */
ul.news{list-style:square inside; padding-left:20px}

/* センター合わせ */
.center {text-align:center; margin-top:7px; }

/* clearfix */
div:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
div {display:inline-block;}
/* \*/
* html div { height:1%; }
div { display:block; }
/* */