@charset "utf-8";
/*================================================================

レイアウト

================================================================*/

/*----------------------------------------------------------------
	IMPORT
----------------------------------------------------------------*/
@import "reset.css";
@import "common.css";
/* #slider
----------------------------------------------------------------*/

#INFORMATION #contents { padding-top: 15px; }
#main { padding-top: 30px; }
#main .article {
	padding-top: 30px;
	clear: both;
}
#main .photos {
	float: left;
	width: 230px;
}
#main .photos p {
	position: relative;
	background: url(../../information/images/frm_red_230_01.png) no-repeat 0px 0px;
	margin-bottom: 20px;
	zoom: 1;
}
#main .photos span {
	background: url(../../information/images/frm_red_230_02.png) no-repeat left bottom;
	display: block;
	padding: 4px;
	text-align: center;
}
/*#main .photos span img { width: 222px; }*/
#main .rightColumn {
	position: relative;
	float: right;
	width: 690px;
	margin-left: 40px;
}
#main .date {
	font-size: 77%;
	padding-top: 4px;
}
#main .date span {
	border: 1px solid #444;
	padding: 3px 5px;
}
#main .btnFb {
	position: absolute;
	left: 107px;
	top: 1px;
}
#main .title {
	font-size: 159%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}
#main .detail p {
	margin-top: 15px; 
	margin-bottom: 15px;
}
#main .detail strong { font-weight: bold; }
#main .detail em { font-style: italic; }
#main .links {
	clear: both;
	padding-bottom: 15px;
}
#main .links a { padding: 5px 8px 5px 15px; }
#main .links a:link { background: #91111b url(../images/icon_cross.gif) no-repeat 7px 10px; }
#main .links a:visited { background: #91111b url(../images/icon_cross.gif) no-repeat 7px 10px; }
#main .links a:hover {
	background: #700E15 url(../images/icon_cross.gif) no-repeat 7px 10px;
	text-decoration: none;
}
#main .pagetop {
	background: url(../images/bdr_dot01.gif) repeat-x left bottom;
	text-align: right;
	padding-bottom: 4px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
#pageNation {
	text-align: center;
	padding-top: 10px;
}
#pageNation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}