﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #9d8f7e;
	background-color: #ffffff;
}



/*リンク設定
----------------------------------------------*/
a:link { color:#5eaed8; text-decoration: none; }
a:active { color: #5eaed8; text-decoration: none; }
a:visited { color: #5eaed8; text-decoration: none; }
a:hover { color:#5eaed8; text-decoration: none; }


a.new:link { color:#5eaed8; text-decoration: none; }
a.new:active { color: #5eaed8; text-decoration: none; }
a.new:visited { color: #5eaed8; text-decoration: none; }
a.new:hover { color:#ffffff; background-color :#5eaed8; text-decoration: underline; }

a.suke:hover img{
 filter: alpha(opacity=70);
-moz-opacity:0.7;
 opacity:0.7;
 } 

a.rdown:link { text-decoration:none;}
a.rdown:visited { text-decoration:none;}
a.rdown:hover { text-decoration:none; position:relative; top:2pt; left:2pt;}



/*上部ライン設定
----------------------------------------------*/
#line {
	width: 100%;
	height: 5px;
	background-color: #b1af9b;
	background-image: url(../kh_img/line_bc.gif);
	background-repeat: repeat-x;
	min-width: 1000px;
}
	


/*ロゴ&タイトル設定
----------------------------------------------*/
#logo_tai_waku {
	width: 100%;
	background-image: url(../kh_img/bc.jpg);
	background-repeat: repeat;
	min-width: 1000px;
}

#logo_tai {
	width: 1000px;
	height: 145px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#logo {
	top: 8px;
	left: 12px;
	position : absolute;
	z-index: 10;
}

#tai {
	top: 66px;
	left: 0px;
	position : absolute;
	z-index: 10;
}



/*フッター設定
----------------------------------------------*/
#footer_waku {
	width: 100%;
	height: 150px;
	background-image: url(../kh_img/footer_bc.gif);
	background-repeat: repeat-x;
	min-width: 1000px;
}

footer {
	width: 1000px;
	height:50px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 1.7em;
	color: #c8b7a2;
	text-align: left;
	position:relative;
}

#tyuui {
	top: 69px;
	left: 20px;
	position : absolute;
	z-index: 10;
}

#c {
	top: 86px;
	left: 918px;
	position : absolute;
	z-index: 10;
}

#tw {
	top: 30px;
	left: 768px;
	position : absolute;
	z-index: 10;
}

#fb {
	top: 30px;
	left: 882px;
	position : absolute;
	z-index: 10;
}



/*テキスト装飾設定
----------------------------------------------*/
#b1 {
	color: #5eaed8;
	font-weight:bold;
}
#b2 {
	color: #ff8a8a;
	font-weight:bold;
}
