@charset "UTF-8";

/*	全ページ共通CSS
	
		■初期設定・初期化
			：body設定
			：ブラウザのマージンとパディング初期化
			：タグ毎のマージンとパディング初期化
			：リンク設定
			：float対策
			：イメージ初期化
		■ヘッダー設定
			：メニュー設定
		■コンテンツ設定
		■フッター設定
----------------------------------------------------------------------------------------------------------------------------------*/







/*	初期設定・初期化
----------------------------------------------------------------------------------------------------------------------------------*/
/*-- body設定 -------------*/
body {
font-size: 14px;
line-height: 140%;
letter-spacing: 0.2em;
font-family: "ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana,sans-serif;
background-repeat: no-repeat;
background-position: center top;
background-color: #FFFFFF;
text-align: center;
color: #333333;
}
/*-- ブラウザのマージンとパディング初期化 -------------*/
*{
margin:0;
padding:0;
}
/*-- タグ毎のマージンとパディング初期化 -------------*/
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td {
padding: 0;
margin: 0;
}
/*-- リンク設定 --------*/
a {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a img{
border: none;
}
/*-- float対策 --------*/
.fcl { 
zoom: 100%;
}
.fcl:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
/*-- イメージ初期化 --------*/
img {
vertical-align:middle;
margin:0;
padding:0;
}






/*	ヘッダー設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#header {
width: 600px;
margin: 25px auto 0;
text-align: left;
}
div#header h1 a {
display: block;
width: 220px;
height: 39px;
background: url(../img/Logo.gif) no-repeat left top;
text-indent: -1000em;
overflow: hidden;
}







/*	コンテンツ設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#content div.commentwrap {
width: 600px;
margin: 60px auto;
margin-bottom: 30px;
text-align: left;
}
div#content div.commentwrap div.comment{
line-height: 200%;
}
div#content div.commentwrap div.comment h2 {
font-size: 16px;
font-weight: bold;
padding: 0 0 30px;
}
div#content div.commentwrap div.comment p{
padding: 0 0 30px;
}
div#content div.commentwrap div.comment a {
color: #666666;
text-decoration: underline;
}
div#content div.commentwrap div.comment a:hover {
text-decoration: none;
}


div#content div.etcwrap {
padding: 0 0 40px;
color: #666666;
font-size: 12px;
}
div#content div.etcwrap div.in {
width: 600px;
margin: 0 auto;
text-align: left;
}
div#content div.etcwrap div.in h3 {
width: 229px;
height: 23px;
margin: 0 0 30px;
background: url(../img/Ttl.gif) no-repeat 50% 50% #242424;
text-indent: -1000em;
overflow: hidden;
border: 1px solid #999999;
}
div#content div.etcwrap div.in div.comment {
line-height: 180%;
}
div#content div.etcwrap div.in div.comment p{
margin: 0 0 30px;
}
div#content div.etcwrap div.in div.comment a {
color: #666666;
text-decoration: underline;
}
div#content div.etcwrap div.in div.comment a:hover {
text-decoration: none;
}

/*ニュース一覧*/
div#content div#newsListWrap{
	width: 600px;
	margin: 30px auto;
	text-align: left;
}
div#content div#newsListWrap div.title {
	width: 600px;
	height: 25px;
	background: #999;
	color:#FFF;
	font-size: 14px;
}
div#content div#newsListWrap div.title h2 {
	font-size: 14px;
	padding: 3px 0 0 10px;
}
div#content div#newsListWrap div.listContents {
	margin: 40px 0;	
}
div#content div#newsListWrap div.listContents dl dt {
	float:left;
	font-size: 10px;
	color: #900;
	margin-right: 16px;
	vertical-align: top;
}
div#content div#newsListWrap div.listContents dl dd {
	font-size: 12px;
	padding: 2px 0 20px 80px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}
div#content div#newsListWrap div.listContents dl dd a {
	text-decoration: none;
	color: #333;
}
div#content div#newsListWrap div.listContents dl dd a:hover {
	color: #999;
}
div#content div#newsListWrap div.pageTop {
	text-align: right;
}
div#content div#newsListWrap div.pageTop span {
	background: url(../../img/kx_listTop_03.gif) left 6px no-repeat;
	padding-left: 14px;
	margin-top: 20px;
	font-size: 10px;
}
div#content div#newsListWrap div.pageTop span a {
	color: #666;
}
div#content div#newsListWrap div.pageTop span a:hover {
	color: #999;	
}
/*ニュース詳細ページ*/
span.newsList {
	display: block;
	background: url(../../img/kx_listTop_02.gif) left 6px no-repeat;
	padding-left: 14px;
	margin-top: 20px;
	font-size: 10px;
}
span.newsList a {
	color: #666;
}
span.newsList a:hover {
	color: #999;	
}

/*	フッター設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
background-color: #242424;
padding: 10px 0;
text-align: center;
font-size: 10px;
letter-spacing: 0;
line-height: 100%;
color: #A7A7A7;
}


