@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	background-color: #EAF6FD;
	background-repeat: repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width:945px;
	margin:0 auto;
	background:#fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#header {
   width:945px;
   background:#fff;
}

div#menu {
	width:945px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

div#contents {
	clear:both;
	width:945px;
}

div#main {
   float:left;
   margin:0 20px;
   width:635px;
}

div#sub1 {
   float:left;
   width:135px;
}

div#sub2 {
   float:left;
   width:135px;
}

div#footer {
	position:relative;
	clear:both;
	width:945px;
	background-color: #004098;
	height: 20px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:150%;/* 24px相当 */
   color:#000;
   line-height:80px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#ddd;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
	float:left;
	font-size: 75%;
	list-style-type:none;
	width: 135px;
	height: 33px;
	margin-top: 2px;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 5px;
}

div#menu li a {
   background-image: url(../images/head_navi01.gif);
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:2.5;
   color:#fff;
}

div#menu li a:hover{
	background-image: url(../images/head_navi02.gif);
}

div#menu .on{
	background-image: url(../images/head_navi02.gif);
}


/* 回り込み解除 */
div#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#008000;
}

div#main a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

div#main h2 {
	margin-bottom:5px;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	line-height:1.4;
	color: #FFFFFF;
	background-image: url(../images/h1_bo02.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
}

div#main h3 {
   margin-bottom:5px;
   font-size:88%;/* 14px相当 */
   border-bottom:3px double #000;
   border-left:
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main h6 {
	margin-bottom:5px;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	line-height:1.4;
	color: #FFFFFF;
	background-image: url(../images/h1_bo04.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
}

div#main p{
	margin:0 0 1em 0;
	font-size:65%;/* 13px相当 */
	line-height:1.4;
}

div#main ul,ol,dl{
   font-size:82%;/* 13px相当 */
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========SUB1 CONTENTS CUSTOMIZE======== */

div#sub1 .section_h {
	background-color: #008CD6;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	width: 135px;
	line-height: 28px;
}

div#sub1 .img {
}


/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .section_h {
	background-color: #008CD6;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	width: 135px;
	line-height: 28px;
}

div#sub2 .section_c {
	background-color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	color: #666666;
	height: 28px;
	width: 133px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 28px;
}


div#sub2 h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url("images/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub2 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub2 li {
   margin:0;
   padding-left:18px;
   font-size:82%;/* 13px相当 */
   line-height:1.8;
   background:#DEDDD0 url("images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px;
   text-align:right;
   font-size:82%;/* 13px相当 */
}

div#totop a{
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
	padding:0;
	text-align:center;
	font-style:normal;
	font-size:63%;/* 10px相当 */
	color:#FFFFFF;
	border-top:1px solid #ccc;
}

/* ========2010.06.28 ADD======== */
#summary{
	color: #666666;
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

#navi{
	text-align: right;
	float: right;
	font-size: 10px;
	margin-top: -15px;
	margin-right: 10px;
}

#navi a{
	color: #333333;
	text-decoration: none;
}

#navi a:visited {
	color: #333333;
	text-decoration: none;
}


#navi a:hover {
	color: #008837;
	text-decoration: underline;	
}

/* ========2010.06.29 ADD======== */
/* 縦メニューデフォルト */
.side_menu{
	width:133px;
	color:#666666; /* 文字の色 */
	background-color: #FFFFFF;
	font-size: 63%;
	line-height: 34px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/sankaku01.jpg);
	background-repeat: no-repeat;
	background-position: 13px 15px;
}

/* 縦メニューのリンク部分のデフォルト */
.side_menu a{
	width:113px; /* リンク文字以外もリンクとするため */
	display:block; /* 大きさをブロック化 */
	text-decoration: none; /* リンク線なし */
	color:#444444;
	padding-left: 20px;
}

/* 縦メニューのリンク部分のマウスオーバー時 */
.side_menu a:hover{
	background-image: url(../images/sankaku01.jpg);
	background-repeat: no-repeat;
	background-position: 13px 15px;
	background-color: #F0F0F0;
}


div#whats01 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}



.photobox1{
	width:204px;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	height: 204px;
	margin: 3.5px;
	float: left;
}

.photobox1 img {
	padding:9.5px;
	vertical-align:bottom;
}

.photobox1 p {
	padding:0 10px 10px 10px;
}

.address{
	font-size: 63%;
	color: #333333;
	text-align: center;
	padding: 10px;
}

.chiiki{
	text-align: center;
	font-size: 70%;
	color: #333333;
}

.chiiki img{
	margin-top: 5px;
	margin-bottom: 5px;
}
