@charset "utf-8";
@import url(css/common.css);

* { margin : 0px ; padding : 0px ; }

body {
	font-size : 12px;
	color : #666;
	line-height : 20px;
	text-align : center;
	padding-bottom : 30px;
	background-color: #EDEDED;
	margin-bottom: 0px;
	background-attachment: fixed;
	color: #333333;
	background-image: url(images/bgimg.gif);
}

table, text-area, input, option { font-size : 12px ; }

a {
	color: #2B7FB1;
}

a:hover{ color :#CC0000;  }

img { 
    border-style : none;
	vertical-align: middle;
} 

body, div, h1, h2, h3, h4, h5, p, address,
table, th, td, dl, dt, ul, li {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
}

.guidebook td {
	margin: 5px;
	padding: 5px;
}

/*clear*/
hr, #center h3, #center h4 { clear : both ; }

hr {
	height: 1px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 5px;
	padding-top: 10px;
}

.clear {
    clear: both;
    margin-top: 0px;
	margin-left: 0px;
}

#container {
	width: 830px;
	margin : auto ;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align : left ;
	position : relative ;
}
*html #container {
	width: 832px;
}

#top {
	clear: both;
	float: none;
}

/*/////////////////////////////////////////////////////////////////////////////////////// header //////////////////////*/

#header {
	/*height : 390px;*/
	height : 93px;
	background-image: url(images/header_bg.jpg);
}

#header img {
	margin-top: 40px;
	text-indent: 15px;
	padding-left: 15px;
	float: left;
	position: absolute;
	top: 0px;
}
*html #header img {
	margin-left: 15px;
}

#header h1 {
	color: #333333;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	top: 105px;
	left : 215px ;
}

#header h2 {
	font-size: 12px;
	line-height: 20px;
	width: 825px;
	height: 20px;
	position: absolute;
	top: 0px;
	text-align: right;
	background-color: #29ABE2;
	padding-right: 5px;
}

#header h2 a{
	text-decoration: none;
	color: #FFFFFF;
}

#header p {
	top: 0px;
	line-height: 20px;
	padding-left: 5px;
	position: absolute;
	text-align: left;
	color: #FFFFFF;
	background-color: #29ABE2;
}



/*//////////////////////////////////////// sidenavi1 //////////////////////*/

#sidenavi1 {
	float: left;
	width : 200px ;
	overflow : hidden ;
	background-color: #DAEBF2;
	border-right : 1px solid #CCCCCC ;
	border-bottom : 1px solid #CCCCCC ;
	padding-top: 5px;
}

#sidemenu{
	width : 190px ;
	background-color: #E9E5DE;
	margin-left: 5px;
	margin-bottom: 5px;
	border : 1px solid #CCCCCC ;
}

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	text-indent: 25px;
	font-weight : bold ;
	text-align : left ;
	font-size: 12px;
	height : 41px ;
	line-height : 43px ;
	text-decoration: none;
	display: block;
	color: #333;
	background: url("images/navi_bg.gif") ;
}
*html #sidemenu li a:link, 
*html #sidemenu li a:visited,
*html #sidemenu li a:hover, 
*html #sidemenu li a:active {
	line-height : 41px ;
}

/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	text-align : left ;
	font-weight : normal ;
	margin : 0px;
	padding : 0px;
	text-indent: 25px;
	height : 23px;
	line-height : 25px ;
	font-size: 12px;
	text-decoration : none;
	list-style-position: outside;
	display: block ;
	border-top : 1px solid #FFFFFF ;
	border-bottom : 1px solid #CCCCCC ;
	color: #333333;
	background: none ;
	background: url("images/sub_bg.gif")
}

.banner {
	margin: 0px 5px 0px 5px;
}
.banner img{
	margin: 0px 0px 5px 0px;
}

/*/////////////////////////////////////////////////////////////////////////////////////// center //////////////////////*/

#center {
	float: right;
	width: 600px;
	margin-right : 15px;
}

* html #center {
	width: 600px;
	margin-right : 7px;
}

.content {
	margin-top : 45px;
	margin-bottom : 10px;
}

.content h3 {
	color: #333333;
	clear: both;
	width: 600px;
	height: 27px;
	background-image: url(images/midashi_bg.gif);
	background-repeat: no-repeat;
	font-size : 14px;
	line-height: 29px;
	text-indent:8px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content h3 a {
	color: #77AA21;
	text-decoration: none;
}

.content h4 {
	font-size : 12px;
	font-weight: bold;
}

.content p {
	margin-bottom: 10px;
}


/*/////////////////////////////////////////////////////////////////////////////////////// footer //////////////////////*/

#footer {
	clear: both;
	padding-top: 5px;
	width: 830px;
	height: 45px;
	background-color: #EEEEEE;
	border-top : 1px solid #CCCCCC ;
}

#footer h3{
	padding-top: 5px;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer .rss{
	border: solid 1px #bbbbbb;
	padding: 1px;
	width: 40px;
}

#footer .rss a{
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	height: 13px;
}

#footer .rss-format{
	background-color: #FFB74C;
	padding: 0.5px;
}


#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	padding: 5px 5px 5px 10px;
	margin-right: 10px;
	float: left;
}
#footer a {
	color: #2B7FB1;
	font-size: 10px;
	line-height: 12px;
}

/*////////////////////////////////*/
.top {
	margin-top: 10px;
	padding: 10px;
	background-color: #e1f2da;
	clear: both;
	display: inline-block;
	width: 580px;
}
*html .top {
	width: 600px;
}
.block_left {
	padding: 1px;
	float: left;
	width: 283px;
	background-color: #FFFFFF;
}
.block_right {
	padding: 1px;
	float: right;
	width: 283px;
	background-color: #FFFFFF;
}
.top h3{
	background-image: url(images/top_midashi_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 283px;
	height: 25px;
	font-size : 16px;
	line-height: 25px;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.top h4{
	margin: 5px;
	line-height: 20px;
	background-image: none;
}
img.photo {
	margin: 0px 5px 5px 5px;
	padding: 4px;
	border : 1px solid #CCCCCC ;
	float: left;
}
.top p{
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 5px;
}
.top .inner {
	background-color: #FFFFFF;
	padding: 5px;
	display: inline-block;
}
.top .inner .block{
	width: 176px;
	margin: 1px;
	padding: 5px;
	float: left;
	border : 1px solid #CCCCCC ;
}
*html .top .inner .block{
	width: 187px;
}
.top .inner .block2{
	width: 264px;
	margin: 2px;
	padding: 6px;
	float: left;
	border : 1px solid #CCCCCC ;
}

.top .inner h3{
	background-image: url(images/top_midashi_wide_bg.gif);
	width: 570px;
}
.top img.staff {
	margin: 0px 5px 5px 5px;
	padding: 4px;
	border : 1px solid #CCCCCC ;
	float: left;
}
.top .inner p{
	line-height: 15px;
}

.whats h5 {
	font-size: 12px;
	font-weight: bold;
	color: #77AA21;
	clear: both;
	width: 600px;
	height: 27px;
	background-image: url(images/midashi_bg.gif);
	background-repeat: no-repeat;
	line-height: 27px;
	text-indent: 10px;
	margin-top: 10px;
}

.whats p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	clear: both;
	border: none ;
	border-bottom: 1px dotted #CCCCCC ;
	line-height: 20px;
}

.photo_left {
	margin: 0px 10px 10px 0px;
	float: left;
}

.photo_right {
	margin: 0px 0px 10px 10px;
	float: right;
}

.kyocho {
	color: #26566E;
	font-weight: bold;
}
h4.catch {
	color: #666666;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px dotted #CCCCCC ;
	background-color: #EEEEEE;
}

.profile {
	padding: 10px;
	border: 1px solid #CCCCCC ;
	margin-bottom: 10px;
	background-color: #FFFFEE;
}

.text10{
	font-size: 10px;
	line-height: 15px;
}



.content table.sample {
	width: 90% ;
	margin: 20px 0% 20px 5% ;
	border: none;
	border-collapse: collapse;
}




.content table.sample th {
	padding: 7px ;
	border: solid 1px #ccc ;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	background: #eeeeee ;
}




.content table.sample td {
	padding: 7px ;
	border: solid 1px #ccc ;
	color: #000 ;
	background: #fff ;
}

