/* HTML要素 */

body {
	margin: 0;
	padding: 0px;
	background-position: left;
	background-image : url(img/body-bg.jpg);
	text-align:center;
	background-repeat: repeat;
}

h1 {
	font-size: 12px;
	font-style: normal;
	line-height: 0.9em;
	font-weight: bold;
	margin-bottom:2px;
	padding-top:0px;
	margin-top:0px;
}

A:link		{color:#000099;}
A:active	{color:#666666;}
A:hover		{color:#cc0033; text-decoration:none; }
A {text-decoration:none;}

/* 全体 ----------------------------------------*/

#wrapper {
 width: 770px;
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 padding-top: 0px;
 background-color:#FFFFFF;
}

.clear{
 clear:both;
}

.lst01{
	line-height:140%;
	padding:0 0 0 15px;
	font-size: 13px;
	list-style-position: inside;
}

.txt00{
	font-size: 14px;
	color:#333333;
	line-height:140%;

}

.txt01{
	font-size: 13px;
	color:#333333;
	line-height:140%;
	font-weight: bold;

}


.txt02{
	font-size: 13px;
	color:#FF3333;
	line-height:140%;
	font-weight: bold;

}

.txt03{
	font-size: 13px;
	color:#FF9900;
	line-height:140%;
	font-weight: bold;
}

.txt04{
	font-size: 13px;
	color:#0066FF;
	line-height:140%;
	font-weight: bold;
}

.txt05{
	font-size: 14px;
	color:#333333;
	line-height:160%;

}

.txt06{
	font-size: 15px;
	color:#FF3333;
	line-height:140%;
	font-weight: bold;

}

.txt07{
	font-size: 13px;
	color:#FF6600;
	line-height:140%;
	font-weight: bold;
}

.txt08{
	font-size: 16px;
	color:#333333;
	line-height:140%;
}

.txt09{
	font-size: 16px;
	color:#FF9900;
	line-height:140%;
	font-weight: bold;
}






/* 中身 ----------------------------------------*/
#contents {
	text-align:left;
	width: 770px;
	margin: 0px auto;
	padding: 0;
	background-color:#FFFFFF;
	background-image : url(img/bg_contents.jpg);
}

#header {
	margin:0;
	padding:0;
}

#container {
	width: 715px;
	text-align:left;
	margin:0 22px 0 23px;
}

#footer {
	padding: 12px 20px 0 20px;
	font-size: 13px;
	color: #333333;
	text-align: right;
	height:18px;
	background-image : url(img/footer.jpg);
}


/* メニュー ----------------------------------------*/

#menu
{
	height:40px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align:left;
	padding:0;
	margin:0;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li a {
	height:40px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	margin:0;
}
/*------off*/
#menu li.menu01 a {
	background:url(img/menu.jpg) no-repeat 0px 0px;
	width:120px;
}
#menu li.menu02 a {
	background:url(img/menu.jpg) no-repeat -120px 0px;
	width:120px;
}
#menu li.menu03 a {
	background:url(img/menu.jpg) no-repeat -240px 0px;
	width:122px;
}

/*------hover*/
#menu li.menu01 a:hover {
	background:url(img/menu.jpg) no-repeat 0px -40px;
}
#menu li.menu02 a:hover {
	background:url(img/menu.jpg) no-repeat -120px -40px;
}
#menu li.menu03 a:hover {
	background:url(img/menu.jpg) no-repeat -240px -40px;
}

/* 内容 ----------------------------------------*/


.box_l{
	width:715px;
	margin:15px 0 0 0;
	background-color:#FFFFFF;
}

.box_l .title{
	margin:0;
	height:18px;
	background-image : url(img/title_l.jpg);
	background-repeat: no-repeat;
	font-size:15px;
	font-weight:bold;
	padding:12px 10px 0 40px;
	color:#FFFFFF;
}

.box_l .txt{
	width:648px;
	padding:15px 15px 15px 50px;
	font-size: 13px;
	color: #333333;
	border: 1px solid #69A5E0;
	margin:0 0 15px 0;
	line-height:140%;
}


.box_m{
	width:715px;
	margin:15px 0 0 0;
	background-color:#FFFFFF;
}

.box_m .title{
	margin:0;
	height:18px;
	background-image : url(img/title_m.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight:bold;
	padding:12px 10px 0 40px;
	color:#FFFFFF;
}

.box_m .left{
	width:330px;
	background-color:#FFFFFF;
	float:left;
	text-align:left;
	margin:0 0 15px 0;
}

.box_m .right{
	width:330px;
	background-color:#FFFFFF;
	float:right;
	text-align:left;
	margin:0 0 15px 0;
}

.box_m .in{
	width:298px;
	text-align:left;
	font-size: 13px;
	line-height: 150%;
	padding:10px 15px;
	border: 1px solid #69A5E0;

}


table {
 border: 1px solid #FF9900;
 margin: 0 0 5px 0;
}

table th{
	background-color: #FFCC99;
	border: 1px solid #FF9900;
	font-size:12px;
	font-weight: bold;
	color: #333333;
	padding: 2px;
	text-align:center;
}
 
table td{
	border: 1px solid #FF9900;
	color: #333333;
	padding: 2px;
	font-size:12px;
	font-weight: bold;
	text-align:center;	
}

.noborder table{
	border: none;
	color:#000000;
	margin: 0;
}

.noborder td{
	border: none;
	padding: 5px 5px 5px 0;
	color:#000000;
}


/* MAP ----------------------------------------*/


#map-c{
	margin: 0px auto;
	padding: 0px;
	width:450px;
	background-color:#ffffff;
	text-align:center;
}

#map-title{
	background-color:#69A5E0;
	font-weight:bold;
	font-size:0.9em;
	line-height:22px;
	border-styele:solod;
	border-width:1px;
	padding:2px;
	color:#FFFFFF;
}

#place{
	background-color:#ffffff;
	font-color:#ffffff;
	font-size:0.9em;
	border-styele:solod;
	border-width:1px;
	border-color:red;
	padding:2px;
}


#footer_map {
	padding: 12px 20px 0 20px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	height:18px;
	background-color:#69A5E0;
	margin:0;
}
