@charset "utf-8";
body {
	margin: 0px;
	background-image:url(../images/allback.gif);
	background-repeat:repeat;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.5em;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: top;
}
img {
	border: 0;
	margin: 0;
}
.fltleft{
	float:left;
}
.fltright{
	float:right;
}
.rightmargin{
	float:right;
	margin-right:20px;
}

.font-red{
	color:#CC0000;
}
/*コンテンツ囲み*/
#contener-back {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#contener {
	width: 720px;
	margin:0 auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/*ヘッダー*/
#header{
	margin: 0;
	width: 720px;
	height: 65px;
	background-image: url(../images/header.jpg);
	text-align: left;
	padding: 5px 0 0 0;
	color: #002F75;
}
/*メニュー*/
/* --- ナビゲーションバー --- */
div.menu {
width: 100%; /* ナビゲーションの幅 */
background-color:#000000;
background-image:url(../images/menu-back.gif);
}

/* --- メニューエリア --- */
div.menu ul.boton {
	width: 720px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-bottom:#000000 1px solid;
}

/* --- メニュー項目 --- */
div.menu ul.boton li {
	width: 20%; /* 項目の幅 */
	float: left;
}

/* --- リンク --- */
div.menu ul.boton li a {
display: block;
position: relative; /* IE6用 */
height:20px;
padding: 10px 2px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
border-left:#CCCCCC 1px solid;
border-right:#000000 1px solid;
}
/* --- リンクテキストの色 --- */
div.menu ul.boton li a:link {
	color: #000000;
}
div.menu ul.boton li a:visited {
	color: #333333;
}
div.menu ul.boton li a:hover {
	color: #FFFFFF;
	background-color:#333333;
}
div.menu ul.boton li a:active {
	color: #FF9900;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
overflow:hidden;
}

/*メイン部分*/
#main{
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
}
/*#main ol{
	margin:0;
	padding-left:20px;
}
#main ul{
	margin:0;
	padding-left:20px;
}
#main li{
	margin:0;
	line-height: 1.6em;
}
#main dl{
	margin:0;
}
#main dt{
	float:left;
	padding:10px 10px 40px 10px;
	background-color: #C0BCDF;
	width: 70px;
}
#main dd{
	padding:10px;
	float: left;
	margin: 0;
	color: #62566E;
	width: 590px;
}*/
#address{/*連絡先*/
	border:#000000 dotted 1px;
	margin-top:10px;
	font-size:14px;
	text-align:right;
	padding:5px;
	clear: both;
	background-color: #FFFFFF;
}
#address strong{
	color:#CC0000;
}
th{
	background-color:#336666;
	padding:8px;
	border:#666666 1px solid;
	color: #FFFFFF;
}
td{
	padding:8px;
	border:#666666 1px solid;
	text-align: left;
}
table{
	width:600px;
	border-left:#666666 1px solid;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}
dl.contact{
	margin:0 0 20px 50px;
}
.contact dt{
	line-height:40px;
	font-size:20px;
	color:#336699;
	font-weight:bold;
	float: left;
	padding-right: 10px;
}
.contact dd{
	line-height:40px;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 2px dotted #9999CC;
	margin-right: 30px;
	margin: 0 30px 0 60px;
	padding-left: 10px;
}
/*フッター*/
#footer{
	width: 720px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	text-align: center;
}
#footer ul{
	display:inline;
	margin:0;
}
#footer li{
	list-style-type:none;
	float:left;
	padding:0 5px;
	margin:0;
}
#footer a:link{
	color:#003300;
	text-decoration:none;
}
#footer a:visited{
	color:#336600;
	text-decoration:none;
}
#footer a:hover{
	color:#FF9900;
	text-decoration:underline;
}
#footer a:active{
	color:#CC0000;
	text-decoration:none;
}
.copyright{
	color:#000000;
	text-align:center;
	border-top: 2px dotted #003300;
	padding-top: 10px;
	padding: 15px;
}

/*中央寄せ*/
.center{
	text-align:center;
}
/*左寄せ*/
.left{
	text-align:left;
}
/*右寄せ*/
.right{
	text-align:right;
}
h1{
	font-size:10px;
	margin:0;
	padding:0 10px;
	color: #006600;
	font-weight: normal;
}
h2{
	font-size:22px;
	line-height:32px;
	padding:8px 8px 8px 120px;
	color: #003300;
	font-weight:bold;
	margin: 10px 10px 15px 10px;
	background-image: url(../images/h2-back.jpg);
	text-align: left;
}
h3{
	background-color:#AF9E7D;
	color:#333333;
	border:none;
	font-size:16px;
	line-height:18px;
	padding:10px;
	margin:0 20px 15px 20px;
	background-image: url(../images/h3-back.gif);
}
h4{
	color:#3366FF;
	border:none;
	font-size:16px;
	line-height:18px;
	padding:8px 8px 8px 15px;
	margin:10px 20px;
	border-bottom: 3px dotted #6BACE1;
}
.clear{
	clear:both;
}
p{
	margin:3px 25px 25px 25px;
	font-size: 14px;
	line-height: 1.7em;
	color:#333333;
}
.eigyou{
	margin:0 0 0 20px;
	font-size:14px;
}
