@charset "UTF-8";
/* CSS Document */


/*---Global Layout---*/

div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr,script{margin:0;padding:0;}

img{border:0;}


body#home{
     margin-left:0;
	 margin-top:0;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	background-image:url(../img/top/bg.jpg);
	background-repeat:repeat-x;
}




div#container{
	width:838px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px solid #878787;
	background-image:url(../img/top/container_bg.jpg);
	background-repeat:repeat-x;
	border-bottom: 10px solid #4A5B31;
	background-color:#ffffff;
	}

div#container_bottom{
    background-image:url(../img/top/container_bg_bottom.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
}





/* ヘッダー
-----------------------------------------------------------------------------------*/



body#home #header{
	height:129px;
}

body#home #header #header_left{
	float:left;
	padding: 28px 0px 0px 37px;
}

body#home #header #header_right{
	float:right;
	text-align:left;
}

body#home #header #header_right p{
	margin:28px 0px 14px 14px;
}
body#home #header #header_right ul{
	list-style-type:none;
	padding: 0px 0px 0px 10px;
	margin:0px;
	background-image:url(../img/top/menu_bg.jpg);
	height:41px;
	width:614px;
}

body#home #header #header_right ul li{
	padding:9px 0px 0px 20px;
	margin:0px;
	float:left;
}




/* メイン
-----------------------------------------------------------------------------------*/



body#home #main{
	margin:25px 44px 0px 44px;
	text-align:left;
}


/* コンテント　-------------------------*/

body#home #main #content{
	height:328px;
}

body#home #main #content #content_left{
	float:left;
	width:505px;
	height: 318px;
}

body#home #main #content #content_right{
	width:230px;
	float:right;
	background-image: url(../img/top/news.jpg);
	height: 318px;
	background-repeat: no-repeat;
}

body#home #main #content #content_right div{
	padding:0px 20px 20px 20px;
	height: 230px;
	overflow: auto;
	margin: 15px 0px 0px 0px;
}

body#home #main #content #content_right dd{
margin:-1.5em 0 0em 5.5em;
padding:0px 0px 5px 0px;
	}


/* ナビ　------------------------------*/

body#home #main #navi{
	height:198px;
	margin: 0px 0px 25px 0px;
}

body#home #main #navi ul{
    list-style-type:none;
    margin:0px;
}
body#home #main #navi li{
    margin:0px;
	float:left;
}





body#home #main #navi li .setumei {
	display: block;
	position: absolute;
	top: -10000px;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: -10000px;　	/*★Firefoxでhoverが無効になります*/
}

body#home #main #navi li a:hover {
	position:relative;
	text-decoration:none;
}
body#home #main #navi li a:hover .setumei{
	background-color: #FFEFBD;
	padding:10px;
	color:#000000;
	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#FFEFBD solid 5px;	/*フキダシ用*/
	top: 0px;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: 10px;
}



*+html body#home #main #navi li a:hover .setumei{

	background-color: #FFEFBD;
	padding:10px;
	color:#000000;
	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#FFEFBD solid 5px;	/*フキダシ用*/
	top: 177px;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: 10px;
}

* html body#home #main #navi li a:hover .setumei{

	background-color: #FFEFBD;
	padding:10px;
	color:#000000;
	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#FFEFBD solid 5px;	/*フキダシ用*/
	top: 177px;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: 10px;
}




/* ナビ　------------------------------*/


body#home #main #diary{
height:200px;
}

body#home #main #diary dd{
margin:-1.5em 0 0em 5.5em;
padding:0px 0px 5px 0px;
}

body#home #main #diary .diary_left{
float:left;
width:240px;
}

body#home #main #diary .diary_right{
	margin:0px 0px 0px 15px;
	float:right;
	width:240px;
}

body#home #main #diary .diary_news{
	border:solid 1px #B3B3B3;
	width:228px;
	padding:5px;
	margin: 5px 0px 0px 0px;
	height:150px;
	overflow: auto;
}


/* ボトム
-----------------------------------------------------------------------------------*/


body#home #bottom{
	margin:0px 20px 0px 20px;
	border-bottom:5px solid #6CB82D;
	padding: 20px 0px 10px 0px;
}

body#home #bottom a{
color:#4D4D4D;
text-decoration:none;}
body#home #bottom a:hover{
color:#3A5604;
text-decoration:none;}

body#home #copy{
	width:830px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding:5px 10px 0px 0px;
	}

