﻿@charset "utf-8";

body {
	/*background:url(../image/bg.gif) repeat-y center;*/
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	color:#333;
	text-align:left;
	margin:0;
	padding:0;
	background-image:url(../image/bg.jpg)

}
h1{
	font-size:18px;
	margin-top:20px;
	}

h2{
	background-image:url(../flower/img/line.gif);
	background-repeat:no-repeat;
	line-height:30px;
	font-size:16px;
	text-indent:1.3em;
	margin:20px 0 30px 0;
	}
/*リンクカラー－－－－－－－－－－－－－－－－－－－－－－－－*/
a {
	text-decoration:none;
}
a:link {
	color:#666;
}
a:visited {
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#006600;
}
a:active {
	color:#003333;
}
/*ページ本体－－－－－－－－－－－－－－－－－－－－－－－－*/
#page {
	width:749px;
	background:#FFF;
	text-align:center;
	padding:0;
}

/*ヘッダ－－－－－－－－－－－－－－－－－－－－－－－－*/

#header {
	background-image:url(../image/header.jpg);
	background-repeat:no-repeat;
	width: 748px;
	height: 100px;
	margin:0;
	float:center;
	font-size:8pt;	
}

#top {
  display: block;  
	width:760px;
	height:10pt;
	/*background-color:#685233;*/
	background-color:#003333;
	color:#fff;
	font-size:8pt;	
}
/*サイドメニュー－－－－－－－－－－－－－－－－－－－－－－－－*/

.side_navi{
	float:left;
	padding-top:10px;
	margin:0;
	width:160px;
	height:400px;
	background-image:url(../image/sidetable_bg.jpg);
}

.side_navi ul{
	padding-left: 5px;
	margin-left:5px;
}
.side_navi li{
	list-style-type:none;
	font-weight:bold;
}
.side_navi li a{ 
	display:block;
	width:125px;
	padding:6px 0 5px 5px;
	border-bottom:1px dashed #003333;
	text-decoration:none;
}
.side_navi li a:hover{
	display:block;
	width:125px;
	padding:6px 0 5px 5px;
	border-bottom:1px dashed #003333;
	text-decoration:none;
	position:relative;
 top:1px;
 left:1px;
}


/* -------------- グローバル Navi----------------------------*/

div#gnavi {
    margin: 0;
	width: 748px;
	color: #003333;
	background: #fff;
	}
div#gnavi ul {
	width: 748px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
div#gnavi li {
	display:inline;
	margin: 0 6px;
	padding: 0;
	list-style: none;
	}
div#gnavi a {
	padding: 0 15px;
	line-height: 9pt;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}

div#gnavi a:hover {
	}

/*メインBOX－－－－－－－－－－－－－－－－－－－－－－－－*/

.main {
	float:left;
	width:560px;
	height:auto;
	padding:0 20px;
	margin:0;
}


.main p{
	padding:0 10px 0 10px;
}
/*メイン－－－－－－－－－－－－－－－－－－－－－－－－*/

.main_table td{
	line-height: 2em;
	padding-left:1em;
	border-top: 1px solid #CCC;
	background-color:#F3FFEC;
}
.ue {
	
	text-align:right;
}

.bottom_line{
	border-bottom: 1px solid #CCC;

}

.img {
	border-top:1px solid #003333;
	border-bottom:2px solid #003333;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.img1px {
	border:1px solid #999;
	margin:5px;
	padding:0;
}

/*フッター－－－－－－－－－－－－－－－－－－－－－－－－*/
#footer {
	clear:both;
	width:750px;
	height:20px;
	background-color:#006;
}
#footer p {
	text-align:center;
	color:#F7F7F7;
	font-size:8pt;
}

