body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;	/*背景色*/
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #1d3b2f;	/*全般のリンク色*/
}
a:hover {
	color: #2C5645;	/*全般のカーソルオーバー時のリンク色*/
}


span{
    display:none; /*　非表示設定　*/
}

.hr{
    height:1px;
	border-color:#999999;
	border-style:dotted;
}

div.center{
text-align: center;
font-size: 13px;
}

/*コンテナー（HP全体を包む枠）
---------------------------------------------------------------------------*/

/*コンテナ　コンテンツ背景画像指定*/
#container {
	background: #ffffff;	
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー（メイン画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 107px;
	background:  url("../img/common/logo.jpg") no-repeat;	/*ヘッダー背景画像*/
}

/*h1タグ指定
---------------------------------------------------------------------------*/
h1 {
	font-size: 11px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 30px;
	font-weight: normal;
	background: #1d3b2f;
	text-align: left;
}



/*メインメニュー
---------------------------------------------------------------------------*/
/*　ＴＯＰイメージ全体　*/
#img{
	float: left;
	width: 900px;
}

#img .top{
	float: left;
	background-image:  url('../img/top/main_top.jpg');
    width: 900px;
    height: 400px;
}


/*　メインナビげージョン全体　*/
.navi_main {
		  display:block;
		  MARGIN-TOP: 30px;
          width: 900px;
          height: 30px;
		  float:right;
		  
}
.navi_main a,
.navi_main a:link,
.navi_main a:visited {
          background-position: 0px 0px;
          float:left;
}
.navi_main a:focus,
.navi_main a:hover,
.navi_main a:active {
          background-position: 0px 30px;
          float:left;
}
.navi_main .ber_home a {
          background-image:  url('../img/common/ber_home.jpg');
          width: 134px;
          height: 30px;
}
.navi_main .ber_menu a {
	      background-image:  url('../img/common/ber_menu.jpg');
          width: 134px;
          height: 30px;
}
.navi_main .ber_concept a {
	      background-image:  url('../img/common/ber_concept.jpg');
          width: 148px;
          height: 30px;
}
.navi_main .ber_access a {
	      background-image:  url('../img/common/ber_access.jpg');
          width: 141px;
          height: 30px;
}
.navi_main .ber_gotocow a {
	      background-image:  url('../img/common/ber_gotocow.jpg');
          width: 160px;
          height: 30px;
}
.navi_main .ber_guide a {
	      background-image:  url('../img/common/ber_guide.jpg');
          width: 183px;
          height: 30px;
}




/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 900px;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 900px;
	display: inline;
	margin-top: 30px;
}

#main .left {
	float: left;
	width: 420px;
	display: inline;
}
#main .right {
	float: right;
	width: 420px;
	display: inline;
}


/*ニュース　Ｈ２*/
#main .obi_news {
	background:  url('../img/top/obi_news.jpg');
	BACKGROUND-REPEAT: no-repeat;
	float:left;
	height: 25px;
	width: 420px;
}

/*ニュース　ボックス*/
#main .box_news {
	width: 420px;
	float:left;
}

#main .box_news p {
	padding-left: 30px;
	FONT-SIZE: 13px;
	background:  url('../img/common/ai_sannkaku.jpg');
	BACKGROUND-REPEAT: no-repeat;
	height: 25px;
	text-align: left;
}




/*イメージ　ボックス*/
#main .box_img {
	width: 420px;
	float:left;
}
#main .box_01 {
	width: 200px;
	float:left;
}
#main .box_02 {
	width: 200px;
	float:right;
}
#main .box_03 {
	width: 420px;
	float:left;
	margin-top: 10px;
}

/*フッター（最下部のコピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #FFFFFF;	/*背景色*/
	text-align: center;		/*文字をcenter（中央よせ）する設定*/
	padding-top: 30px;
}

/*　フットインフォ　*/
.foot_info {
		  display:block;
          width: 900px;
		  margin-right: auto;
		  margin-left: auto;
		  padding-bottom: 30px;
}

#footer .foot{
	width: 100%;
	color: #FFFFFF;			/*文字色*/
	background: #1d3b2f;	/*背景色*/
	text-align: center;		/*文字をcenter（中央よせ）する設定*/
	padding-top: 30px;
}




/*　フット右側　*/
.foot_txt {
		  display:block;
          width: 900px;
		  text-align: right;
		  padding-top: 20px;
		  FONT-SIZE: 13px;
		  MARGIN-BOTTOM: 15px;
}




#footer .foot p {
	width: 100%;
	color: #FFFFFF;			/*文字色*/
	background: #000000;	/*背景色*/
	text-align: center;		/*文字をcenter（中央よせ）する設定*/
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .foot a {
	color: #FFFFFF;
}



