@charset "Shift_JIS";

/* =basic 
---------------------------------------------------------------------------- */
body {
	line-height:1.5;
	font-size:0.8em;
	color:#333333;
	font-family:Helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	background-color: #333399;
	text-align: center;
}
#page{
	width:990px;
	margin:0 auto;
	text-align:left;
}
#backLeft {
	background-color: #333399;
	width: 105px;
	float:left;
	height: 600px;
}
#backRight {
	background-image:url(../img/logoOut.gif);
	background-repeat:no-repeat;
	background-position: right 0;
	background-color: #333399;
	width: 105px;
	float:left;
	height: 600px;
}
#content {
	width:720px;
	float: left;
	background-image: url(../img/logoIn.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	position: relative;
	}
#mainArea{
	clear:both;
	}
	
/* 通常テキスト　リンク・訪問済みリンクのリンク色 */
a:link, a:visited {
	color:#191970;
	text-decoration:none;
}
/* 通常テキスト　マウスオーバー時・クリック字のリンク色 */
a:hover, a:active {
	color:#008080;
	text-decoration:none;
	}
/* css hack -------------------------------------- */
div#page:after, div#mainArea:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#page, div#mainArea {
	display:inline-block;
}
/* hides from IE-mac \*/
* html div#page, * html div#mainArea {
	height:1%;
}
div#page, div#mainArea {
	display:block;
}
/* end hide from IE-mac */
/* END css hack -------------------------------------- */


/* ヘッダ
 ---------------------------------------------------------------------------- */
#header {
	background-image: url(../img/top.jpg);
	background-position: 30px 30px;
	height: 215px;
	background-repeat: no-repeat;
	clear:right;

} 
#header h1 {
	text-indent: -9999px;
	height: 0;
	font-size: 0;
}

/* 目次
 ---------------------------------------------------------------------------- */
#nav {
	float: right;
	padding: 110px 30px 0 0;
	text-align: right;
}
ul#nav li{
	text-transform: capitalize;
	margin:0 0 0 0;
	line-height:1;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 10px;
	}

#home #nav li#navHome a,
#contact #nav li#navContact a,
#gallery #nav li#navGal a,
#dark #nav li#navDark a{
	background-image:url(../img/kame.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 30px;
	}

	
/* メインコンテンツ
 ---------------------------------------------------------------------------- */	
#mainContent {
	margin: 0;
	padding: 30px;
	clear: both;
}
#mainContent p{
	text-indent:1em;
	margin-bottom: 10px;
	text-align: justify;
	text-justify:justify;
	}
#mainContent h2 {
	font-size:1.5em;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #000000;
}
#mainContent h2 span{
	font-size:0.8em;
	text-transform:capitalize;
	color: #666666;
}
#mainContent p#eng {
	margin-top:10px;
	}
#mainContent #tanuki {
	float:right;
	margin-bottom: 20px;
	}
#mainContent #hitori {
	border:1px solid #333333;
	}	



/* フッタ
 ---------------------------------------------------------------------------- */
#footer {
	padding: 0 10px 0 20px;
	text-transform: capitalize;
	border-top: double #191970 3px;
	height: 30px;
}
#alpha {
	float:left;
	position: absolute;
	bottom: 50px;
	left: 30px;
	}
#footer address {
	line-height: 3;
	float: left;
}
#footer p {
	float:right;
	line-height: 3;
	}

/* css hack -------------------------------------- */
div#footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#footer {
	display:inline-block;
}
/* hides from IE-mac \*/
* html div#footer {
	height:1%;
}
div#footer {
	display:block;
	clear: both;
	padding: 0 30px;
}
/* end hide from IE-mac */
/* END css hack -------------------------------------- */


/* contact
---------------------------------------------------------------------------- */
#contact dl {
	clear:left;
}
#contact form dl dt {
	float: left;
	width: 5em;
}
#contact form dl dd {
	margin: 5px;
}
#contact form legend {
	display: none;
}
#contact form p input {
	text-align: center;
}
#contact dl dd {
	margin: 0 0 10px 30px;
}
#contact dl dt {
	font-weight:bold;
}
#contact form ul {
	margin: 0 0 20px 0;
}
#contact fieldset {
	border: 0 solid #000000;
}
#contact input{
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}
#contact textarea {
	padding: 1px;
}
#contact #mainContent p {
	text-indent:0;
	margin-top:30px;
	}
#contact div#mainContent {
	height:500px;
	}
	
/* gallery
---------------------------------------------------------------------------- */	
#gallery div#photo, #dark div#photo {
	float: left;
	width: 500px;
	position: relative;
}
#gallery div#subMenu, #dark div#subMenu {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 1em;
	height: 500px;
	text-transform: capitalize;
}
#gallery #subMenu ul#child, #dark #subMenu ul#child {
	padding-right: 10px;
	margin: 15px 0;
}
#gallery #subMenu span, #dark #subMenu span {
	font-size: 0.8em;
}
#gallery #subMenu li, #dark #subMenu li {
	line-height:1;
	padding-bottom:10px;
	}
#gallery #subMenu ul#child li, #dark #subMenu ul#child li {
	background-image: url(../gallery/img/marker_m.gif);
	background-repeat: repeat-y;
	background-position: 100% 50%;
	padding-right: 20px;
	padding-top: 5px;
	}
#gallery #subMenu ul#child li#navGaudi, #dark #subMenu ul#child li#navGaudi {
	background-image: url(../gallery/img/marker.gif);
	background-repeat: no-repeat;
	background-position: 100% 150%;
	padding-right: 20px;
	}
#gallery #photo h3, #dark #photo h3 {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 30px;
	color: #333399;
}
#gallery #photo h2#mono, #dark #photo h2#mono {
	background-image: url(../gallery/img/titleBack.gif);
	background-repeat: no-repeat;
	background-position: 80% 45%;
	}
#gallery #photo dl, #dark #photo dl {
	margin: 50px 0;
	clear: both;
}
#gallery #photo dt, #dark #photo dt {
	float: left;
	margin: 0 20px 0 0;
}
#gallery #photo dt.rightPhoto, #dark #photo dt.rightPhoto {
	float: right;
	margin: 0 0 0 20px;
}
#gallery #photo dt.centerPhoto, #dark #photo dt.centerPhoto {
	margin: 0 0 20px 0;
	float: none;
}
#gallery #photo .photoTitle, #dark #photo .photoTitle {
	font-weight: bold;
	text-transform: capitalize;
}
#gallery #photo dd, #dark #photo dd{
	margin-bottom: 10px;
}
/* css hack -------------------------------------- */
#gallery #photo dl:after, #dark #photo dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#gallery #photo dl, #dark #photo dl {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #gallery #photo dl, * html #gallery #photo dl {
	height:1%;
}
#gallery #photo dl, #dark #photo dl {
	display:block;
}
/* end hide from IE-mac */
/* END css hack -------------------------------------- */
#gallery #photo a, #dark #photo a {
	border-bottom: dashed 1px;
}

