@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background: #ffffff;
	font-size: 10px;
	/*font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
}

a {
	color: #eeeeee;
	text-decoration: none;
}

a:hover {
	color: #A7D0FF;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: top;
}

.line {
	border-bottom: 1px dotted #cccccc;
	width: 500px;
	margin: 14px 2px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

#container {
	width: 970px;
	margin: 0 auto;
	text-align:center;
	/*background: #ffffff url(../img/bg2.jpg) left top repeat-y;*/
}




/* ヘッダー
---------------------------------------------*/
#header { display:none; }

/* グローバルナビ
---------------------------------------------*/

#navi { display:none; }

/* メインイメージ
---------------------------------------------*/


#contents {
	clear: both;
	margin: 0 auto;
	width: 868px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	/*background: #321E0B url(../img/bg_contents.jpg) repeat-x;*/
}

#flash { display:none; }


/* 左コラム*/

#left-column { display:none; }



/* 右コラム
--------------------------*/

#right-column {
	float: right;
	margin: 0;
	width: 719px;
	min-height: 406px;
	height: auto !important;
	height: 406px;
	text-align: left;
}

#right-column .pict {
	float: left;
	margin: 0;
	width: 719px;
}

#news {
	margin: 0 auto;
	padding: 0 6px;
	width: 707px;
}

#info {
	margin: 0;
	width: 707px;
}

.new_info {
	float: left;
	width: 346px;
}


.new_contents {
	float: left;
	width: 346px;
	margin-bottom: 4px;
}

.new_info .photo {
	float: left;
	margin-right:10px;
	width: 91px;
	height: 70px;
}

.new_info div h3 {
	font-size: 14px;
	color: #410513;
}

.new_info div h3 img {
	margin: 3px 0 0 0;
}

.new_info div p {
	font-size: 10px;
	color: #6d6137;
}

.new_info div p a {
	font-size: 10px;
	color: #6d6137;
}

.new_info div p a:hover {
	color: #6d6137;
	text-decoration: underline;
}



.new_info div .hiduke {
	font-size: 10px;
	color: #a29e91;
}





/* フッター
---------------------------------------------*/

#b_navi { display:none; }

#footer { display:none; }

