/* リセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        text-align: left;
        list-style-type: none;
}


/* ホームメニュー*/

#home-menu {
	float:left;
	width: 685px;
	padding-left:20px;
}

/* パンくずリスト */
#list{
	float:left;
	width:685px;
	height:12px;
	font-size:70%;
	}

#list a {
	color:#266406;
	text-decoration: none;	
}


#list  a:hover {
	color:#266406;
	text-decoration:underline;
}

#list p{
}

/* タイトル*/
#title{
	clear:both;
    widows:685px;
	height:166px;
	margin-bottom:30px;
}

#title h2 {
	widows:685px;
	height:166px;
	text-indent:-9999px;
	background:url(../images/inquiry/h2.png);
	display:block;
}



