@charset "utf-8";

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

img{
	border: 0;
}

a:link {
	color: #000000;
}


ul{
	list-style-type: none;
}

li{
	margin-top: 10px;
	line-height: 1.2;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p{
	line-height: 1.2;
}

/*-----------------------------＜＜全体＞＞--------------------------------*/

.f-left{
	float: left;
}

.f-right{
	float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearboth{
	clear: both;
}

#contents a:link {
	color: #0066FF;
}

#contents a:visited {
	color: #990066;
}

/*-----------------------------＜＜ブランディング＞＞--------------------------------*/

/*-----------------------------＜＜メニュー＞＞--------------------------------*/

.mar-go-top {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 680px;
	font-size: 100%;

}

/*-----------------------------＜＜タブ＞＞--------------------------------*/

/*(bodyの背景色)*/
.bgcolor-lightblue {
	background-color: #FFF;
}


/*ナビボーダー*/
.navi {
	width: 100%;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #5EA556;
}
/*ナビボーダー2段目*/
.navi2 {
	width: 100%;
	margin-top: 6px;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #5EA556;
}


/*タブ背景（選択状態）*/
.bgcolor-tub-on {
	background-color: #5EA556;
}

/*タブ背景（非選択状態）*/
.bgcolor-tub-off {
	background-color: #D9F389;
}

/*タブ（選択状態）*/
.txt-tub-on {
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

/*タブ（非選択状態）*/
.txt-tub-off {
	color: #000;
	margin: 0px;
}

/*-----------------------------＜＜大見出し＞＞--------------------------------*/

h1{
	border: solid 1px #5EA556;
	border-left: solid 5px #5EA556;
	background: #FAF9EC;
	font-size: 98%;
	padding: 4px 4px 4px 10px;
	margin: 10px 0px;
}

/*-----------------------------＜＜ページ内リンク＞＞--------------------------------*/
ul.anchor{
	margin-left: 2px;
	padding: 0;
}

.anchor li{
	background:	url(../images/c_anchor_icon.gif) no-repeat 0 4px;
	padding: 0px 0px 0px 18px;
}

/*-----------------------------＜＜中見出し＞＞--------------------------------*/

h2{
	background: url(../images/c_h2_bg.gif) repeat-x 0 bottom;
	font-size: 98%;
	padding-bottom: 4px;
	margin: 20px 0 10px 0;
	zoom: 1;
}

/*-----------------------------＜＜小見出し＞＞--------------------------------*/

h3{
	background: url(../images/c_h3_bg.gif) repeat-x 0 bottom;
	font-size: 98%;
	padding-bottom: 4px;
	margin: 10px 0 0 0;
	font-weight: lighter;
    zoom: 1;
}

/*-----------------------------＜＜リスト＞＞--------------------------------*/

ul.list{
	padding-left: 8px;
	margin-left: 10px; 
}

li.list{
	list-style-type: disc;
}

/*-----------------------------＜＜テーブル＞＞--------------------------------*/

#contents{
	clear: both;
}

#contents table {
	margin: 10px 0;
	border-collapse: collapse;
	border: solid 1px #333333;
	color: #000;
}

#contents table caption{
	text-align: left;
}

#contents table th {
	font-weight: normal;
	padding: 4px 5px;
	background: #D9F389;
	border: solid 1px #333333;
	text-align: left;
	vertical-align: top;
}

#contents table td {
	padding: 6px 5px;
	background: #FFFFFF;
	border: solid 1px #333333;
	line-height: 1.2;
}

/*-----------------------------＜＜画像＞＞--------------------------------*/
.images-box{
	width: 700px;
	_zoom: 1;
}

.images-box p{
	margin: 0;
}

.image{
	margin: 10px 12px 10px 0px;
	border: solid 1px #666666;
}

/*-----------------------------＜＜フッタ＞＞--------------------------------*/
.go-to-pagetop{
	float: right;
	margin-bottom: 10px;
}

.copyright{
	border-top: solid 2px #5EA556;
	text-align: center;
}