@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0; 
}

body {
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666666;
	background: #FFFFFF;
	text-align:center;
}

h1 {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


h3{
	margin: 0;
	padding: 0;
}

.kugiri{clear: both;}
.kugiri hr{display: none; margin:0; padding:0;}

a{color: #666666; text-decoration: none;}
a:hover{color: #666666; text-decoration: underline;}

/* ============================================================
// ニュース等
// ============================================================ */
#bmenu-lay{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
}
/* ニュース */
#bmenu-lay #news-lay{
	width: 295px;
	float: left;
	margin: auto 15px auto 0;
}
#bmenu-lay #news-lay h3{
	width: 295px;
	height: 21px;
	font-size: 10px;
	line-height: 100%;
	background: url(../image/bmn_title_news.gif) no-repeat;
	text-indent: -9999px;
}
#bmenu-lay #news-lay ul{
	margin: 5px 0 0 0;
	list-style: none;
}
#bmenu-lay #news-lay li{
	background: url(../image/bmn_eyecatch.gif) no-repeat;
	padding-left: 8px;
}
#bmenu-lay #news-lay p{
	text-align: right;
	margin-top: 5px;
}
#bmenu-lay #news-lay p .link{
	background: url(../image/bmn_linkcatch.gif) no-repeat;
	padding-left: 15px;
}
#bmenu-lay #news-lay p .link a{
	text-decoration: underline;
}

/* サイト */
#bmenu-lay #site-lay{
	width: 265px;
	float: left;
	margin: auto;
}
#bmenu-lay #site-lay h3{
	width: 265px;
	height: 21px;
	font-size: 10px;
	line-height: 100%;
	background: url(../image/bmn_title_site.gif) no-repeat;
	text-indent: -9999px;
}
#bmenu-lay #site-lay #img01{
	margin: 5px;
	width: 130px;
	height: 40px;
	margin: 5px auto auto 0;
	/*background: url(../image/bmn_site_img01.gif) no-repeat;*/
	float: left;
}
#bmenu-lay #site-lay #img02{
	margin-top: 5px;
	width: 130px;
	height: 40px;
	margin: 5px 0 auto auto;
	/*background: url(../image/bmn_site_img02.gif) no-repeat;*/
}
#bmenu-lay #site-lay #img03{
	margin: 5px;
	width: 130px;
	height: 40px;
	margin: 5px auto auto 0;
	/*background: url(../image/bmn_site_img03.gif) no-repeat;*/
}
#bmenu-lay #site-lay #img01 td,
#bmenu-lay #site-lay #img02 td,
#bmenu-lay #site-lay #img03 td{
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	vertical-align:middle;
	/*padding-top: 5px;
	padding-left: 43px;*/
}


/* レコメンド */
#bmenu-lay #recom-lay{
	width: 370px;
	margin: auto 0 auto auto;
}
#bmenu-lay #recom-lay h3{
	width: 370px;
	height: 21px;
	font-size: 10px;
	line-height: 100%;
	background: url(../image/bmn_title_recom.gif) no-repeat;
	text-indent: -9999px;
}
#bmenu-lay #recom-lay #img01{
	width: 120px;
	float: left;
	margin: 5px 5px auto 0;
}
#bmenu-lay #recom-lay #img02{
	width: 120px;
	float: left;
	margin: 5px auto auto 0;
}
#bmenu-lay #recom-lay #img03{
	width: 120px;
	margin: 5px 0 auto auto;
}
#bmenu-lay #recom-lay p.cap{
	margin-top: 3px;
}
#bmenu-lay #recom-lay p.link{
	text-align: right;
}


/* ライン */
.line-glay{
	margin-top: 5px;
	border-bottom: 1px solid #dddddd;
}



/* ============================================================
// リンク
// ============================================================ */
#bottom-link{
	width: 960px;
	margin: 5px auto auto auto;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
	color: #ba8700;
}




#bottom-link .txt{
	margin: auto auto auto 0;
	width: 895px;
	height: 15px;
	float: left;
	letter-spacing:0.01em;
}
#bottom-link a{
	color: #000000;
	text-decoration: none;
}
#bottom-link a:hover{
	color: #ba8700;
	text-decoration: underline;
}
#bottom-link .recruit{
	margin: auto auto auto 0;
	width: 60px;
	background: url(../image/blnk_eyecatch2.gif) no-repeat #000671;
	height: 15px;
	float: right;
/*#ba8700*/
}
#bottom-link .dam{
	margin: auto 0 auto auto;
	width: 5px;
}
#bottom-link .recruit p{
	padding-left: 15px;
	padding-top: 1px;
}
#bottom-link .recruit p a,
#bottom-link .recruit p a:hover{
	color: #ffffff;
}


/* ライン */
.line-yel{
	margin-top: 5px;
	border-bottom: 2px solid #ba8700;
}



/* ============================================================
// フッター
// ============================================================ */
#foot-lay{
	width: 960px;
	margin: 5px auto auto auto;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}
#foot-lay #left-txt{
	width: 500px;
	margin: auto auto auto 0;
	float: left;
}
#foot-lay #right-txt{
	width: 400px;
	margin: auto 0 auto auto;
	text-align: right;
	float: right;
}

/* ============================================================
// 文字サイズ
// ============================================================ */

.s12 {	font-size: 12px;
	   line-height: 14px;}



/*--------------幅リニューアル後のヘッダフッタ設定---------------------*/

#headlink_waku {
	width: 850px;
	margin:0 auto;
	border-top: 2px solid #DBAE00;
	padding-top:5px;
}

#footlink_waku {
	width: 850px;
	margin:0 auto;
}

.headlink_left {
	float: left;
	width: 540px;
}
.headlink_right {
	float: right;
	width: 240px;
	text-align: right;
}

.footlink_left {
	float: left;
	width: 740px;
	text-align: left;
}
.footlink_right {
	float: right;
	width: 100px;
	text-align: right;
}
