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

@import 'global.css';

#faux #contents h2{
	margin-bottom:15px;
	position:relative;
	padding-bottom:1px;
}
#faux #contents h2 a{
	position:absolute;
	left:500px;
	top:12px;
}
#faux #contents h3{
	color:#EB426C;
	font-size:120%;
	margin-bottom:5px;
}
#faux #contents h4{
	background-color:#716558;
	padding:.2em 0;
	text-align:center;
	color:#FFF;
	margin:15px 0;
	font-size:100%;
}
#faux #contents h5{
	background:url(../image/area/bg_pointname.gif);
	padding:.4em 10px;
	font-size:100%;
	margin-bottom:10px;
}
#faux #contents h5 span{
	border-left:#EB426C 2px solid;
	padding:2px 0 2px 7px;
	font-size:110%;
	font-weight:bold;
}
#faux #contents a{
	text-decoration:underline;
}
.topic{
	margin-bottom:30px;
}
.topic .topic_photo{
	width:180px;
	float:left;
}
.topic .topic_text{
	width:448px;
	float:right;
}
table{
	border-collapse:collapse;
	margin-bottom:20px;
}
table tr th{
	vertical-align:top;
	background:url(../image/presentpage/bg_th.gif);
	font-size:80%;
	border-left:#B5AEAF 1px solid;
	border-right:#B5AEAF 1px solid;
}
table tr.title th{
	border-top:#B5AEAF 1px solid;
	text-align:left;
	padding:5px 10px;
}
table tr.photo th{
	padding:0 0 10px 0;
}
#faux #contents table tr.title th h3 {
	color: #ffffff;
}
table tr.text td{
	border-bottom:#B5AEAF 1px solid;
	border-left:#B5AEAF 1px solid;
	border-right:#B5AEAF 1px solid;
	vertical-align:top;
	padding:5px 10px;
	background-color:#FFF;
}
table tr th a{
	color:#FFF;
}
table tr td a{
	text-decoration:underline;
}
#faux table tr th h3 a:hover{
	text-decoration:underline;
	color:#FFF;
}
#faux #contents #btn{
	text-align:center;
}
