@charset "Shift_JIS";

/*	ウェブデザインタナカ
---------------------------------------------------*/
/*
WDT-1. 基本設定
WDT-2. リンク
WDT-3. 見出し（hx)
WDT-4. リスト
WDT-5. 基本レイアウト
WDT-5-1.#contents(サイト全体）
WDT-5-2.#header
WDT-5-3.#navi
WDT-5-4.#menu
WDT-5-5.#main
WDT-5-6.#footer
WDT-6. よく使うデザイン
WDT-7. 追加：使用サイトオリジナル
---------------------------------------------------*/

/*	WDT-1. 基本設定
---------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}

body{
	text-align: center;
	background-color: #CBE8F8;
	color: #333333;

}

p{
	margin:1em;
}


img{
	border: none;
}


em{
	font-weight:bold;
}

strong{
	font-weight:bold;
}
	
hr{
	border: none;
	clear: both;
	display:none;
	visibility: hidden;
	height: 0px;
}

/* float解除 
---------------------------------------------------*/
div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
	height: 0px;
	width: 0px;
}


/*	WDT-2. リンク
---------------------------------------------------*/

a,
a:link,
a:visited{
	color:#333333;
	text-decoration:none;
}

a:active,
a:hover,
a:focus{
	color:#1E73AC;
	text-decoration:none;
}


/*	WDT-3. 見出し（hx)
---------------------------------------------------*/
h1{

	background:url(img/h1.jpg) top no-repeat;
	margin: 0;
	padding: 0;
	height: 50px;
	
	line-height:3.6em;
	text-indent: 30px;

	font-weight: bold;
	color: #FFFFFF;
	

}

h2{
	background:url(img/h2.gif) top no-repeat;
	margin: 0;
	padding: 0;
	height: 45px;


	line-height:4.0em;
	text-indent: 40px;

	font-weight: bold;
	color: #006633;
	
}


h3{
	background:url(img/h3.gif) top no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
	
	line-height:2.4em;
	text-indent: 18px;

	font-weight: bold;
	color: #006600;
}


h4{

	border-bottom:2px #5A9C5D dashed;
	border-left:4px #5A9C5D solid;
	
	margin: 0.8em 0;
	padding: 2px 15px;
	
	font-weight: bold;
	color:#006633;
	
}

h5{


	border-left:5px #666666 solid;
	background-color:#F3F3F3;
	
	margin: 1em 0.2em;
	padding: 3px 15px;
	
	color:#000000;
}

h6{
	background:url(img/h6.jpg) top no-repeat;
	margin: 0;
	padding: 0;
	height: 40px;
	
	line-height:3.2em;
	text-indent: 25px;

	font-weight: bold;
	color: #FFFFFF;
}

/*	WDT-4. リスト
---------------------------------------------------*/
ol{
	list-style:decimal outside;
	margin:0.5em 2.8em;
}

ol li{
	list-style-type:decimal;
	line-height: 180%;
}

ul{
	list-style:disc outside;
	margin:0.5em 2.2em;
}

ul li{
	list-style-image:url(img/list_hosi.gif);
	list-style-type: disc;
}

ul.enlist li{
	list-style-image:url(img/list_en.gif);
	list-style-type: disc;
}


dl{
	list-style-position:inside;
	margin:0.5em 0.3em;
}

dt{
	font-weight:bold;
	margin:0.5em 0.7em;
}

dd{
	margin:0 0 0 1.5em;
}



/*	WDT-5. 基本レイアウト
---------------------------------------------------
レイアウトが解り易い様、background-colorを指定
してあるので、各々削除してください。
---------------------------------------------------*/
#contents{
	width:760px;
	margin:0 auto;
	text-align:center;
	position:relative;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	background-color:#FFFFFF;
}


#header{
	width:100%;

	
}

#navi{
	width:760px;
	height:40px;
	background-color: #FFFFFF;
	font-size: 12px;
}

#navitop{
	width:760px;
	background-color: #FFFFFF;
	font-size: 90%;

}



#menu{
	width: 200px;
	float: left;
	font-size: 90%;
	background-color:#FFFFFF;

}

#main{
	width: 760px;
	text-align:center;
	font-size: 85%;

}


#left{
	width: 190px;
	float: left;
	text-align:center;


}


#right{
	width: 530px;
	float: right;
	text-align:center;


}

#center{
	clear:both;
	width:100%;
	text-align:center;

}

#centersub{
	clear:both;
	width:560px;

	text-align:left;

	
		margin: 0 auto;

}

#navi2{
	clear:both;
	width:560px;

	text-align:right;

	margin-top:20px;
	margin-bottom:0;
	
	margin-right: auto;
	margin-left: auto;
			
			
	font-size: 12px;
	


}


#footer{
	clear:both;
	width:100%;
	font-size: 80%;
	color:#ffffff;
	padding:5px 0;
	text-align:center;
	background-color: #1E73AC;
}

/*	WDT-5-1.#contents(サイト全体）
---------------------------------------------------*/




/*	WDT-5-2.#header
---------------------------------------------------*/

#header{
		display: none;
}


	
#header h1{
		display: none;
		visibility:hidden;
	background-image:none;
	margin:0;	
	padding: 0px;
	line-height: 0;
	
}


#header a{
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}


#header-img {

	display: block;
	background:	url(img/header.jpg) top no-repeat;
	height: 90px;

}


.header-alt {
	display: none;
}
	
	

/*	#navitop
---------------------------------------------------*/

#navitop{
	text-align:right;

}
#navitop ul{
	list-style:disc;
		margin:0;
}

#navitop ul li{
	padding:10px;
	margin:5px;

		display:inline;
		line-height: 1.8em;
}





/*	WDT-5-3.#navi
---------------------------------------------------*/

#navi ul{
		list-style:none outside;
		margin:0;
}

#navi ul li{
	
		list-style-type:none;
		display:inline;
		float:left;
		line-height: 40px;
}

#navi a{
	height: 40px;
	display:block;
	width: 100px;
	text-align:center;
	background:url(img/navi_bg2.jpg) top left no-repeat;
	color: #333333;
}

#navi a.long{
	height: 40px;
	display:block;
	width: 160px;
	text-align:center;
	background:url(img/navi_bg2.jpg) top left no-repeat;
	color: #333333;
}




#navi a:link,
#navi a:visited{
	height: 40px;
	color: #333333;

}

#navi a:hover{
	height: 40px;
	background:url(img/navi_bg2.jpg) 0px -40px no-repeat;
	color: #FFFFFF;
}




/*	WDT-5-4.#menu
---------------------------------------------------*/

#menu h2{
	
	border:2px #52985A solid;
	background-color: #E7F2C1;
	margin: 0.2em 0;
	padding: 5px;
	font-weight: bold;
	color:#666666;

}

/*---------------------------------------------------*/

#menu ul{
		list-style:none outside;
		margin:0;
}

#menu ul li{
	
		list-style:none outside;
		float:left;
		line-height: 2.5em;
}

#menu ul li a{
	text-indent: 2.8em;
	display:block;
	width: 200px;
	text-align:left;
	background:url(img/menu_bg.gif) 0px 0px  no-repeat;
	color: #333333;
	border-bottom:1px #999999 dashed;
}

#menu ul li a:link,
#menu ul li a:visited{



}

#menu ul li a:hover{
	background:url(img/menu_bg.gif) 0px -126px no-repeat;
	color:#4893CC;
}


/*---------------------------------------------------*/


#menu ul li li a{
	text-indent: 4em;
	display:block;
	width: 200px;
	text-align:left;
	background:url(img/menu_bg2.jpg) 0px 0px  no-repeat;
	color: #333333;
	border-bottom:1px #999999 dashed;
}

#menu ul li li a:link,
#menu ul li a:visited{



}

#menu ul li li a:hover{
	background:url(img/menu_bg2.jpg) 0px -126px no-repeat;
	color:#4893CC;
}





/*	WDT-5-5.#main
---------------------------------------------------*/
#main caption{
	text-align:left;
	visibility: hidden;
/*	display: none;*/
}

#main .msgtop {
	width: 740px;
	padding:3px 5px 10px 5px;
	text-align: right;
}



#main .msg01 {
	width: 300px;
	text-align:left;
	padding:0 5px 0 20px;
	margin:20px;
}

#main .msg02 {
	width: 300px;
	text-align:right;
	padding:0 5px 0 20px;
	margin:20px;
}

#main .msg03 {
	width: 300px;
	text-align:center;
	padding:0 5px 0 20px;
	margin:20px;
}

#main .map {
	padding:0 0 0 30px;
	margin:20px;
}

#main .map th, td, tr{
	text-align:left;
}


#main .msg1{
	padding:0 5px 0 8px;
	margin:2px;
	line-height: 140%;
}


#centersub p.msg1{
	padding:0 5px 0 5px;
	margin:5px;
	line-height: 140%;
}

#main p.msg1{
	padding:0 5px 0 0px;
	margin:20px;
	text-indent:1em;
}

#main .msg2{
	padding:0 5px 0 40px;
	margin:20px;
}


#main .msgbox1{
	
	padding:5px 15px;
	margin:20px;
	background:#F3F3F3;


}

#main .msgbox2{

	padding:10px;
	margin:20px;
	background: #FFFFFF;
	border:1px #666666 solid;

}

#main .msgbox3{
	
	padding:5px 15px;
	margin:20px;
	background:#FFFFFF;


}

#main .red{

	padding:0 2px;
	color:#FF0000;

}


#main .redmini{
	font-size:85%;
	padding:0 2px;
	color:#FF0000;

}



/*---------------------------------------------------*/


#main dl.photo1{
	width:240px;
	height: 18em;
	border:1px #666666 solid;
	
	text-align:center;
	margin: 5px 5px 5px 10px;

		display:block;
		float:left;

}


#main dl.photo1 dt{
	text-align:left;
	margin: 5px;
}

#main dl.photo1 dd{
	text-align:left;
	line-height: 1.5em;
	margin: 5px;
}


/*---------------------------------------------------*/


#main dl.photo2{
	width:525px;
	height: 10em;
	border:1px #FFFFFF solid;
	
	text-align:center;
	margin: 5px 5px 5px 15px;


	display:block;
	clear:both;
}

#main dl.photo2 dt{
	text-align:left;
	float: left;
	margin: 5px;
}

#main dl.photo2 dd{
	text-align:left;
	line-height: 1.5em;
	margin: 5px;
}

/*---------------------------------------------------*/

#main dl.photo21{
	width:525px;
	height: 10em;
	border:1px #333333 solid;
	
	text-align:center;
	margin: 5px 5px 5px 0px;


	display:block;
	clear:both;
}

#main dl.photo21 dt{
	text-align:left;
	float: left;
	margin: 5px;
}

#main dl.photo21 dd{
	text-align:left;
	line-height: 1.5em;
	margin: 5px;
}

/*---------------------------------------------------*/

#main ul.photo3{
	list-style:none outside;
	margin:5px 5px 5px 20px;
}

#main ul.photo3 li{
		list-style-type:none;
		display:inline;
}

#main ul.photo3 li img{
		margin:5px 6px 5px 5px;
}

/*---------------------------------------------------*/


#main ul.pagetop{
		list-style:none outside;
		margin:0;
		clear:both;
		text-align:right;

}

#main ul.pagetop li{
		list-style-type:none;
		list-style-image:none;
}

#main ul.pagetop a{
		text-decoration:none;
		list-style-image:none;
}

#main ul.pagetop a:link,
#main ul.pagetop a:visited{
		color:#666666;
}
#main ul.pagetop a:hover{
		text-decoration: underline;
		color:#FF6600;
}

.symble{
	padding: 0 5px 5px 5px;
	line-height: 180%;
}


/*	WDT-5-6.#footer
---------------------------------------------------*/




/*	WDT-5. よく使うデザイン
---------------------------------------------------*/





/*	WDT-6. 追加：使用サイトオリジナル
---------------------------------------------------*/


/*	WDT-5-3.#navi2
---------------------------------------------------*/

#navi2 ul{
		list-style:none outside;
		margin:0;
}

#navi2 ul li{
	
		list-style-type:none;
		display:inline;
		line-height: 40px;
		float:right;
}

#navi2 a{
	height: 40px;
	display:block;
	width: 150px;
	text-align:center;
	background:url(img/navi_bg3.jpg) top left no-repeat;
	color: #009148;
	font-weight:bold;
}


#navi2 a:link,
#navi2 a:visited{
	height: 40px;
	color: #009148;

}

#navi2 a:hover{
	height: 40px;
	background:url(img/navi_bg3.jpg) 0px -40px no-repeat;
	color: #FFFFFF;
}
