@charset "utf-8";


/*  
 main [ Flashが入る 
----------------------------------------------------------- */  
#main{
		width:800px;
		height: auto;
		margin: 0 auto;
		clear: both;
}


/*Flashが入る*/
#topimage{
				width:800px;
				height: 280px;
				margin: 0 auto;
}

.title{
				width:800px;
				height: 35px;
				margin: 20px auto 10px;
				clear: both;
}

.explain {
				width: 770px;
				margin:15px auto;
				font-size: 90%;
}

.explain p{			text-indent:15px;
				margin:0
}	


#main .l_box{
				width:385px;
				height:150px;
				float:left;
				display: block;
				padding: 0 0 0 15px;
}

#main .r_box{
				width:390px;
				height:150px;
				float:left;
				display: block;
}

.image{
				margin: 5px 0;
				float:left;
				display: block;
}

.link{
				height:25px;
				margin: 10px 30px 5px 0;
				float:left;
				padding: 0 0 0 15px;
}


.bar{
				width:780px;
				margin:5px auto;
				clear:both;
				height: 10px;
	}

 .guide {
				width: 217px;
				font-size: 12px;
				float: left;
				text-align: left;
				padding: 0 0 0 18px;
}

 .image:hover
{
				border:thin dotted #FF6600;
}
