@charset "utf-8";
/*---------------------------------------  -----------------------------------------*/
/*---------- _base ----------*/
* {
	margin: 0px;
	padding: 0px;
	}
img {
	border: none;
	vertical-align: bottom;
	}
ul { list-style: none; }
body {
	margin: auto;
	text-align: center;
	letter-spacing: 1px;
	background-color: #bdbdbd;
	font-family: 'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	}
a,a:link,a:visited {
	text-decoration: none;
	/*background: url(../img/underline.gif) repeat-x 100% 100%;*/
	color: #535454;
	}
	a:active, a:hover {
		/*background: url(../img/underline_over.gif) repeat-x 100% 100%;*/
		color: #ff8000;
		}
/*
a.image { background: url(''); }
a.image:hover { background: url(''); }
*/
p {
	line-height: 1.5em;
	letter-spacing: 2px;
	text-align: justify;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
object { vertical-align: top; }
h1,h2,h3,h4 { font-weight: normal; }
h1 a,h1 a:link,h1 a:visited,
h2 a,h2 a:link,h2 a:visited { background: url(''); }
h1 { font-size:130%; }
h2 { font-size:120%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
input.txt:focus,
textarea:focus { background-color: #f1f4f4; }
input.chk:focus,
textarea.chk:focus { background-color: #ffffff; }
input,
textarea { color: #3c3d3d; font-size: 110%; }
textarea { overflow:auto; }

/*---------- class ----------*/
.caution { color: #eb0202; }
ul.caution {
	padding-top: 1.5em;
	padding-left:1em;
	text-indent:-1em;
	}
.imgleft {
	float: left;
	margin-right: 15px;
	}
.imgright {
	float: right;
	margin-left: 15px;
	}
.imgtop { margin-bottom: 10px; }
.imgbottom { margin-top: 10px; }
p.center {
	text-align: center;
	padding: 15px 0px;
	}

/*---------- clearfix ----------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0; }
.clearfix {
	display: inline-block;
	min-height: 1%; }
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*---------------------------------------  -----------------------------------------*/
/*---------- _container ----------*/
#container {
	width: 950px;
	height: 650px;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
	text-align: left;
	color: #3c3d3d;
	font-size: 70%;
	background-color: #ffffff;
	/* border: solid 1px #c2c3c3; */
	}
	* html #container { overflow: visible; }

/*---------- header ----------*/
#header { height: 200px; }
	#header h1 {
		padding: 150px 0px 0px 30px;	/* 上 右 下 左 */
		font-size:160%;
		color: #717272;
		letter-spacing: 10px;
		font-weight: bold;
		}
		#header h1 span { color: #b7b9b9; }
		#header h1 span.green { color: #50a36a; }

/*---------- contents ----------*/
#contents {
	padding-top: 10px;
	background: url(../img/main_bg.jpg) repeat-y;
	height: 260px;
	}
	#contents.nobg { background: url(''); }

/*---------- _main ----------*/
#main {
	float: right;
	width: 730px;
	}
#main-nav {
	clear: left;
	float: left;
	width: 170px;
	padding-left: 30px;
	}	/* 上 右 下 左 */
	#main-nav dl { overflow: auto; }
	#main-nav dt,
	#main-nav dd {
		font-size: 90%;
		letter-spacing: 2px;
		padding-bottom: 6px;
		}
		#main-nav dd li {
			font-size: 95%;
			padding: 5px 0px 0px 1.5em;
			}

/*---------- nav ----------*/
#nav {
	color: #999999;
	clear: both;
	border-top: solid 9px #4f4e4d;
	}
	#nav li {
		float: left;
		padding-top: 10px;
		text-align: center;
		width: 140px;
		font-size: 90%;
		letter-spacing: 5px;
		}
		#nav li a {
			display: block;
			width: 140px;
			}
/*---------- footer ----------*/
#footer {
	clear: both;
	padding-top: 75px;
	margin: 0px 33px 0px 27px;
	overflow: hidden;
	}	/* 上 右 下 左 */
	* html #footer {
		width: 890px;
		padding-top: 85px;
		}
	#addr {
		float: left;
		font-size: 80%;
		line-height: 1.7em;
		letter-spacing: 3px;
		}
	#logo { float: right; }
/*---------------------------------------  -----------------------------------------*/
/*---------- top ----------*/
#top-img {
	position: absolute;
	margin-top: -10px;
	filter:alpha(opacity=50);
	opacity:0.5;
	}
	* html #top-img { height: 260px; }

/*---------- gallery ----------*/
#main.gallery h2 {
	width: 260px;
	margin-left: 407px;
	height: 2em;
	padding-bottom: 5px;
	font-size: 110%;
	text-align: right;
	}
#main.gallery p.caption {
	position: relative;
	margin-left: 410px;
	width: 250px;
	height: 145px;
	overflow: hidden;
	font-size: 90%;
	text-align: right;
	}
	* html #main.gallery p.caption { overflow: visible; }
	#main.gallery p.caption span.date {
		display:block;
		text-align: right;
		padding-top: 5px;
		}
#gimg {
	width: 360px;
	height: 360px;
	position: absolute;
	margin-top: -195px;
	z-index: 100;
	}
	#gimg img {
		position: absolute;
		bottom: 0px;
		}
#glist {
	padding-top: 5px;
	width: 730px;
	clear: both;
	}
	#glist li {
		float: left;
		border: solid 1px #919393;
		text-align: center;
		margin-right: 10px;
		width: 60px;
		height: 50px;
		}
		#glist li span.date,
		#glist li p.caption { display: none; }
		#glist li img.active {
			filter:alpha(opacity=30);
			opacity:0.3;
			}
#glist-nav {
	clear: left;
	padding-top: 5px;
	font-size: 70%;
	letter-spacing: 3px;
	width: 565px;
	}
	#glist-nav li { width: 185px; }
		#glist-nav li.left { float: left; }
		#glist-nav li.center {
			text-align: center;
			float: left; }
		#glist-nav li.right {
			text-align: right;
			float: right; }

/*---------- profile ----------*/
#main.profile h2 {
	position: relative;
	margin-top: -10px;
	padding-bottom: 10px;
	letter-spacing: 7px;
	}
	dl.history,
	dl.award {
		display: block;
		float: left;
		}
		dl.history { width: 300px; }
		dl.award { width: 400px; }
		#main.profile dt,
		#main.profile dd {
			font-size: 80%;
			line-height: 1.7em;
			padding-bottom: 1px;
			}
		#main.profile dt {
			float: left;
			width: 50px;
			clear: both;
			}
		#main.profile dt.title { width: 100px; }
		#main.profile dd { margin-left: 50px; }
	
/*---------- contact ----------*/
#main.contact h2 {
	position: relative;
	margin-top: -10px;
	font-size: 105%;
	}
#main.contact dｌ { position: relative; }
	#main.contact dt {
		float: left;
		width: 100px;
		clear: both;
		padding-top: 12px;
		}
	#main.contact dd {
		margin-left: 100px;
		padding-top: 10px;
		}
#Com,#Name,#Email,#Add,#Tel {
	border: solid 1px #999999;
	padding: 1px;
	width: 355px;
	}
	#Com { height: 80px; }
	#Com.chk,#Name.chk,#Email.chk,#Add.chk,#Tel.chk {
		border: solid 1px #eeeeee;
		}
	#formChk,#formBack,#formSend {
		cursor:pointer;
		margin-left: 2em;
		width: 10em;
		}
#main.contact span.caution {
	color: #666666;
	padding-left: 2px;
	font-size: 90%;
	}
#main.contact p.thanks {
	padding-top: 2em;
	}

input.btn {
	cursor: pointer;
	font-size: 90%;
	background-color: #f9f9f9;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
input.btn:hover {
	color: #ff8000;
	border-top:1px solid #feb26c;
	border-left:1px solid #feb26c;
	border-right:1px solid #ff8000;
	border-bottom:1px solid #ff8000;
	background-color: #faf9ec;
	}

/*---------- link ----------*/
#main.link dl {
	}
	#main.link dd {
		font-size: 80%;
		padding-bottom: 1em;
		}

/*---------- contact ----------*/
#main.copyright h2 {
	position: relative;
	margin-top: -10px;
	font-size: 105%;
	}
	#main.copyright p {
		padding-top: 2em;
		}
		#main.copyright p.sign {
			width: 490px;
			text-align: right;
			}