/*-----------------------------------------------------

common

-------------------------------------------------------*/


/* common

*********************************/



body {
	text-align:center;
	margin:0;
	background-color:#fff;
	font-size:12px;
	font-family:"MSƒSƒVƒbƒN","Osaka", sans-serif;
	color:#333333;
	line-height:180%;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}
	
h1,h2,h3,h4,ul,li,p,dl,dt,dd {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	}
	
a,table,img {
	border:none;
	}

ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}

a {
	text-decoration:none;
	color:inherit;
	}
	
a:link {
	font-weight:bold;
	text-decoration:none;
	color:inherit;
	}
	
a:visited {
	font-weight:bold;
	color:#D29445;
	text-decoration:none;
	}

a:hover {
	color:#B07837;
	text-decoration:none;
	}

a:active {
	text-decoration:none;
	}

address {
	font-size:12px;
	font-style:normal;
	}

img {
	vertical-align:bottom;
	}

form {
	margin:0;
	}
	
td,th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	}
	
/* layout
*********************************/

div#container_wrap {
	width:762px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
	}

div#container {
	border:1px solid #999;
	}
	
table#header {
	width:760px;
	background-color:#3B7AEE;
	border-bottom:5px solid #6699FF;
	}
	
table#main-wrap {
	border:1px solid #999;
	margin:0 0 20px 0;
	width:500px;
	}
	
td#main {
	padding:0 0 0 9px;
	}
	
td#side-bg {
	background-image:url(../img/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 300px;
	}
	
/* header
*********************************/
	
h1 {
	text-align:right;
	padding:0 10px 0 0;
	color:#FFFFFF;
	}
	
/* side-menu
*********************************/

table#menu {
	margin:0 0 20px 0;
	}

/* main-block
*********************************/

h2.subtitle {
	margin:0 0 20px 0;
	}
	
h3.koumoku {
	margin:0 0 10px 0;
	}
	
p.main-txt-box {
	margin:0 0 10px 30px;
	}
	
	
div.main-indexh3 {
	background-image:url(../img/top_btm_bg.jpg);
	background-repeat:no-repeat;
	zbackground-position:220px 0px;
	background-position:bottom right;
	padding:0 0 80px 0;
	}
	
p.goaisatsu {
	margin:0;
	padding:10px;
	background-image:url(../img/bg_sora.gif);
	background-repeat:no-repeat;
	}
	
table.info-table {
	margin:0 0 0px 0;
	}
td.info-text-td {
	padding:10px 10px 0 10px;
	}
	
p.info-text {
	padding:0px 0px 10px 30px;
	}
	
table.info-cell {
	width:400px;
	margin-left:30px;
	margin-bottom:10px;
	border-left:1px solid #3B7AEE;
	border-top:1px solid #3B7AEE;
	}
	
table.info-cell td, table.info-cell th{
	padding:10px;
	}
	
table.info-cell th{
	width:150px;
	background-color:#BBD3FF;
	}
	
table.info-cell td{
	background-image:url(../img/bg_sora.gif);
	background-repeat:no-repeat;
	}
	
table.town-cell {
	width:400px;
	margin-left:30px;
	margin-bottom:10px;
	border-left:1px solid #3B7AEE;
	border-top:1px solid #3B7AEE;
	}
	
table.town-cell td, table.town-cell th{
	padding:10px;
	}
	
table.town-cell th{
	width:180px;
	background-color:#BBD3FF;
	}
	
table.town-cell td{
	background-image:url(../img/bg_sora.gif);
	background-repeat:no-repeat;
	}
	
table.gallery-cell {
	width:220px;
	margin-left:10px;
	margin-bottom:10px;
	border-left:1px solid #3B7AEE;
	border-top:1px solid #3B7AEE;
	}
	
table.gallery-cell td, table.gallery-cell th{
	padding:10px;
	}
	
table.gallery-cell th{
	width:150px;
	background-color:#BBD3FF;
	}
	
table.gallery-cell td{
	background-image:url(../img/bg_sora.gif);
	background-repeat:no-repeat;
	}
	

table.access-cell {
	width:230px;
	margin-right:10px;
	margin-bottom:10px;
	border-left:1px solid #3B7AEE;
	border-top:1px solid #3B7AEE;
	}
	
table.access-cell td, table.access-cell th{
	padding:10px;
	}
	
table.access-cell th{
	width:100px;
	background-color:#BBD3FF;
	}
	
table.access-cell td{
	background-image:url(../img/bg_sora.gif);
	background-repeat:no-repeat;
	}
	
table.rec5 {
	background-image:url(../img/rec5bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
/* footer
*********************************/

#footer {
	border-top:5px solid #6699FF;
	background-color:#3B7AEE;
	}
	
#footer address {
	padding:5px 10px 10px 0px;
	text-align:right;
	font-size:10px;
	}