@charset "UTF-8";

/*--------------------------------
新着情報 ページ設定
-------------------------------- */
/*body {background: url(../about/about_page.jpg) 0 0;
	height: auto;}*/

#Whats-new {
	float: left;
	width: 700px;
	display: block;
	margin: 0 0 0 30px;
	overflow:hidden;
	font-size: 14px;
	color: #745024;
}

.main-copy {
	float: left;
	display: block;
	margin: -6px 0 0 -3px;
	width: 136px;
	height: 41px;
	text-indent: -9999px;
	background: url(../whats_new/whats_logo_w136h41.png) no-repeat 0 0;
	position: absolute;
}

.sub-copy {
	float: right;
	margin:3px 5px;
	width: 73px;
	height: 25px;
	text-indent: -9999px;
	background: url(../whats_new/whats_moji_w73h25.png) no-repeat 0 0;
}

/*--------------------------------
新着情報一覧
-------------------------------- */

#New-list {
	width: 700px;
	margin: 50px 0 0 5px;
}

#New-list .main-title1 {
	clear: both;
	margin: 0 0 0 5px;
	width: 126px;
	height: 26px;
	text-indent: -9999px;
	background: url(../whats_new/whats_title_w126h26.png) no-repeat 0 0;
}

.whats-new-list {
	margin: 20px 0px 20px 30px;
	width: 640px;
}

.list-date {
	float: left;
	font-size: 90%;
	line-height: 380%;
	color: #524C4A;
	width: 90px;
}

.list-topi {
	float: left;
	margin: 0 0 15px 10px;
	width:540px;	
}

.list-title {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 150%;
	color: #745024;
	}

.list-comment {
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 150%;
	color: #745024;
	}


/*--------------------------------
個別記事
-------------------------------- */

.next_button{
	float:right;
	margin: -28px 6px 0 0;
}

.prev_button{
	float:right;
	margin: -28px 90px 0 0;
}

.new-list-title {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 140%;
	letter-spacing: 0.2em;
	margin: 30px 0 0 22px;
	width:640px;
	padding: 8px;
}

.list-title-line {
	margin: 5px 0 0 20px;
	width: 660px;
	height: 2px;
	background: url(../images/hasen_w700h2.png) no-repeat 0 0;
	border: 0;
}

.new-list-date {
	margin: 5px 0 25px 30px;
	font-size: 85%;
	color: #524C4A;
}

.new-image-ul {
	width:522px;
	margin:15px 89px;
	padding: 0 auto;
	text-align: center;
	vertical-align: top;
}

.new-image-ul li {
	float:left;
	margin: 0 auto;
	padding: 11px;
	text-align: center;
	vertical-align: top;
}

.caption-text {
	clear: both;
	text-align: center;
	line-height: 200%;
	display: block;
	margin: 5px auto 0px;
}

.new-list-comment {
	margin:10px 0 0 0;
	width: 640px;
	padding: 0 30px;
	text-align: justify;
	text-justify: auto;
	line-height: 200%
}

.new-list-5 {
	display: block;
	width: 600px;
	height: 260px;
	margin:50px 50px 0;
	padding: 60px 30px 20px;
	background: url(../whats_new/whats_list_w600h260.png) no-repeat 0 0;
	position: relative;
}

.new-topics-list {
	width:530px;
	height:170px;
}

.new-topics-list dt {
	clear: left;
	float: left;
	margin: 0 0 20px;
	width: 110px;
	color: #524C4A;
	border-left: solid 8px #C96;
	padding-left: 5px;
}

.new-topics-list dd {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 110%;
	margin: 0 0 23px 10px;
	line-height: 70% ;
}

.go-new-list {
	float: right;
	font-size: 80%;
	margin: 0 80px 10px 0;
}

