@charset "Shift_JIS";
/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	top:0px;
}
body{
	background:url(image/backimage.gif) repeat;
	text-align:center;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.2;
	color: #3F3F3F;
	scrollbar-base-color:#BFEFFF;
	margin: 0;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
br {
	letter-spacing: 0;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	text-align:left;
	}

/* ロゴ
---------------------------------------------*/
#header {
	height:160px;
	width:750px;
	margin:0px;
}
h1 {
    position:relative;
    width:750px;
    height:160px;
	margin:0px;
}

h1 span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background:url(image/header.gif) no-repeat;
	}

#container{
	overflow: auto !important;
	overflow /**/:hidden;
	width:750px;
	background:url(image/contentsbk.gif) left top repeat-y;
	}
/* コンテンツ
---------------------------------------------*/
#contents{
	float:right;
	width:550px;
	font-size:14px;
	line-break:strict;
	line-height: 130%;
	margin:10px 0px 50px;
}
#contents .section p{
	margin:10px 20px 10px 20px;
}
#contents .section img{
	margin:10px 20px;
	}

#contents .new img{
	margin:5px 0px 10px 20px;
	vertical-align: middle; 
}

#contents .section2{
	margin:10px 20px 10px 20px;
	font-size:80%;
	line-height:120%;
	color:#0099CC;
	}
#contents .section2 img{
	border:none;
	margin:5px 0px;}

#pagetoplink{
	margin:0px 0px 0px 400px;
	font-size:12px;
}
h2{
	margin:20px 20px;
}
/* ナビ
---------------------------------------------*/
#nav{
	float:left;
	width:200px;
	height:100%;
	}
ul li img{
	vertical-align:bottom;
	margin-left:5px;
	border:none;
	}
ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
#nav .mappy{
	margin:15px 0px 0px 5px;
	}
#nav .mappy img{
	border:none;
	}
/* フッター
---------------------------------------------*/
#footer1{
	clear:both;
	height:50px;
	background-color:#EEEEEE;
	font-size:12px;
	color: #333333;
	padding:10px 50px;
	line-height: 160%; 
	}
#footer1 ul{
	txt-aligin:left;
	line-break:strict;
}
#footer1 li{
	display:inline;
	border-style:solod;
	border-width:0 thin;
	padding:0 2px;
}
#footer2{
	clear:both;
	height:50px;
	color:#333333;
	font-size:12px;
	text-align: center;
	line-height: 160%; 
	padding:10px 10px 0px 10px;
	background:url(image/footer.gif) no-repeat
	}
a:link{
	color:#333333;}
a:visited{
	color:#333333;}
a:hover{
	color:#0099CC;}
a:active{
	color:#0099CC;}
a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}
.mojihi{
	font-size:14px;
	color:#ff4500;
	font-weight:bold;
	 letter-spacing:2px;
	}
/* 上部時間等並び
---------------------------------------------*/
dl.listtop {
	border-top:1px solid #fff;
	line-height: 1.6;
	margin: 2em 0;
	width: 470px;
	margin:0px 20px 10px 20px;
}

dl.listtop dt {
	width: 4.5em;
	float: left;
	padding-bottom: 1px;
	text-indent: 1em;
	text-align:right;
	font-weight:bold;
	}
dl.listtop dd {
	padding-left:5em;
	border-bottom: 1px solid #fff;
}

/* 写真枠
---------------------------------------------*/
.frame {
    float: left;
    margin: 0;
    padding: 6px;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
}
 
.clear {
    clear: both;
}


