@charset "UTF-8";

/*ページ全体に関するスタイル
--------------------------------------------------------------*/
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.text{
font-size: 80%;
color: #333333;
line-height: 160%;
}

.text_blue{
font-size: 80%;
color: #213E68;
line-height: 160%;
}

.text_red{
font-size: 80%;
color: #890C08;
line-height: 160%;
}

.text_midashi_red{
font-size: 100%;
color: #890C08;
line-height: 160%;
}

.text_white{
font-size: 100%;
color: #ffffff;
line-height: 160%;
font-weight: bold;
}

.text_white2{
font-size: 80%;
color: #ffffff;
line-height: 160%;
}

.text_mini{
font-size: 74%;
color: #444444;
line-height: 130%;
}



/*tdタグに関するスタイル
--------------------------------------------------------------*/
.cont {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 12px;
}

.cont_left{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
}

.td_5 { padding: 5px;}
.td_6 { padding: 6px;}
.td_7 { padding: 7px;}
.td_10 { padding: 10px;}

.td_cont { padding: 17px;}
	
.td_left10 { padding-left: 10px;}
.td_right10 { padding-right: 10px;}


/* イベント情報の写真枠に関するスタイル
--------------------------------------------------------------*/
.photoflame{
	border: 1px solid #000000;
}


/*リンクに関するスタイル
--------------------------------------------------------------*/
a:link {
color:#213E68;
text-decoration:underline;
}
a:visited {
color:#8E9092;
text-decoration:underline;
}
a:hover {
color:#849DC3;
text-decoration:none;
}
a:active {
color:#B93551;
text-decoration:none;
}
a.info_link:link {
color: #931F1F;
text-decoration:underline;
}
a.info_link:visited {
color: #931F1F;
text-decoration:underline;
}
a.info_link:hover {
color: #931F1F;
text-decoration:none;
}
a.info_link:active {
color: #931F1F;
text-decoration:none;
}
a.button, a.button:visited {
	background-color: #C2100C;
	border-top: 1px solid #DF120D;
	border-right: 1px solid #890C08;
	border-bottom: 1px solid #890C08;
	border-left: 1px solid #DF120D;
	padding: 5px;
	color:#FFFFFF;
}
a.button:hover {
	background-color: #B50F0B;
	border-top: 1px solid #890C08;
	border-right: 1px solid #DF120D;
	border-bottom: 1px solid #DF120D;
	border-left: 1px solid #890C08;
	padding: 5px;
	color:#FFFFFF;
}

/*テキストに関するスタイル
--------------------------------------------------------------*/
.text_top_news{
padding-left: 7px;
padding-top: 5px;
padding-bottom: 5px;
}
.text_info{
font-size: 80%;
color: #931F1F;
line-height: 160%;
padding-left: 7px;
padding-top: 5px;
padding-bottom: 5px;
}
.text_events{
font-size: 80%;
color: #D85D27;
line-height: 160%;
padding-left: 7px;
padding-top: 5px;
padding-bottom: 5px;
}
a.events_link:link {
color: #D85D27;
text-decoration:underline;
}
a.events_link:visited {
color: #D85D27;
text-decoration:underline;
}
a.events_link:hover {
color: #D85D27;
text-decoration:none;
}
a.events_link:active {
color: #D85D27;
text-decoration:none;
}

.text_press{
font-size: 80%;
color: #FF000D;
line-height: 160%;
padding-left: 7px;
padding-top: 5px;
padding-bottom: 5px;
}
a.press_link:link {
color: #FF000D;
text-decoration:underline;
}
a.press_link:visited {
color: #FF000D;
text-decoration:underline;
}
a.press_link:hover {
color: #FF000D;
text-decoration:none;
}
a.press_link:active {
color: #FF000D;
text-decoration:none;
}

p#btn {
	background-color: #CA1119;
	font-size: 80%;
	margin: 0px;
	width: 12em;
	border-top: 1px solid #F0464F;
	border-right: 1px solid #8A0D13;
	border-bottom: 1px solid #8A0D13;
	border-left: 1px solid #F0464F;
}
p#btn a {
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
