@charset "utf-8";


/* -----------------------------------------------------------
CSS Information

 File name:      honmon.css
 Style Info:     honmon.htm
----------------------------------------------------------- */

*{
padding:0;
margin:0;
}

#contents{
	clear:left;
	}

/*===========================================================左側メニュー=====*/

#contents .left_menu{
	float:left;
	margin-top:74px;
	}

#contents .left_menu .left01{
	width:154px;
	background: url(/honmon/images/left_menu_01b.gif) 0 0 no-repeat;
}

#contents .left_menu .left02{
	width:154px;
	background: url(/honmon/images/left_menu_02b.gif) 0 0 no-repeat;
}

#contents .left_menu .left03{
	width:154px;
	background: url(/honmon/images/left_menu_03b.gif) 0 0 no-repeat;
}

#contents .left_menu .left04{
	width:154px;
	background: url(/honmon/images/left_menu_04b.gif) 0 0 no-repeat;
}

#contents .left_menu .left05{
	width:154px;
	background: url(/honmon/images/left_menu_05b.gif) 0 0 no-repeat;
}


#contents .left_menu li a { 
	width: 100%;
	height: 100%;
	display: block;
}

	
#contents .left_menu li a:hover img {
	visibility: hidden;
}

/*===========================================================中央部分==========*/

#contents .main_box{
	width:610px;
	margin:0px;
	float:left;
	margin-left:16px;
	}
#contents .main_box h3{
	margin:26px 0px 20px 0px;
}
#contents .main_box h4{
	width:610px;
	}
#contents .main_box .area{
	text-align:left;
	line-height:1.3em;
	background-image:url(/img/box_body.gif);
	width:520px;
	padding:20px 45px;
	}
#contents .main_box .area p{
	color:#1A8BFF;
	margin:0px 10px 10px 0px;
	}
#contents .main_box .area .pic {
	float:right;
	text-align:center;
	padding:5px 0px 5px 20px;
	margin:0px;
}
#contents .main_box .box_bottom{
	width:610px;
	height:43px;
	background-image:url(/img/box_bottom.gif);
	margin-bottom:20px;
	}
#contents .main_box .box_bottom a{
	text-decoration:none;
	}