@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
    background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin:0 auto;
	font-size: 12px;
	color: #666;
}

h1{
	font-size: 10px;
	font-weight: normal;
	float: left;
	color: #666666;
	margin: 0;
	padding: 0px;
}
	

h2,h3,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

li {
	line-height: 0;
}

a {
	color: #aebd96;
	text-decoration: none;
	line-height:normal;
	display:block;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}


a:hover {
	color: #9eac89;
}
.look {
	color: #FB908A;
}

p {
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-size: 12px;
	padding-left: 10px;
}
.headerlight {
	float: right;
}
.headerleft {
	float: left;
	width: 300px;
}


#wrapper {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	line-height:normal;
	
}

#header {
	width: 800px;
	height: 70px;
}


#unavi{
	text-align:right;
	right: 0;
	margin: 0;
}
#gnavi {
	width: 805px;
	height: 40px;
}


#gnavi li {
	display: inline;
	float: left;
	}
	
	#main{
	padding: 0px;
	margin: 0 auto;
}

#contents{
	float: right;
	width: 580px;
	margin-top: 20px;
}


#menu{
	float: left;
	margin-top: 20px;
	width: 200px;
	margin-left: 10px;
}
#top {
	width: 800px;
}


#menu li{
	display:inline;
	line-height: 0;
}

.under{
	margin-top: 10px;
}


#footer {
	clear: both;
	height: 100px;
	font-size: 12px;
	color: #333333;
	background-color: #999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: repeat;
	background-image: url(img/fbg.gif);
	text-align: center;
}


#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}


.menu1 {
	margin-left: 10px;
	background-image: url(img/kataduke.gif);
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-left: 10px;
	width: 170px;
	float: left;
	height: 70px;
}
.menu2 {
	width: 170px;
	float: left;
	padding-top: 110px;
	padding-left: 10px;
	background-image: url(img/kitehoshii.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 70px;
}
.menu3 {
	background-image: url(img/shiritai.gif);
	background-repeat: no-repeat;
	width: 170px;
	padding-top: 110px;
	padding-left: 10px;
	float: right;
	margin-right: 10px;
	height: 70px;
}

.menu4 {
	margin-left: 10px;
	background-image: url(img/kaitori.gif);
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-left: 10px;
	width: 170px;
	float: left;
	height: 70px;
}

.menu5 {
	width: 170px;
	float: left;
	padding-top: 110px;
	padding-left: 10px;
	background-image: url(img/nagare.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 70px;
}

.menu6 {
	background-image: url(img/mottekaeritai.gif);
	background-repeat: no-repeat;
	width: 170px;
	padding-top: 110px;
	padding-left: 10px;
	float: right;
	height: 70px;
	margin-right: 10px;
}
.button {
	padding-left: 130px;
	margin-top: -5px;
}

#menu h2 {
	margin: 0 0 2px 0;
	padding: 7px 0 5px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(img/sidebar.gif);
	background-repeat: no-repeat;
	background-color: #3DA305;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 190px;
  text-align: left;
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
	color: #030;
	display: block;
	border-bottom: solid 1px #c6c6c6;
	width: 170px;
	font-size: 12px;
	background-image: url(img/side_menu_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 8px;
 }

.menulist a:hover{
  color: #99ab4e;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

#contents dl.new {
	height: 75px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;		/*What's Newのフチの左ライン*/
	background: #FFF;	/*What's Newボックスの背景色*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
}
#contents dt {
	font-weight: bold;	/*日付を太字にする設定。*/
}

#contents dd {
	border-bottom: 1px solid #dcdcdc;	/*説明文の下に1pxの直線(solid)を#222222の色で入れる。*/
}
.nagare {
	padding-top: 15px;
	background-image: url(img/muryousoudan.gif);
	background-repeat: no-repeat;
	padding-left: 220px;
	height: 180px;
}
.nagare2 {
	background-image: url(img/jizenmitsumori.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 15px;
	padding-left: 220px;
}
.nagare3 {
	background-image: url(img/sagyou.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 15px;
	padding-left: 220px;
}
.nagare4 {
	background-image: url(img/sagyoushuryou.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 15px;
	padding-left: 220px;
}
.marugoto {
	background-image: url(img/marugoto.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 580px;
	padding-top: 30px;
}
.marugoto2 {
	height: 200px;
	width: 580px;
	padding-top: 30px;
	background-image: url(img/marugoto2.gif);
	background-repeat: no-repeat;
}

