/* TOPページ基本レイアウト */
#home {	background-color:#f5deb3 ;}
#home div#left {	float:left; width:310px;}
#home div#right{	float:right;width:480px;}
#home div#footer{	clear:both;}

#header h1{text-indent: -9999px;display: none;}


#home #left ul{
	border-top:1px solid;
	border-bottom:1px solid;
}

#home #main{	margin-top:50px;}

#home #top_menu ul{	border:0px; margin-left: 15px;}
#home #top_menu li {	 width:286px;height:80px;text-indent:-9999px;}
#home #top_menu li a {	width:286px;height:80px;;display:block;}
#home #top_menu li.gm01{ background-image: url(../images/mnav01.jpg);}
#home #top_menu li.gm02{ background-image: url(../images/mnav02.jpg);}
#home #top_menu li.gm03{ background-image: url(../images/mnav03.jpg);}
#home #top_menu li.gm04{ background-image: url(../images/mnav04.jpg);}

#home .key{	font-weight:bold;color:#ff0000;}
#home .gaiyou{
	font-size:1.1em;
	letter-spacing:0px;
	margin:20px 20px;
	padding:0px 25px;
	line-height: 160%;
}
#home #shisetsu	{clear: both;margin-left: 30px;}
#home #guide{
	margin:20px 0px;
	padding:0px 10px;
}
#home #guide {float:left;width:300px;}
#home #guide ul{padding:5px 0px 5px 5px;}
#home #guide p{	line-height: 100%;padding:5px;}
#home #guide li{list-style-type:disc;}
#home #guide li h2{font-size:100%;font-weight: normal;}


#home #footer {
	color:#ffffff;
	background-color: #c0722d;
	text-align:center ;
}

* html #home div#left {	float:left; width:305px;}
* html #home div#right{	float:right;width:470px;}
