@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}

/* IE */
@font-face {
	font-family: WebFont;
	src: url(http://www.echo-hp.com/shiranoe/font/KozGoPro-Regular-AlphaNum.eot);
}

/* Firefox, Opera, Safari */
@font-face {
	font-family: WebFont;
	src: url(http://www.echo-hp.com/shiranoe/font/KozGoPro-Regular-AlphaNum.ttf) format("truetype");
}

h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0px;
	padding: 0px;
}
html {
 overflow-y: visible;
}

body {
	margin: 0px;
	padding: 0px;
	/*▼フォントの種類*/
	/*font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*font-family: WebFont;*/
	/*▲フォントの種類*/
	color:#444444;
	/*#faccce;shiranoe007*/ /*#efbb2c;shiranoe006*/ /*#faccce;shiranoe005*/	/*#ffd1c9;shiranoe004*/	/*#4d6674;shiranoe003*/	/*#0e0f21;shiranoe002*/	/*#365531;shiranoe001*/
	background-color:#365531;
	/*background-image:url(img/bg.jpg);
	background-repeat:repeat;*/
	font-size:90%; 
}

#container1 {
	width:100%;
	height:auto;
	background-image:url(img/header_bg.jpg);
	background-repeat:repeat-x;
	/*background-color:#444444;*/
	text-align:center;
	/*margin: 10px 0 0 0;*/
}

#container2 {
	width: 100%;
	height: auto;
	_margin: -2px 0;
	background-image:url(img/topnavi_bg.jpg);
	background-repeat:repeat-x;
	/*background-color:#000;*/
}
#container3{
	width: 100%;
	height: auto;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	/*background-color:#ffffff;*/
	padding-top:20px;
}
#container4 {
	width: 100%;
	height: auto;
	/*margin-top:10px;*/
	/*background-color:#c1cd95;*/
	background-image:url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#000;
	/*border-bottom-color: #394958;shiranoe003*/
}
#container5{
	width: 730px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
#container6{
	width: 730px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d8d7c2;
	border-right-color: #d8d7c2;
	border-bottom-color: #d8d7c2;
	border-left-color: #d8d7c2;
	border-top-style: solid;
}

#header{
	height: 100px;
	/*background-color:#444444;*/
}
	
	
/* ▼▼ここからヘッダーの中身▼▼ */
#header ul{
	list-style:none;
	padding:0;
}
#header ul li{
	float:left;
	height:100px;
}
/*#header .sitemap {
	float: right;
	width:85px;
	height: 20px;
	padding:0;
	margin:0;
}*/

/* △△ここまでヘッダーの中身△△ */

#topnavi{
	display:none;
}

#middle{
	clear: both;
}

/* ▼▼ここからミドルの中身▼▼ */
#topimg{
	width:730px;
	height:320px;
}
#topimg img{
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#topimg ul{
	list-style:none;
}
#topimg ul li{
	float:left;
}

#main{
	width:690px;
	height: 100%;
	padding:10px;
	border: 1px solid #d8d7c2;
	background-color:#ffffff;
	overflow: hidden;
}

#main, x:-moz-broken{ overflow: visible; /* Fx 3.0 */}

#sub_content{
	clear:both;
	padding:0;
	height:160px;
}

/* ▼▼ここからメインコンテンツの中身▼▼ */
#sub_content .news{
	width:440px;
	padding:10px 20px;
	float:left;
}

#sub_content .news h3{
	font-size:95%;
	margin-bottom:5px;
}

#sub_content .news ul{
	list-style:none;
	border: 5px solid #dddddd;
	padding:5px;
}

#sub_content .news li{
	margin:10px 0;
}

#sub_content .news .sitemap{
	text-align:center;
}

#sub_content .address{
	/*margin-top:10px;*/
	width:220px;
	padding:10px 20px 10px 10px;
	float:right;
	font-size:95%;
}

#sub_content .address h4{
	font-size:95%;
	text-align:right;
}

#sub_content .address ul{
	list-style:none;
	text-align:right;
}

#sub_content .address li{
	margin:5px 0;
}

#sub_content .address img{
	margin-bottom:-4px;
}

/* △△ここまでメインコンテンツの中身△△ */

/* △△ここまでミドルの中身△△ */

#footer {
	width: 710px;
	/*clear: both;*/
	text-align:center;
	/*background-color:#c1cd95;*/
	padding:0 10px;
}
/* ▼▼ここからフッターの中身▼▼ */
#footer .pagetop{
	padding-right:2px;
	background-image:url(img/pagetop_bg.gif);
	background-repeat: no-repeat;
	height:19px;
	background-position: right;
	position:relative;
}
#footer .pagetop img{
	position:absolute;
	top:0px;
	right:3px;
}
#footer h5 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color:#111111;/*#ffffff*/
	/*padding-top: 10px;
	/*background-image:url(img/bg.jpg);
	background-repeat:repeat;*/
}

/* △△ここまでフッターの中身△△ */

/* ロールオーバの設定*/
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a{
	border: none;
}
img{
	border: none;
}

/*リンクの設定*/
a:link{
	color:#0033cc;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #848484;*/
}
a:visited{
	color:#3366ff;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #848484;*/
}

a:hover{
	color:#cc3333;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc3333;*/
}
