
/* ========================================
1.初期設定
========================================= */

* { 
	list-style: none;
}

body { 
	font-size: 14px; color: #333333;
}

img {
	border-style: none;
}

/* ========================================
1-a.テキストリンク
========================================= */

a:link, a:visited {
	color: #FF9007;
}
a:hover {
	color: #FF3366;
}
a:active {
	color: #6EAB23;
}

/* ========================================
2.クラス（テキスト）設定
========================================= */

.txt_10px { 
	font-size: 10px; 
}

.txt_11px { 
	font-size: 11px; 
}

.txt_12px { 
	font-size: 12px; 
}

.txt_pink { 
	color: #FF3366;
}

.line_h_110 {
	line-height: 110%;
}


.line_h_120 {
	line-height: 120%;
}

.line_h_125 {
	line-height: 125%;
}

.line_h_180 {
	line-height: 180%;
}

/* ========================================
2-a.共通クラス
========================================= */

.clear {
	clear: both;
}

.news_contents { 
	width: 210px; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	background: #FFFFFF; 
	padding: 10px; 
}

.line_gray { 
	display:block;
	margin: 10px 0px 10px 0px;
}

.line_light_green { 
	display:block; 
	margin: 5px 0px 5px 0px; 
}

.line_pink { 
	display: block;
	margin: 10px 0px 10px 0px;
}

.line_light_green1 { 
	display:block; 
	width: 395px; 
	height: 1px; 
	margin: 5px 0px 5px 0px; 
	background: #9AC465;
}

.doted_line{
	display:block; 
	width:650px;
	height:1px;
	margin:20px 0px 20px 0px;
	_margin:20px 0px 5px 0px;
	background:url(../images/dot1.gif) repeat-x;
}

.pad_10px {
	padding: 10px;
}

.pad_btm_5px td { 
	padding-bottom: 5px;
}

.yajirushi { 
	display: block;
	height: 14px; 
	background: url(../images/yajirushi.gif) left top no-repeat; 
	padding-left: 15px;
}
.yajirushi_right { 
	display: block; 
	height: 14px; 
	background: url(../images/yajirushi.gif) right top no-repeat; 
	padding-right: 15px; 
	text-align: right;}

.left_pad_10px {
	padding-left: 10px;
}

.right_pad_15px {
	padding-right: 15px;
}

.about_txt_area {
	width: 641px;
	border: 1px solid #9D69B5;
	padding: 1px;
	background: #FFFFFF;
	line-height: 140%;
	margin-bottom: 20px;
}

.about_txt_area1 {
	width: 620px;
	border: 1px solid #C5A6D3;
	padding: 9px 10px 6px 9px;
	background: #FFFFFF;
}

.about_txt_area2 {
	display: block;
	padding-left: 10px;
}

.voice_txt_area {
	width: 641px;
	border: 1px solid #4E66B1;
	padding: 1px;
	background: #FFFFFF;
	line-height: 140%;
	margin-bottom: 20px;
}

.voice_txt_area1 {
	width: 609px;
	border: 1px solid #9D9CD2;
	padding: 15px;
	background: #FFFFFF;
}

.voice_txt_area1-1 {
	width: 410px;
	float: left;
}

.voice_txt_area1-2 {
	width: 410px;
	float: right;
}

.voice_txt_area2 {
	display: block;
	float: left;
	width: 410px;
	padding-top: 13px;
}

/* ========================================
3.個別設定(id)
========================================= */

#left_shadow { 
	background: url(../images/left_shadow.jpg) repeat-y; 
}

#right_shadow { 
	background: url(../images/right_shadow.jpg) repeat-y
}

#goto_top { 
	padding: 30px 5px 5px 0px;
}

#footer {
	background:url(../images/footer.jpg) ; font-size: 12px; color: #FFFFFF;
}

#news { width: 210px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #FFFFFF;
	padding: 10px;
	font-size:12px;
}

#news ul {
	margin:0 0 10px;
	padding:0;
}

#news li {
	margin:0 0 5px;
	padding:0 0 5px;
	border-bottom:#999999 dotted 1px;
}

#schedule_border {
	width: 603px;
	border-bottom: 1px solid #6EAB23;
	border-left: 1px solid #6EAB23;
	border-right: 1px solid #6EAB23;
	background: #FFFFFF;
	padding: 15px 20px 15px 20px;
}

#schedule_border1 {
	width: 581px;
	border: 1px solid #6EAB23;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

#schedule_border2 {
	width: 393px;
	border-bottom: 1px solid #6EAB23;
	border-left: 1px solid #6EAB23;
	border-right: 1px solid #6EAB23;
	background: #FFFFFF;
	padding: 15px 20px 15px 20px;
}

#schedule_border3 {
	width: 371px;
	border: 1px solid #6EAB23;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

#stay_border {
	width: 623px;
	border-bottom: 1px solid #ED8FBA;
	border-left: 1px solid #ED8FBA;
	border-right: 1px solid #ED8FBA;
	background: #FFFFFF;
	padding: 10px;
}