@charset "UTF-8";
/*CSS_reset*/
	* {margin: 0;padding: 0;}
/*埋め込みフォント指定*/
@font-face {
    font-family: 'Lithos';
    src: url('../font/LithosPro-Regular.eot?') format('oldIE'),
    url('../font/LithosPro-Regular.woff') format('woff'),
    url('../font/LithosPro-Regular.ttf') format('opentype');
}
/*リンク設定*/
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;
}

/*body*/
/*body {background-color: #fff;background-image: url(../image/background_img.gif);text-align: center;background-repeat: repeat-x;}*/
/*HTML_base*/
#wrapper {width: 780px;margin-left: auto;margin-right: auto;margin-bottom: 10px;padding: 0 10px 0 10px;}
/*header*/
#logoHead {width:760px;padding: 0 0 0 0; background-color:#4E2727;}
/*contents*/
/*#ConTents_base {width: 760; padding: 0 0 0 0;background-image: url(../image/humptydumpty_bar.jpg);dispray: inline;}*/
#ConTents {width: 760px; height: 150px; padding: 0 10px 0 10px;text-align: left;margin-bottom: 10px;background-image: url(../image/humptydumpty_bar.jpg); background-repeat: no-repeat; background-position: right bottom;}
#ConTents1 {float:right; width: 740px; height: 150px; padding: 0 10px 0 10px;text-align: left;margin-bottom: 10px;background-image: url(../image/humptydumpty_bar.jpg); background-repeat: no-repeat; background-position: right bottom;}
#ConTents2 {float:left; width: 210px; height: 240px; padding: 0 20px 0 30px;text-align: left;margin-bottom: 10px;background-image: url(../image/humptydumpty_bar.jpg); background-repeat: no-repeat; background-position: left bottom;}
/*footer部*/
#Footer {float: none; text-align: center;width: 760px;height: 30px;padding: 10px 10px 0 10px;margin-left: auto;margin-right: suto;margin-bottom: 10px;background-color: #fff;font-size: 10px;color: #999;}
/*class*/
p.Logo {font-family: 'Lithos';font-size: 26px;color: #000;text-align: left;width: 780px;height: 50px;padding: 10px 0 0 0; background-color: #405520}
p.contents {font-size: 10px;text-align: center;color: #999;}
p.Menu {font-family: 'Lithos'; font-size: 26px;}

ul li {font-size: 12px; list-style-type: none; line-height:180%}