@charset "UTF-8";
/*CSS_reset*/
	* {margin: 0;padding: 0;}
/*リンク設定*/
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


/* 共通スタイル */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
	 Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	background: #fff url(../image/background_img.gif);
	background-repeat: repeat-x;
}


#Header {
	width:780px;
	height:50px;
	padding: 10px 10px 0 10px;	
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom:10px;*/
	text-align: left;
}

#Wrapper {
	width:780px;
	padding: 0 0 0 0;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	text-align: left;
}
p.Wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
}

#nav {
	float:left;
	width:380px;
/*	height:600px;*/
	padding: 10px 0 0 10px;
	margin-bottom:10px;
	background-color:#fff;
}
#ConTents {
	float:right;
	width:340px;
	height:500px;
	padding: 10px 0 0 10px;
	margin-bottom:10px;
	background-image: url(../image/humptycontact.png);
	background-repeat: no-repeat;
	background-position: 35px 0px;
	background-color:#fff
}

#Footer {
	clear:both;
	width:760px;
	height:70px;
	padding: 0 10px 0 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
/*	background-image:url(../image/humptydumpty_bar.jpg);*/
	background-repeat:no-repeat;
	background-color:#fff;
	text-align:center;
}
ul li {
	font-size:12px;
	list-style-type: none;
	line-height:180%;
}

/*menu*/
#breadcrumbslist {
	list-style: none;
	clear:both;
	margin: 20px auto 10px ;
	font-size: 93%;
}
#breadcrumbslist li.home {
	background: #fff url(../image/home.gif) no-repeat left center;
	padding-left: 23px;
}
#breadcrumbslist li a, #breadcrumbslist li span {
	display: block;
	background: #fff url(../image/arrow.gif) no-repeat right center;
	padding: 10px 20px 10px 5px;
}
#breadcrumbslist li.current a, #breadcrumbslist li.current span {
	background-image: none;
}