@charset "UTF-8";



body {
font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;

	font-size: 75%;
	line-height: 2;
	color: #696969;				/*全体の文字色*/
	background-color: #00000;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/back.png);	/*斜線の壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #008000;
	
}

a:hover {
	color: #008000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 108px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(images/head.png);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	margin-top: 20px;




}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}


/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: -4px;		/*ヘッダー画像に対して上から20pxの位置*/
	left: 3px;
	color: #5B423D;	/*文字色*/
}


#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:0px 0;
}








/*右上の文言
-------------------------------------------------------------------------------------*/
#topmenu {
	position: absolute;
	top: 43px;
	right:0px;
	line-height: 1.2;
	padding-right: 0px;
	font-size: 12px;
	color: #8b4513;

}

li {

    display: inline;



}



/*右上の文言
-------------------------------------------------------------------------------------*/
#na-vi {
	position: absolute;
	top: 0px;
	right:0px;
	line-height: 1.2;
		color: #000000;

}



------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


p.pick {
   line-height: 20px;
   text-decoration: none;

}

img.sateimenu {
   margin-top: 5px;


}

img.main {
   margin-bottom: 15px;

}

img.reform_top {
   margin-left: 0px;
   text-decoration: none;


}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 740px;
	float: right;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 80px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 130%;	/*文字サイズ*/
	background-position: left top;
	color: #ffffff;	/*文字色*/
	padding: 18px 130px;
	background-image: url(img/news.png);	/*背景画像*/

}

/*h2タグ設定*/
#main h3 {
	font-size: 130%;	/*文字サイズ*/
	background-position: left top;
	color: #ffffff;	/*文字色*/
	padding: 18px 180px;
	background-image: url(img/pickup.png);	/*背景画像*/

}









table#news {
    width: 740px;
    float: left;
    font-size: 13px;
    border: 1px solid #d3d3d3;
    padding: 5px;
    margin-top: 15px;
     line-height: 25px;


}


table#news tr {
   
    text-align: left;
    font-size: 13px;
        border: 1px solid #d3d3d3;
    padding: 5px;


}



table#news td {
   
    text-align: left;
    line-height: 25px;
    font-size: 13px;
        border: 1px solid #d3d3d3;
    padding: 5px;
}




table#news td.midasi{
    background-color: #EFEFEF;
       

}




img.hr {
    margin-bottom: 10px;

}










/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #ffffff;	/*ボックスの背景色（白）*/
	border: 1px solid #a9a9a9;	/*ボックスの枠線*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/	
	width: 727px;
	text-align: left;
	padding: 14px;
	margin-left: 1px;
	

	




}









/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	margin-right: 7px;
	margin-top: 15px;
	margin-bottom: 17px;
	


}

/*h3タグ設定*/
#sub h2 {
	font-size: 120%;
	color: #ffffff;				/*文字色*/
	text-align: center;			/*センタリング*/
}



#sub h2 {
	font-size: 120%;
	color: #ffffff;				/*文字色*/
	text-align: center;			/*センタリング*/
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

hr {
  color: #5B423D; /* 線の色(IE用) */
  background-color: #5B423D; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dotted; /* 枠の種類 */
}






/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box2 {
	background-color: #ffffff;	/*ボックスの背景色（白）*/
	border: 1px solid #a9a9a9;	/*ボックスの枠線*/
	margin-bottom: 10px;			/*ボックスの下に空間を空ける設定*/	
	width: 215px;
	text-align: left;
	padding: 10px;
	line-height: 20px;
	padding-bottom: 10px;

	

	




}











/*********************************
            page-top
*********************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background:url(img/pagetop.gif) no-repeat;
	width:78px;
	height:61px;
	display:block;
	text-indent:-9999px;
}
#page-top a:hover {
	background:url(img/pagetop_over.gif) no-repeat;
}











/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding-left: 5px;
   text-align:right;
   
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#adff2f url("images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}




/* ========FOOTMENU CUSTOMIZE======== */

#footer {
   clear:both;
   background:url(images/foot.png);
   background-repeat: none;
   padding-top:10px;
 
   height: 35px;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:940px;
   margin:0 auto;
   padding:5px 5px 0px 0px;
   
}










/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.90em;
   color:#333;
   text-align:center;
}








/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #DCDCDC;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}

.pagetop {
	text-align: right;
	padding: 3em 0px 0px !important;
}











