@charset "utf-8";
/* CSS Document */

#arrow_link_list{
}
#arrow_link_list a{
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	line-height:1.5em;
}
a.link_more{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	line-height:1.5em;
	width:70px;
	margin-left:auto;
}
#page_no{
	display:block;
	border-top:2px solid #900;
	clear:both;
	text-align:right;
}
#page_no a{
	display:inline-block;
	padding:2px 4px;
	color:#900;
}
#page_no a:hover{
	background-color:#900;
	color:#FFF;
}
#structure_title{
	color:#666;
	font-weight:bold;
	font-size:16px;
	clear:both;
	padding-top:20px;
	border-bottom:1px solid #999;
}
ul#structure_photo{
	display:block;
	margin:10px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
ul#structure_photo li{
	background-color:#FFF;
	margin:0px 5px 5px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	padding:0px;
	float:left;
	display:inline-block;
	/*width:165px;
	height:220px;*/
	text-align:center;
	border:1px solid #999;	
}
ul#structure_photo li img{
	/*width:135px;
	height:180px;*/
	margin-top:10px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:7px;	
}
ul#structure_photo li span{
	display:block;
	font-weight:bold;
	text-align:center;
}
div#match_title{
	color:#900;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #900;
}
div#match_date{
	color:#999;
	font-style:italic;
	text-align:right;
	padding-right:5px;
}
div#match_content p{
	line-height:1.3em;
}
table#match_icon tr td a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
table.match_item{
	border-bottom:1px solid #CCC;
	padding: 10px;
}
div#mark_list{
	text-align:center;
}
div#mark_list a{
	margin-bottom:15px;
	display:block;
}
div#mark_list a:hover img{
	text-align:center;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
table#mark_btn{
	margin-left:auto;
	margin-right:auto;
}
table#mark_btn a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
table#activity_list{
}
table#activity_list tr:hover{
	background-color:#DDD;
}
table#activity_list tr td{
	padding:7px 3px;
}
div#activity_photo{
	margin:0px;
	padding:0px;
}
div#activity_photo div{
	list-style:none;
	margin:4px;
	padding:0px;
	display:block;
	float:left;
	width:160px;
	height:160px;
	border:#CCC 1px solid;
}

div#activity_photo table{
	width:160px;
	height:160px;
	padding:0px;
}
div#activity_photo table tr td{
	vertical-align:middle;
	text-align:center;
}
div#activity_photo table tr td a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
div#link_tab{
	width:680px;
	border-bottom:1px solid #900;
}
div#link_tab a{
	display:inline-block;
	background-color:#CCC;
	color:#666;
	padding:5px 25px;
	margin-right:2px;
	font-weight:bold;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
}
div#link_tab a:hover{
	background-color:#900;
	color:#FFF;
	text-decoration:none;
	border-left:1px solid #A00;
	border-right:1px solid #A00;
	border-top:1px solid #A00;
}
div#tab_content{
	width:678px;
	border-left:1px solid #900;
	border-right:1px solid #900;
	border-bottom:1px solid #900;
	text-align:center;
}
div#tab_content iframe{
	width:678px;
	height:390px;
	border:0px solid #AAA;
}
.contactus_field{
	width:200px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #AAA;
}
.contactus_field_large{
	width:500px;
	height:90px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #AAA;
}
.contactus_btn{
	padding:2px 7px;
	background-color:#900;
	border:0px;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
}
.red_text{
	color:#F00;
}