/*========================================
  base design
========================================*/
body {
	background-image: url(../images/comnbg.gif);
	background-repeat: repeat;
	color: #414141;
	padding: 0px;
	margin: 0px;
	text-align: center;	
}

#wrapper,
#container {
	width: 760px; /*<<<<<*/
	width: 960px; /*<<<<<*/
	text-align: left;
	margin: 13px auto 3px;
	position: relative;
	background-color: #FFF;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

ul,
ol {
	margin: 0;
	padding: 0px 0px 0px 1.6em;
}

li {
	font-size: 100%;
	line-height: 1.5;
}

dl,
dt,
dd {
	padding: 0;
	margin:0;
}

a:link {
	text-decoration : none;
	color: #65519A;
}

a:active {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
	color: #727272;
}

a:hover {
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border-style: none;
}

/*========================================
  header
========================================*/
#header {
	background-image: url(../../images_top/header_bg.gif);
	background-repeat: no-repeat;
	height: 90px;
}

/* ######### site id ######### */
body#home #site_id {
	width: auto;
	height: auto;
	background-image: none;
	margin-right: auto;
	float: none;
}

h1#site_id {
	text-indent: -9999px;
}

/* ######### calendar ######### */
p#calendar {
	text-indent: -9999px;
}

p#calendar a {
	height: 46px;
	width: 111px;
	display: block;
	position: absolute;
	top: 20px;
	right: 11px;
}

p#calendar a:hover {
	background-image: url(../../images_top/calendar_on.gif);
	background-repeat: no-repeat;
}

/* ######### date ######### */
p#date {
	text-align: right;
	position: absolute;
	top: 70px;
	right: 13px;
	font-size: 75%;
	line-height: 1.5;
}

/*========================================
  contents
========================================*/
/* ######### contents ######### */
#contents {
	width:750px; /*<<<<<*/
	width:950px; /*<<<<<*/
	margin:0 5px;
	overflow: hidden;
	font-size: 75%;
	line-height: 1.5;
}

/* ######### billboard (contents) ######### */
#billboard {
/* 	width: 750x; */
	width: 950x; /*<<<<<*/
	/* height:150px; */
	height:190px;
	margin-top:5px;
	margin-bottom:8px;
	overflow: hidden;
}


/* ######### main-col (contents) ######### */
#main-col {
	width:550px; /*<<<<<*/
	width:750px; /*<<<<<*/
	margin-right:13px;
	display:inline;
	float:left;
}

/* ######### info (main-col) ######### */
#info {
	width:544px; /*<<<<<*/
	width:744px; /*<<<<<*/
	margin-left:6px;
	margin-bottom:10px;
}

#info h2 {
}

#info ul {
	overflow: auto;
	/*max-height:320px;*/
/*max-height:360px; edit20110622*/
max-height: 235px;
	margin-left:0;
	padding-left:0;
	padding-top:15px;
}

#info.heightauto ul {
	max-height: 1000px;
}

#info li {
	margin-bottom:6px;
	list-style-type: none;
	overflow:hidden; /*add20110622*/file:///Users/mori/Documents/work/Shichigahama/www/comn/policy.html
}

#info li.sp { /*add20110622*/
margin-bottom:15px;
}

#info li.sp a { /*add20110622*/
font-size:113%;
font-weight:bold;
color: #753A4C;
}

#info li.sp a:visited { /*add20110622*/
	color: #926D7B;
}

#info li span {
	color: #333;
	padding: 3px 2px;
	border: 1px solid #B8B8B8;
	line-height:1;
	margin-right:0.5em;
	margin-bottom:2px;
	background-color: #F3F3F3;
	display:block; /*add20110622*/
	width:5.5em; /*add20110622*/
	text-align:center; /*add20110622*/
	float:left; /*add20110622*/
}

#info li.sp span { /*add20110622*/
	color: #753A4C;
	border: 1px solid #753A4C;
}

#info li a {
	text-decoration: underline;
	color: #000;
}

#info li a:hover {
	text-decoration: none;
}

#info li a:visited {
	color: #666;
}


/* ######### benri (main-col) ######### */
#benri {
	margin-top:10px;
}

#benri h2 {
}

#benri ul.tab {
	margin-top:10px;
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
	overflow: hidden;
	height:30px;
	position: relative;
}

#benri ul.tab li {
	list-style-type: none;
	float:left;
	text-indent: -9999px;
}

#benri ul.tab li a {
	display:block;
	height:30px;
	background-image: url(../../images_home/benri_tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#benri ul.tab li#view1 a {
	width: 112px;
	background-position: 0 0;
}

#benri ul.tab li#view2 a {
	width: 108px;
	background-position: -112px 0;
}

#benri ul.tab li#view3 a {
	width: 108px;
	background-position: -220px 0;
}

#benri ul.tab li#view4 a {
	width: 108px;
	background-position: -328px 0;
}

#benri ul.tab li#view5 a {
	width: 108px;
	background-position: -436px 0;
}


#benri ul.tab li#view1 a.selected,
#benri ul.tab li#view1 a:hover,
#benri ul.tab li#view1 a:focus {
	background-position: 0 -30px;
}

#benri ul.tab li#view2 a.selected,
#benri ul.tab li#view2 a:hover,
#benri ul.tab li#view2 a:focus {
	background-position: -112px -30px;
}

#benri ul.tab li#view3 a.selected,
#benri ul.tab li#view3 a:hover,
#benri ul.tab li#view3 a:focus {
	background-position: -220px -30px;
}

#benri ul.tab li#view4 a.selected,
#benri ul.tab li#view4 a:hover,
#benri ul.tab li#view4 a:focus {
	background-position: -328px -30px;
}

#benri ul.tab li#view5 a.selected,
#benri ul.tab li#view5 a:hover,
#benri ul.tab li#view5 a:focus {
	background-position: -436px -30px;
}

#benri ul.panel {
	border-right: 1px solid #475AAD;
	border-bottom: 1px solid #475AAD;
	border-left: 1px solid #475AAD;
	border-top-style: none;
	border:solid 1px #475AAD;
	margin-top:0;
	margin-top:-1px;
	margin-right:6px;
	padding-left:0;
}

#benri ul.panel li {
	padding-top:10px;
	margin-top:0;
	list-style-type: none;
}

#benri ul.panel li#tab1,
#benri ul.panel li#tab2,
#benri ul.panel li#tab3,
#benri ul.panel li#tab4,
#benri ul.panel li#tab5 {
	width:540px; /*<<<<<*/
	width:740px; /*<<<<<*/
	overflow: hidden;
}

#benri ul.panel li#tab1 dl,
#benri ul.panel li#tab2 dl,
#benri ul.panel li#tab3 dl,
#benri ul.panel li#tab4 dl,
#benri ul.panel li#tab5 dl {
	padding:0 4px 10px 4px;
	float:left;
	width:120px; /*<<<<<*/
	width:170px; /*<<<<<*/
	margin-left:5px;
}

#benri ul.panel dt {
	font-weight: bold;
	color: #FFF;
	line-height:1;
	background-color: #6287D5;
	text-align:center;
	padding:4px 2px; /*<<<<<*/
	padding:7px 2px; /*<<<<<*/
}

#benri ul.panel dt.even {
	background-color: #61A1C8;
}

#benri ul.panel li#tab2 dt {
	background-color: #80B331;
}

#benri ul.panel li#tab3 dt {
	background-color: #8F62B4;
}

#benri ul.panel li#tab4 dt {
	background-color: #F07575;
}

#benri ul.panel li#tab5 dt {
	background-color: #5AAFB1;
}


#benri ul.panel dd {
	margin-top:5px;
}

#benri ul.panel dd ul {
	margin-left:0;
	padding-left:0;
}

#benri ul.panel dd li {
	line-height:1.4;
	padding-top:0;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #A2A2A2;
}

#benri ul.panel dd li a {
}

#benri ul.panel dd li a:hover {
}

/* ######### side-col (contents) ######### */
#side-col {
	width:185px;
	float:left;/*background-color: #0FF;*/
}

#side-col #town {
	width:169px;
	padding:8px 5px 5px;
	background-color: #E5E5E5;
	margin-bottom:10px;
}

#side-col #town dl {
}

#side-col #town dt {
}

#side-col #town dd {
	font-size:90%;
	margin:3px 0 7px;
}

#side-col ul#banner {
	margin-left:0;
	padding-left:0;
}

#side-col ul#banner li {
	font-size:115%;
	list-style-type: none;
	text-align:center;
	margin-left:0;
	margin-bottom:10px;
}

#side-col ul#banner li a {
	display:block;
	width:170px;
	padding:10px 5px;
	background-color: #6E7CC8;
	font-weight: bold;
	color: #FFF;
}

#side-col ul#banner li.sp a {
	background-color: #48B39C;
}

#side-col ul#banner li a:hover {
	text-decoration: none;
	background-color: #8D9CE3;
}

#side-col ul#banner li.sp a:hover {
	background-color: #5ECEB2;
}

/* ######### ad (contents) ######### */
#ad {
	clear:both;
	width:750px; /*<<<<<*/
	width:950px; /*<<<<<*/
}

#ad h2 {
}

#ad ul.banner {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 2px;
	margin-left: 0px;
	margin-right:-6px;
	margin-top:3px;
	margin-bottom:3px;
	overflow: hidden;
	position:relative;
}

* html #ad ul.banner {
	margin-left: 0px;
}

#ad ul.banner li {
	float:left;
	margin-right:5px; /*<<<<<*/
	margin-right:8px; /*<<<<<*/
	margin-left:8px; /*<<<<<*/
	margin-bottom:8px;
	display:inline;	
}

#ad #adinfo {
	text-align:right;
	font-size:90%;
	margin-bottom:6px;
}

/*========================================
  footer
========================================*/

#footer {
	width: 760px; /*<<<<<*/
	width: 960px; /*<<<<<*/
	background-color: #FFFFFF;
	background-image: url(../../images_top/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	clear: both;
	color: #000000;
		font-size: 75%;
	line-height: 1.5;
}

/* ######### address ######### */
#address {
	float: left;
	width: 454px; /*<<<<<*/
	width: 604px; /*<<<<<*/
	margin-left: 13px;
	margin-left: 0;
	background-image: url(../../images_top/address_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#address address {
	font-style: normal;
	margin-top: 23px;
	margin-left: 15px;
}

#address em {
	position: relative;
	left: -9999px;
	top: -9999px
}

/* ######### contact ######### */
#contact {
	float: left;
	width: 306px; /*<<<<<*/
	width: 356px; /*<<<<<*/
	height:85px;
	background-image: url(../../images_top/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	line-height: 1;
}

* html #contact {
	margin-bottom:-12px;
	height:92px;
}

#contact li {
	float: left;
	list-style: none;
}

#contact li a {
	text-decoration: none;
}

#contact h2 span,
#contact li span {
	position: relative;
	left: -9999px;
	top: -9999px
}

#contact #contact01 a {
	display: block;
	float: left;
	width: 143px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 152px; /*<<<<<*/
	right: 202px; /*<<<<<*/
}

#contact #contact01 a:hover {
	background-image: url(../../images_top/contact01_on.gif);
}

#contact #contact02 a {
	display: block;
	width: 143px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 9px; /*<<<<<*/
	right: 39px; /*<<<<<*/
}

#contact #contact02 a:hover {
	background-image: url(../../images_top/contact02_on.gif);
}

#contact #contact03 a {
	display: block;
	float: left;
	width: 143px;
	height: 20px;
	position: absolute;
	top: 52px;
	right: 152px; /*<<<<<*/
	right: 202px; /*<<<<<*/
}

#contact #contact03 a:hover {
	background-image: url(../../images_top/contact03_on.gif);
}

#contact #contact04 a {
	display: block;
	width: 143px;
	height: 20px;
	position: absolute;
	top: 52px;
	right: 9px; /*<<<<<*/
	right: 39px; /*<<<<<*/
}

#contact #contact04 a:hover {
	background-image: url(../../images_top/contact04_on.gif);
}

/* ######### foot navi ######### */
#foot_navi {
	height:33px; /*add*/
	clear: both;
}

#foot_navi p {
	text-indent: -9999px;
}

#foot_navi ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#foot_navi li {
	float: left;
	/*margin-top: -2px;*/
}

#foot_navi li a span {
	position: relative;
	left: -9999px;
	top: -9999px
}

#foot_navi li a {
	text-decoration: none;
}

#foot_navi #nv01 a {
	display: block;
	float: left;
	width: 99px;
	height: 21px; /*<<<<<*/
	height: 33px; /*<<<<<*/
}

#foot_navi #nv01 a:hover {
	background-image: url(../../images_top/foot_nv01_on.gif);
	background-repeat: no-repeat;
}

#foot_navi #nv02 a {
	display: block;
	float: left;
	width: 82px;
	height: 21px;
}

#foot_navi #nv02 a:hover {
	background-image: url(../../images_top/foot_nv02_on.gif);
	background-repeat: no-repeat;
}

#foot_navi #nv03 a {
	display: block;
	float: left;
	width: 89px;
	height: 21px;
}

#foot_navi #nv03 a:hover {
	background-image: url(../../images_top/foot_nv03_on.gif);
	background-repeat: no-repeat;
}

/*========================================
  other
========================================*/

#count {
	width: 760px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
