@charset "utf-8";
body {
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅";
	color: #000000;
	line-height: 150%;
	background-color: #fff;
	background-repeat: repeat-x;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0px 14px;
}
a:link, a:visited {
	color: #0000ef;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0000ef;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size16 {
	font-size: 16px;
}
/* 201312 ADD
-------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	overflow: hidden; /* 追加 */
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* WRAPPER BOX --- */
.wrapper01 {
	width: 860px;
}
.box01a {
	width: 600px;
	float: left;
}
.box01b {
	width: 220px;
	float: right;
}
/* GALLERY INDEX --- */
.wrapperGa{
	width: 100%;
	border:1px solid #FDCC03;
	border-radius:8px;
	margin-bottom:30px;
	padding:20px 0;
}
.boxGa01a{
	width:230px;
	float:left;
	margin-left:30px;
}
.boxGa01b{
	width:520px;
	float:left;
	margin-left:40px;
}
.boxGa01b h2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #CC6704;
	line-height: 110%;
}
.boxGa01b h2 span {
	font-size: 15px;
	font-weight: normal;
}
.boxGa01b h2 a:link {
	color: #CC6704;
	text-decoration: none;
}
.boxGa01b h2 a:visited {
	color: #CC6704;
	text-decoration: none;
}
.boxGa01b h2 a:hover {
	color: #CC6704;
	text-decoration: underline;
}
.boxGa01b h2 a:active {
	color: #CC6704;
	text-decoration: underline;
}
.boxGa01b p {
	font-size: 14px;
	line-height: 180%;
}
.serial{
	text-align:right;
	margin-top:15px;
}
.serial a:link, .serial a:visited {
	color: #0000ef;
	text-decoration: underline;
}
.serial a:active, .serial a:hover {
	color: #0000ef;
	text-decoration: none;
}
/* GALLERY --- */
.life02 h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 0 20px 8px;
	color: #CC6704;
	border-bottom: 1px solid #CE6500;
	line-height: 110%;
}
.life02 h1 span {
	font-size: 15px;
	font-weight: normal;
}
.life02 .box01a img {
	margin-bottom: 20px;
}
.life02 p {
	font-size: 14px;
	line-height: 180%;
	padding: 0 8px;
	margin-bottom: 20px;
}
#gaNav {
	margin-bottom: 30px;
}
#gaNav h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC6704;
	border-bottom: 1px solid #CE6500;
	padding: 10px 0;
}
#gaNav ul li {
	font-size: 14px;
	border-bottom: 1px dotted #CE6500;
	padding: 10px 0;
	line-height: 150%;
}
#sideBanner li {
	margin-bottom: 15px;
}
#gaNav ul li a:link, #gaNav ul li a:visited {
	color: #0000ef;
	text-decoration: underline;
}
#gaNav ul li a:active, #gaNav ul li a:hover {
	color: #0000ef;
	text-decoration: none;
}

/* PAGE NUMBER NAVI --- */
#btnPage {
	margin: 30px 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 14px;
	border-top: 1px dotted #CC6704;
}
#btnPage li{
	display: inline;
	text-align: center;
	margin:0 5px;
}
#btnPage li a{
	padding:10px 14px;
	border:1px solid #CC6704;
}
#btnPage li a:link {
	color: #CC6704;
	text-decoration: none;
}
#btnPage li a:visited {
	color: #CC6704;
	text-decoration: none;
}
#btnPage li a:hover {
	background: #CC6704;
	color: #FFF;
	text-decoration: none;
}
#btnPage li a:active {
	background: #CC6704;
	color: #FFF;
	text-decoration: none;
}
/* TABLE --- */
.dataTable01{
	width:100%;
}
.dataTable02{
	width:80%;
}
.dataTable01, .dataTable02 {
	font-size: 120%;
	border-collapse: collapse;
}
.dataTable01 th, .dataTable02 th {
	width: 20%;
	text-align:center;
	padding: 10px;
	background: #FEF1CB;
	border: 1px solid #FDCC03;
	vertical-align: middle;
	font-weight: normal;
}
.dataTable01 th span, .dataTable02 th span{
	font-weight:bold;
}
.dataTable01 td, .dataTable02 td {
	text-align:center;
	padding: 8px 10px;
	background: #FFF;
	border: 1px solid #FDCC03;
}
.dataTable01 td span, .dataTable02 td span{
	font-weight:bold;
}

.title01{
	color: #CC6704;
	font-size:120%;
	margin-bottom:10px;
}
.title01 span{
	
}
.alRight{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.ma10B{
	margin-bottom:10px;
}
.ma20B{
	margin-bottom:20px;
}