@charset "UTF-8";
body  {
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	background: #b2d6de url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd	{
	margin:0;
	padding:0;
}

img	{
	border:0;
}

/* リンク */
a:link	{
	text-decoration:none;
	color: #2f758b;
}

a:visited	{
	text-decoration:none;
	color: #2f758b;
}

a:hover	{
	text-decoration:underline;
	color:#0099CC;
}

a:active	{
	text-decoration:underline;
	color: #ffcc00;
}



/* コンテナ */
div#container { 
	width: 782px;
	margin: 0 auto;
	text-align: left;
	/*
	background:#ffffff;
	*/
}



/* ヘッダー */
div#header {
	margin:35px 0 0;
	/*
	background: #eeeeee;
	*/
	height: 45px;
	padding: 0;
}


/* メインコンテンツ */
div#mainContent {
	margin:0;
	/*
	padding:20px;
	*/
	background:#ffffff;
	border:#006633 solid 1px;
}

div#mainContent h1	{
	font-size:20px;
	line-height:22px;
}

div#mainContent h2	{
	font-size:18px;
	line-height:20px;
}

div#mainContent p	{
	font-size:12px;
	line-height:20px;
}


/* メインナビ */
div#Navi {
	margin: 0;
	padding:0;
	height:40px;
}


ul#Navi00{
    width:780px;
    list-style:none;
	margin:0;
	padding:0; 
}

ul#Navi00 li{
	list-style:none;
	float:left;
	width:156px;
}

ul#Navi00 a{
    display:block;
    width:156px;
    height:40px;
    text-indent:-999px;
    overflow:hidden;
}

div#Navi li#Navi01 a{background:url(../images/navi_01.jpg) no-repeat;}
div#Navi li#Navi01 a:hover, div#Navi li#Navi01 a.active{background:url(../images/navi_01.jpg) no-repeat 0px -40px;}

div#Navi li#Navi02 a{background:url(../images/navi_02.jpg) no-repeat;}
div#Navi li#Navi02 a:hover, div#Navi li#Navi02 a.active{background:url(../images/navi_02.jpg) no-repeat 0px -40px;}

div#Navi li#Navi03 a{background:url(../images/navi_03.jpg) no-repeat;}
div#Navi li#Navi03 a:hover, div#Navi li#Navi03 a.active{background:url(../images/navi_03.jpg) no-repeat 0px -40px;}

div#Navi li#Navi04 a{background:url(../images/navi_04.jpg) no-repeat;}
div#Navi li#Navi04 a:hover, div#Navi li#Navi04 a.active{background:url(../images/navi_04.jpg) no-repeat 0px -40px;}

div#Navi li#Navi05 a{background:url(../images/navi_05.jpg) no-repeat;}
div#Navi li#Navi05 a:hover, div#Navi li#Navi05 a.active{background:url(../images/navi_05.jpg) no-repeat 0px -40px;}


/* 更新情報 */
div#what	{
	margin:0;
	height:140px;
	background:#ffffff url(../images/machi.gif) no-repeat;
}


/* フッター */
div#footer { 
	margin: 0;
	padding:5px 10px;
	/*
	background: #eeeeee;
	*/
	text-align:right;
	font-size:12px;
	line-height:16px;
	color:#2f758b;
}





/* 太字 */
.f_bold	{
	font-weight:bold;
}

/* 文字小 */
.fs_S	{
	font-size:10px;
	line-height:12px;
}

.fs_SB	{
	font-weight:bold;
	font-size:10px;
	line-height:12px;
}


/* 文字大 */
.fs_L	{
	font-size:14px;
	line-height:16px;
}

.fs_LB	{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}


/* マージン */
.m_ud_10	{
	height:1px;
	margin:10px 0;
}

.m_ud_20	{
	height:1px;
	margin:20px 0;
}



/* カラー */
.fc_green	{
	color:#669900;	
}

.fc_orange	{
	color:#FF9900;
}

.white {color: #FFFFFF}

.center	{
	text-align:center;
}




.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

