/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body{
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	color:#666666;
	background-image:url(testindex04/basetile.gif);
	background-repeat:repeat;
}
img {
    border-style:none;
}
#wrapper {
	width: 100%;
	height: 3000px; /* ボックスの幅を指定 */
}


/* ロゴとナビゲーション
---------------------------------------------*/
#logowrapper{
	position:relative;
	width:100%;
	top:0px;
	height:70px;
	left:0px;
	margin:0px;
	}
#logo{
	float:left;
	width:220px;
	left:0px;
	top:0px;
	margin-left:40px;
	}
#setsumei{
	float:right;
	margin-top:10px;
	font-size: 85%;
	white-space:pre;
	clear:none;
	line-height: 13px;
	}
#oshirase{
	float:right;
	margin-top:0px;
	font-size: 85%;
	white-space:pre;
	clear:both;
	}	
	
#globalNav{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:32px;
	list-style:none;
	overflow:hidden;
	margin:0;
	background-image:url(testindex04/nav_bg.gif);
	background-color:#1E4534;
	background-repeat: repeat-x;
	background-position: left top;
	}
#globalNav li {
	float:left;
	width:94px;
	}	
#globalNav li a{
	display:block;
	width:100%;
	overflow:hidden;
	height:0 !important;
	height:32px;
	padding-top:32px;
	background-image:url(testindex04/btn_navi.gif);
	color:#FFFFFF;
}

#nav01 a{background-position:0 0;}
#nav02 a{background-position:-94px 0;}
#nav03 a{background-position:-188px 0;}
#nav04 a{background-position:-282px 0;}
#nav05 a{background-position:-376px 0;}
#nav06 a{background-position:-470px 0;}
#nav07 a{background-position:-564px 0;}
#nav08 a{background-position:-658px 0;}

#nav01 a:hover{background-position:0 -32px;}
#nav02 a:hover{background-position:-94px -32px;}
#nav03 a:hover{background-position:-188px -32px;}
#nav04 a:hover{background-position:-282px -32px;}
#nav05 a:hover{background-position:-376px -32px;}
#nav06 a:hover{background-position:-470px -32px;}
#nav07 a:hover{background-position:-564px -32px;}
#nav08 a:hover{background-position:-658px -32px;}

#contentswrapper{
	position:relative;
	width:1030px;
	top:0px;
	height:auto;
	left:0px;
	margin:0px;
	}
#monthly{
	position:relative;
	background-color:#FF9900;
	width:407px;
	top:0px;
	height:auto;
	left:0px;
	margin:10px 0 0 25px;
	background-image:url(testindex04/monthback01.gif);
	background-repeat:repeat-x;
	border:solid 4px #006633;
	background-color:#FFFFFF;
	}
#monthlywrapper{
	position:relative;
	width:407px;
	margin:0px;
	padding:0px;
}
	
#monthly01{
	float:left;
	width:232px;
	margin:10px 0 0 10px;
	}
#monthly02{
	float:right;
	width:121px;
	margin:10px 25px 10px 0px;
	}
#monthly03{
	float:left;
	width:204px;
	margin:10px 0 0 10px;
	}
#monthly04{
	float:right;
	width:150px;
	margin:10px 25px 10px 0px;
	}
	
#clear{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}	
#welcomelogo{
	position:absolute;
	width:553px;
	left:452px;
	top:0px;
	margin:10px 0 0 0;
	padding:0px;
}

#rightwrapper{
	position:absolute;
	width:545px;
	left:452px;
	top:283px;
	margin:0;
	padding:0px;
}

#orikomi{
	position:relative;
	width:545px;
	top:0px;
	margin:30px 0 0 0;
	padding:0px;
	height:auto;
	background-image:url(testindex04/monthback01.gif);
	background-repeat:repeat-x;
	border:solid 4px #006633;
	background-color:#FFFFFF;
	}
#orikomiwrapper{
	position:relative;
	width:545px;
	top:0px;
	margin:0;
	padding:0px;
	}
#orikomileft{
	float:left;
	height:auto;
	width:212px;
	margin:10px 0 10px 10px;
	padding:0px;
	}
#orikomiright{
	float:right;
	width:300px;
	margin:10px;
		}
#orikomibtn{
	position:relative;
	width:545px;
	height:33px;
	margin:0px;
	padding:0px;
	background-image:url(testindex04/orikomibtnback.gif);
	background-repeat:repeat-x;
	}
#mapleft{
	float:left;
	height:auto;
	width:250px;
	margin:10px 0 10px 10px;
	padding:0px;
	}
#mapright{
	float:right;
	width:265px;
	margin:10px;
	padding:0px;
	}
#mapbtn{
	position:relative;
	width:545px;
	height:33px;
	margin:0px;
	padding:0px;
	background-image:url(testindex04/orikomibtnback.gif);
	background-repeat:repeat-x;
	}
#footbtn{
	position:relative;
	width:980px;
	height:118px;
	margin:20px 0 0 25px;
	padding:0px;
	}
	
	
#shousaibtn a{
	display:block;
	height:30px;
	width:180px;
	overflow:hidden;
	margin-bottom:20px;
	background-image:url(testindex02/btn_shousai.gif);
	background-position:left top;
	color:#FFFFFF;
}
#shousaibtn a:hover{
	background-position:right top;
	color:#FFFFFF;
}

#chirashibtn a{
	display:block;
	height:60px;
	width:280px;
	overflow:hidden;
	background-image:url(testindex02/btn_chirashi.gif);
	background-position:left top;
	color:#FFFFFF;
}
#chirashibtn a:hover{
	background-position:right top;
	color:#FFFFFF;
}
#specialNav{
	position:relative;
	right:0px;
	width:260px;
	height:360px;
	list-style:none;
	overflow:hidden;
	background-image:url(testindex02/adLogo.jpg);
	}
#specialNav li {
	width:260px;
	height:120px;
	}	
#specialNav li a{
	display:block;
	width:260px;
	overflow:hidden;
	/*height:0 !important;*/
	height:110px;
	/*padding-left:260px;*/
	color:#FFFFFF;
	background-image:url(testindex02/adLogo.jpg);
}

#navSp01 a{background-position:0 0;}
#navSp02 a{background-position:0 -120px;}
#navSp03 a{background-position:0 -240px;}

#navSp01 a:hover{background-position:-260px 0;}
#navSp02 a:hover{background-position:-260px -120px;}
#navSp03 a:hover{background-position:-260px -240px;}
	
#mailbtn a{
	display:block;
	height:42px;
	width:187px;
	overflow:hidden;
	background-image:url(testindex02/maillogo.gif);
	background-position:left top;
	color:#FFFFFF;
}
#mailbtn a:hover{
	background-position:right top;
	color:#FFFFFF;
}


/* メインイメージと2段組
---------------------------------------------*/	
#hidden {
	position:absolute;
	left:0;
	top:-1000px;
	margin:0;
	background-color:#009999;
	}
#header {
	position:relative;
	left:0;
	top:0px;
	width:100%;
	height:49px;
	color:#FFFFFF;
	background-image:url(testindex04/topbar.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 0 0 0;
	line-height: 35px;
	white-space:nowrap;
}

#title01 {
	position:relative;
	width:100%;
	height:40px;
	margin:10px 0 0 0;
	background-image:url(testindex04/titlebar.gif);
	background-repeat:repeat-x;
}
#title03 {
	width:300px;
	height:40px;
	margin:0 0 10px 0;
	background-color:#CCFFCC;
}

#dotborder {
	position:relative;
	margin:0;
	padding:0;
	width:390px;
	border-bottom:dotted 1px #006633;
	text-align: center;
	}

#footer {
	position:relative;
	margin:10px 0 0 0;
	width:100%;
	height:203px;
	background-color: #FFFFFF;
	background-image:url(testindex04/footerbg.gif);
	background-repeat:repeat-x;
}
#footuppertext {
	position:relative;
	height:44px;
	text-align:center;
	width:100%;
	line-height: 40px;
}
#footwrapper {
	position:relative;
	width:100%;
	height:120px;
}
#foot01 {
	float:left;
	width:127px;
	height:95px;
	margin:10px 0 0 50px;
}
#foot02 {
	float:left;
	width:230px;
	height:auto;
	margin:10px 0 0 10px;
	font-size:90%;
	overflow:hidden;
}
#foot03 {
	float:left;
	width:380px;
	height:95px;
	margin:10px 0 0 10px;
	font-size:90%;
	overflow:hidden;
}
#footbottomtext {
	position:relative;
	height:40px;
	text-align:center;
	width:100%;
	line-height: 40px;
}
/* 本文レイアウト
---------------------------------------------*/	

h1{
  font-size:130%;
  }
h2{
	font-size:115%;
	font-weight: normal;
  }
h3{
	font-size:120%;
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline;
  }
p{
	font-size:110%;
	margin:0px 0px 0px 10px;
	overflow:hidden;
}
.section{
	font-size:110%;
	margin:10px 10px 5px 25px;
	overflow:hidden;
}
.section02{
	padding:5px;
}
.section03{
	padding:5px 0 5px 15px;
}
.nameback {
	background-color:#FFCC99;
/*	margin-top:5px;*/
	margin-bottom:5px;
}
.redbold{
	font-size:110%;
	color:#FF0000;
}
.bluebold{
	font-size:110%;
	color:#0000FF;
}


.footersection{
	font-size:105%;
	border-top:#1E4534 solid 2px;
	border-bottom:#1E4534 solid 2px;
	text-align:center;
	margin:10px 0 5px 0;
	padding:5px;
	overflow:hidden;
}
.toiawase {
	color:#FF0000;
	font-size:175%;
	font-weight: bold;
	padding-left:5px;
	background-color:#FFCC99;
	margin-bottom:10px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}

