/* ---------------------------------------------------------------------------------------- 
 *　Top
 *----------------------------------------------------------------------------------------- */

/* ヘッダー */

#contents{
	position: relative;
}

#contents img#img_new{
	position:absolute;
	top: 75px;
	left: 305px;
}


/* 更新情報 */

div#new{
	text-align: center;
}

div#new dl{
	text-align: left;
	width: 600px;
	margin: 10px auto;
	background-color: #ffffff;
	border: 1px solid #000000;
}

div#new dl dt{
	padding: 5px;
	border-bottom: 3px double #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	background-color: #000000;
	background-image: url(../head_bg.gif);
}

div#new dl dd{
	margin-left: 20px;
	padding: 5px;
	font-size: 14px;
	line-height: 140%;
}


/* ブログRSS */

#blog{
	display:block;
	height: 150px;
	width: 600px;
	border: 1px solid #999999;
}


/* メイン内画像メニュー */

div#menu{
	display:block;
	width: 600px;
	height: 420px;
	margin: auto;
	clear: left;
}

	#menu01 li{
		float: left;
		margin: 3px;
	}

		#menu01 li a:hover img{
			position: relative;
			top: 1px;
			left: 1px;
		}

	#menu02 li{
		float: left;
		margin: 3px;
	}

		#menu02 li a:hover img{
			position: relative;
			top: 1px;
			left: 1px;
		}

/* 下メニュー　*/
	#bottom_menu {
		display:block;
		width: 600px;
		height: 40px;
		margin: auto;
	}
	
	#bottom_menu li {
		float: left;
		font-size: smaller;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#bottom_menu li.bottom_menu_left a{
		float: left;
		padding-right: 8px;
		padding-left: 8px;
		border-right: 1px solid #000000;
	}

	#bottom_menu li.bottom_menu_left a:hover{
		float: left;
		padding-right: 8px;
		padding-left: 8px;
		border-right: 1px solid #000000;
		text-decoration: none;
		position: relative;
		top: 1px;
		left: 1px;
		color: #400080;
		background-color: #cccccc;
	}



		#bottom_menu li#bottom_menu_right a{
			float: left;
			padding-right: 8px;
			padding-left: 8px;
		}

		#bottom_menu li#bottom_menu_right a:hover{
			float: left;
			padding-right: 8px;
			padding-left: 8px;
			text-decoration: none;
			position: relative;
			top: 1px;
			left: 1px;
			color: #400080;
			background-color: #cccccc;
		}



/* 下部バナー */
	#banner{
		clear: left;

	}

		#banner li{
			float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		}

	#footer_text{
		clear: left;
		margin: 10px 0px 10px 10px;
	}

		ul#footer_text li{
			font-size: smaller;
			padding-top: 0px;
			padding-bottom: 5px;
			line-height: 120%;
			background-image: url(../ya.gif);
			background-repeat: no-repeat;
			background-position: left top;
			padding-left: 20px;
		}

		ul#footer_text li img{
			margin-top: 5px;
		}

/* リンク */
	#link{
		width: 400px;
		margin-top: 20px;
		margin-bottom: 30px;
	}


