@charset "utf-8";
/* 

Layout Style CSS "style.css"

*/


@import url("common.css");


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#first {
	background: url("../img/title01.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2#second {
	background: url("../img/title02.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2#third {
	background: url("../img/title03.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2#fourth {
	background: url("../img/title04.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2#fifth {
	background: url("../img/title05.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

h2#sixth {
	background: url("../img/title06.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 460px;
}

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;
}



/*---------------------------------------------
 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;
}
/* */
