/* CSS Document */

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {color:#FF9900}
p
	{
	margin:0;
	padding:0;
	padding-bottom:10px;
	}
span.title
	{
	/***タイトル用マークアップ（下線・16・黒)******/
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted;
	border-color:#333300;
	padding-bottom:2px;
	}
span.title2
	{
	/***タイトル用マークアップ（下線・12・黒)******/
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted;
	border-color:#333300;
	padding-bottom:2px;
	margin-bottom:10px;
	}
.style1 
	{
	/***タイトル用マークアップ（16・黒)******/
	font-size: 16px; 
	font-weight: bold;
	color: #333300;
	}
.style2 
	{
	/***タイトル用マークアップ（16・赤)******/
	font-size: 16px; 
	font-weight: bold;
	color:#FF6600; 
	}
.style3 
	{
	/***タイトル用マークアップ（12・赤)******/
	font-size: 12px; 
	font-weight: bold;
	color:#FF6600;
	}
/******BODY*********/
body
		{
		background-color:#fafaf0; 
		margin-top:0;
		topmargin:0;
		marginheight:0;
		marginwidth:0;
		}
/**********/
	
div.body01
		{
		/***全体のボディ***/
		margin:0 auto;
		width: 800px;
		height:auto;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		color: #333300;
		background-color:#EAE7D5;
		}
		
div.body00
		{
		/***ヘッダー***/
		margin: 0;
		padding: 0;
		width: 800px;
		height:120px;
		border-bottom:dotted 1px;
		}
		
div.body000
		{
		/***ヘッダーミニ***/
		margin: 0;
		padding: 0;
		width: 800px;
		height:40px;
		border-bottom:dotted 1px;
		}
		

/***ナビゲーター***/
*html body div.body02
		{
		/*IE6用のハック*/
		margin:0;
		padding:30px 10px 0px 15px;
		background-color:#EAE7D5;
		width: 150px;
		height:auto;
		float:left;
		font-size:12px;
		line-height:2;
		}

div.body02
		{
		/*その他のブラウザ用*/
		margin:0;
		padding:30px 10px 0px 30px;
		background-color:#EAE7D5;
		width: 175px;
		height:auto;
		float:left;
		font-size:12px;
		line-height:2;
		}
		
/***本文***/
*html body div.body03
		{
		/*IE6用のハック*/
		margin:0;
		padding:10px;
		background-color:#EAE7D5;
		width:530px;
		height:auto;
		float:right;
		line-height:2;
		font-size:12px;
		border-left:dotted 1px;
		}
div.body03
		{
		/*その他のブラウザ用*/
		margin:0;
		padding:10px;
		background-color:#EAE7D5;
		width:550px;
		height:auto;
		float:right;
		line-height:2;
		font-size:12px;
		border-left:dotted 1px;
		}
		
div.footer
		{
		clear: both;
		margin:0;
		padding:5px 30px 10px;
		font-size:12px;
		border-top:dotted 1px;
		line-height:1.5;
		background-color:#EAE7D5;
		}
		

	
div.contentmenu
		{
		/***フロントページの新着情報部***/
		background-color:#FFFFFF;
		width:500px;
		margin-left:10px;
		margin-bottom:10px;
		height:120px;
		padding:0;
		font-size:10px;
		border:1px solid #666666;
		}
		
　　
div.content01
		{
		/***本文部の入れ子***/
		font-size:12px;
		width:510px;
		padding:10px;
		margin:0;
		line-height:2;
		background-color:#EAE7D5;
		}
		
　　
div.content02
		{
		/***本文部の入れ子の入れ子***/
		font-size:12px;
		clear:both;
		width:400px;
		padding:10px;
		margin:0;
		margin-left:40px;
		line-height:2;
		border: 1px solid #333333;
		background-color:#CCCCCC;
		}
		
/*****************img*****************/
img	
	{
	border:0px;
	}
span.1 
	{
	color:#0066F;
	}
	
/****************************************/	
form.query
		{
	width:163px;
		}
		
/*************トップリンク*****************/	
div.link
	{
	text-align:right;
	margin-right:30px; 
	padding-top:5px; 
	font-size:10px;
	line-height:10px; 
	text-decoration:none;
	}