html body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'Times New Roman', 'Times New Roman', arial,sans-serif;
	letter-spacing:0.05em;
	background-image:URL('../images/dot_02.jpg');
	background-repeat:repeat;
	//background-position: center top;
}

img.logos{
	float:left;
}
/**--------------------------------------**/
/**全体の仕様**/
/**--------------------------------------**/
div#body{
	padding:0;
	margin:0;
	width:100%;
	min-height:100%;
	text-align:center;
	height:auto !important;
}


html#body{
	height:100%;
}

div#body01{
	width:900px;
	min-height:600px;
	margin:33 122;
	background-color:#fff;
	text-align:left;
}
/**--------------------------------------**/
/**ヘッダの仕様**/
/**--------------------------------------**/
div#header{
	padding-top:100px;
	color:black;
}
div#h_left{
	padding:0;
	padding-left:91px;
	margin:0;
	float:left;
	width:293px;
	background-color:#fff;
}
div#h_right{
	padding-top:0;
	padding-left:460px;
	margin:0;
	background-color:#fff;
	font-size:75%;
	line-height:1em;
	letter-spacing:0.02em;

}




/**--------------------------------------**/
/**リンク文字の仕様**/
/**--------------------------------------**/

a{
	display:block;
}
a:link{
	color:#000000;
	text-decoration:underline;
}
a:visited{
	color:#000000;
	text-decoration:underline;
}
a:active{
	color:#000000;
	text-decoration:underline;
}



a.nav{
	display:block;
	padding:0px;
	color:#000;
	background:#fff;
	border-bottom:0pxsolid#fff;
	text-decoration:none;
}
a.nav:visited{
	text-decoration:none;
}
a.nav_no{
	display:block;
	padding:0px;
	color:#000;
	background:#fff;
	border-bottom:0pxsolid#fff;
	text-decoration:none;
}
a.nav_no:visited{
	text-decoration:none;
}

a img{
	border:none;
}
a.nav_gr{
	display:block;
	padding:0px;
	color:#aaa;
	background:#fff;
	border-bottom:0pxsolid#fff;
	text-decoration:none;
}
a.nav_gr:visited{
	text-decoration:none;
}

/**--------------------------------------**/
/**トップページ画像領域**/
/**--------------------------------------**/

img.img_logo{
}
img.img_foot {
	width:586;
	height:18;
}

/**--------------------------------------**/
/**トップページ記事リスト領域**/
/**--------------------------------------**/

li {
	list-style-type:none;
	padding-bottom:12px;
	padding-left:0;
	padding-top:0;
	margin-top:0;
	margin-left:0;
	background-color:#fff;
}
