﻿@CHARSET "UTF-8";
/*
* margin: 上下左右;
* margin: 上下, 左右;
* margin: 上, 左右, 下;
* margin: 上, 右, 下, 左;
*/

/* 初期化
--------------------------------------- */
* {
	margin: 0px auto;
	padding: 0px;
	background-image: none;
	color: #333333;
	font-size: 98%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
html{ height: 100%; }
li{ list-style: none;}
img{ border: none;}

body {
	margin: 0px auto;
	padding: 0px;
	/*background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	background-color: #EFEFE6;
}

h1{
	line-height: 20px;
	margin: 0px auto;
	padding: 0px 5px;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
	text-align: right;

}
/*h2#top{
	line-height: 35px;
	margin: 0px auto;
	padding: 0px;
	text-indent: 20px;
	border-left: 10px solid #DFDB9B;
	border-right: 10px solid #DFDB9B;
	font-size: 112%;
	font-weight: 600;
	background-color: #7A7445;
	color: #FFFFFF;
}*/
h2{
	line-height: 30px;
	margin: 0px auto;
	padding: 0px;
	text-indent: 20px;
	border-left: 10px solid #718D78;
	border-right: 10px solid #718D78;
	border-top: 1px solid #718D78;
	border-bottom: 1px solid #718D78;
	font-size: 112%;
	font-weight: 600;
	background-color: #718D78;
	color: #FFFFFF;
}
h3{
	line-height: 30px;
	text-indent: 10px;
	margin: 0px auto;
	padding: 0px;
	font-weight: 600;
	/*background-color: #FFFFCC;*/
	font-size: 110%;
	color: #CC9933;
}
h4{
	line-height: 20px;
	margin: 0px auto 5px;
	padding: 0px;
	border-left: 5px solid #CC9933;
	border-bottom: 1px solid #CC9933;
	text-indent: 15px;
	font-weight: 600;
	color: #7A7445;
}
A:link		{ color:#7A7445; font-weight: normal; text-decoration: none;}
A:visited	{ color:#7A7445; font-weight: normal; text-decoration: none;}
A:active	{ color:#7A7445; font-weight: normal; text-decoration: none;}
A:hover		{ color:#008B45; font-weight: normal; text-decoration: underline;}
/* content
------------------------------------------*/
#continer {
	width: 798px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 5px solid #888888;
	border-left: 1px solid #7A7445;
	border-right: 1px solid #7A7445;
	display: table;

}
#header{
	width: 800px;
	height: 220px;
	margin: 0px auto 15px;
	padding: 0px;
	text-indent: 0px;
	background-color: #FFFFFF;
}
#footer{
	width: 100%;
	line-height: 15px;
	margin: 0px auto;
	padding: 3px 0px;
	text-align: center;
	color: #999999;
	background-color: #DDDDDD;

}
#go{

	height: 30px;
	margin: 0px auto 10px;
	padding-right: 10px;
	text-align: right;
}
#navi{
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	background-position: left top;
}

/* リスト
--------------------------------------*/
ul#nbtn li {
	width: 160px;
	line-height: 35px;
	list-style-type: none;
	border-right: 0px solid #CCCCCC;
	text-align: center;
	float: left;
}
ul#nbtn a{
	width: 160px;
	height: 35px;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: 600;
}
a.btn {
	background: url(./img/cmn/btn01.jpg) repeat;
}
a.btn:hover {
	background: url(./img/cmn/btn02.jpg) repeat;
	text-decoration: none;
}

/* class
--------------------------------------*/
hr.dot {
	width: 750px;
	border: #7A7445 1px dotted;
	margin: 10px auto;
	clear: both;
}
.side {
	text-align: right;
	padding-right: 50px;
}
/*
--------------------------------------*/
#topMain{
	width:530px;
	margin: 10px auto 80px;
	float: right;
}
p#tmimg{
	margin: 0px auto 20px;
	text-align: center;
}
#topNavi{
	width:229px;	/* 250 */
	margin: 10px auto 80px;
	padding: 0px 10px;
	border-right: 1px solid #CCCCCC;
	float: left;
}
#topNavi ul{
	margin: 0px auto 20px;

}
ul#cm li{
	line-height: 18px;
	font-size: 85%;
	border-bottom: 1px dotted #CC9933;

}

#exText{
	margin: 0px auto;
	padding: 10px;
	font-size: 90%;
}
#exText a{
	color: #008B45;

}
ul#exList{
	margin: 0px 30px 10px;
	padding-left: 10px;

}

ul#exList a{
	font-size: 85%;
	font-weight: 600;
	color: #CC9933;
	/*background-color: #CCCCCC;*/

}
#exText ul{
	margin:10px auto;

}
/* ---------------- */
#exList .l{
	width: 50%;
	float: left;

}
#exList .r{
	width: 50%;
	float: right;
}

