@charset "utf-8";
/* 

Layout Style CSS "style.css"

*/


@import url("common.css");

h2 {
	display: block;
	height: 25px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2.title {
	background: url("../img/header.jpg") no-repeat scroll 0 0 transparent;
	clear: both;
	display: block;
	height: 440px;
	margin: 20px auto 30px;
	text-indent: -9999px;
	width: 950px;
}

h2#title01 {
	background: url("../img/title01.gif") no-repeat scroll 0 0 transparent;
}

h2#title02 {
	background: url("../img/title02.gif") no-repeat scroll 0 0 transparent;
}

h2#title03 {
	background: url("../img/title03.gif") no-repeat scroll 0 0 transparent;
}

h2#title04 {
	background: url("../img/title04.gif") no-repeat scroll 0 0 transparent;
}

h2#title05 {
	background: url("../img/title05.gif") no-repeat scroll 0 0 transparent;
}

h2#title06 {
	background: url("../img/title06.gif") no-repeat scroll 0 0 transparent;
}

h2#title07 {
	background: url("../img/title07.gif") no-repeat scroll 0 0 transparent;
}

h2#title08 {
	background: url("../img/title08.gif") no-repeat scroll 0 0 transparent;
}

h2#title09 {
	background: url("../img/title09.gif") no-repeat scroll 0 0 transparent;
}

h2#title10 {
	background: url("../img/title10.gif") no-repeat scroll 0 0 transparent;
}

h2#title11 {
	background: url("../img/title11.gif") no-repeat scroll 0 0 transparent;
}

h2#title12 {
	background: url("../img/title12.gif") no-repeat scroll 0 0 transparent;
}


h2#title13 {
	background: url("../img/title13.gif") no-repeat scroll 0 0 transparent;
}

h2#title14 {
	background: url("../img/title14.gif") no-repeat scroll 0 0 transparent;
}

h2#title15 {
	background: url("../img/title15.gif") no-repeat scroll 0 0 transparent;
}

h2#title16 {
	background: url("../img/title16.gif") no-repeat scroll 0 0 transparent;
}

h2#title17 {
	background: url("../img/title17.gif") no-repeat scroll 0 0 transparent;
}

h2#title18 {
	background: url("../img/title18.gif") no-repeat scroll 0 0 transparent;
}

h2#title19 {
	background: url("../img/title19.gif") no-repeat scroll 0 0 transparent;
}

h3 {
	background: url("../img/photo_title.gif") no-repeat scroll 0 0 transparent;
	display: block;
	margin: 40px auto 10px;
	text-indent: -9999px;
	height: 21px;
}

div.text p{
	line-height: 170%;
	margin-bottom: 20px;
}

.topics {
	font-weight: bold;
	color: #9b0000;
}

/*---------------------------------------------
 tab
---------------------------------------------*/

#tabs10 {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

#tabs10 ul {
	width: 925px;
	margin: 0 auto;
	padding: 2px 0 0;
	list-style: none;
}

#tabs10 ul.short {
	width: 445px;
}

#tabs10 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs10 a {
	float: left;
	background: url("../img/tableft10.gif") no-repeat left top;
	margin: 0;
	padding-left: 4px;
	text-decoration: none;
	width: 150px;
}

#tabs10 a span {
	text-align: center;
	display: block;
	background: url("../img/tabright10.gif") no-repeat right top;
	padding: 5px 5px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {
	float: none;
}
/* End IE5-Mac hack */
#tabs9 a:hover span {
	color: #FFF;
}

#tabs10 a:hover {
	background-position: 0% -42px;
}

#tabs10 a:hover span {
	background-position: 100% -42px;
}

/*---------------------------------------------
 culum
---------------------------------------------*/

div.culum01,
div.culum02,
div.culum03 {
	margin-bottom: 20px;
	color: #4a4a4a;
}

div.culum04 {
	margin-bottom: 10px;
	color: #4a4a4a;
}

div.culum01 div.text {
	width: 460px;
	float: left;
}

div.culum01 div.photo {
	width: 460px;
	float: right;
}

div.culum01 div.photo img,
div.culum02 div.photo img, 
div.culum03 div.photo img,
div.culum02 ul li img,
div.culum02 ul li.right img {
	border: #cbcbcb solid 2px;
	padding: 3px;
}

div.culum02 div.text {
	width: 460px;
	float: right;
}

div.culum02 div.photo {
	width: 460px;
	float: left;
}
	
div.culum02 ul li {
	width: 460px;
	float: left;
	margin-right: 30px;
}

div.culum02 ul li.right {
	margin-right: 0px;
}

div.culum03 div.text {
	width: 460px;
	float: right;
}

div.culum03 div.photo {
	width: 460px;
	float: left;
}

div.culum01 div.photo span,
div.culum02 li span,
div.culum03 div.photo span,
div.culum04 span {
	display: block;
	float: left;
	margin-top: 5px;
}


/*---------------------------------------------
 gallery
---------------------------------------------*/

#gallery {
    background: none repeat scroll 0 0 #444444;
    margin: 0 auto 30px;
    padding: 5px;
	text-align: center;
    width: 940px;
}

#gallery  ul{
    margin: 0 auto;
}

#gallery  ul li{
	float: left;
	margin: 5px;
}


/*---------------------------------------------
 pageblock
---------------------------------------------*/
.pagetop02 {
	margin: 10px 0px;
	text-align: right;
	width: 950px;
}

/*---------------------------------------------
 pageblock
---------------------------------------------*/
#pageblock {
	margin: 25px 0px 30px 0px;
}

#pageblock .text {
	text-align: center;
}

/*---------------
 CleraFix
---------------*/
.clfix {
	zoom: 1;
}

.clfix:after {
	clear: both;
	content: url(../img/spacer.gif);
	display: block;
	height: 0;
}

.clfix {
	display: inline-block;
}

/* Mac版IEを除外 \*/
.clfix {
	display: block;
}
/* */
