/* CSS Document */

/* ボディ */
body {
	margin-top: 0px;
	color: #333333;
	font-size : 12px;
	background-color:#F0F0F0;
}

/* ベーシック */
a:link {
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	color: #669999;
	text-decoration: underline;
}

/* フォントサイズ制御 */

.h1{
	color: #333333;
	font-size : 12px;
}
.h2{
	color: #716859;
	font-size : 16px;
}
.h3{
	color: #555555;
	font-size : 13px;
}
.small{
	color: #333333;
	font-size : 10px;
	line-height : 130%;
}
.normal{
	color: #333333;
	font-size : 12px;
	line-height : 160%;
	padding-left: 10px;
	text-align: left;
}
.normal_a{
	color: #333333;
	font-size : 12px;
	line-height : 160%;
	padding-left: 10px;
}
.normal_b{
	color: #333333;
	font-size : 12px;
	line-height : 150%;
	font-weight: bold;
}
.normal_c{
	color: #333333;
	font-size : 12px;
	line-height : 120%;
}
.big{
	color: #333333;
	font-size : 14px;
	line-height : 130%;
}
.extrabig{
	color: #333333;
	font-size : 20px;
	line-height : 130%;
}
.title{
	color: #333333;
	font-size : 14px;
	font-weight: bold; 
	line-height : 130%;
}
.title_room{
	color: #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	line-height : 130%;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B1500;
	background-color: #2B1500;
	text-align: left;
}
.table_room {
	border: 1px solid #2B1500;
}
.title02{
	color: #CC3333;
	font-size : 16px;
	font-weight: bold; 
	line-height : 130%;
}
.title_w{
	color: #FFFFFF;
	font-size : 16px;
	font-weight: bold; 
	line-height : 130%;
}
.title03 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9685;
	background-color: #ECEAE7;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
}
.title04 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9685;
	background-color: #FFE5E5;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
}
.kome{
	color: #990000;
	font-size : 10px;
	line-height : 130%; 
}
.foot {
	color: #333333;
	font-size : 12px;
	line-height : 200%;
}
.boder_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul {
	margin: 3px;
	padding: 0px;
}
/* お知らせ */
#news {
	height: 100%;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/news_back.gif);
	background-repeat: repeat-y;
}
#news .text {
	font-size: 12px;
	color: #716859;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
/* 英語ページ */
.mailText {
	font-size: 18px;
	font-weight: bold;
}
#newsEng {
	height: 100%;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/news_back.gif);
	background-repeat: repeat-y;
}
#newsEng .text {
	font-size: 12px;
	color: #716859;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.textpoint {
	font-size: 13px;
	color: #9C4F3F;
	line-height: 16px;
	font-weight: bold;
}