/* INDEX */
*{
	margin: 0;
	padding: 0;
	line-height: 1.62;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:none;
}

/*Clearfix */
.Clear{
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background-color: #333231;
	background-size: cover;
	background-position: top center;
}

#header{
	text-align: center;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/headbg.png);
}
#header ul{
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
#header ul li{
	float: left;
	width: 168px;
	height: 50px;
	margin-right:15px;
	list-style-type:none;
	overflow:hidden;
}
#header ul li.last{margin-right: 0px;}
#header ul li a{
	display:block;
	width:168px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/nv.png);
	background-repeat:no-repeat;
}

#nv2{
	background-position:-168px 0;
}
#nv3{
	background-position:-336px 0;
}
#nv4{
	background-position:-504px 0;
}
#nv5{
	background-position:-672px 0;
}
#nv1:hover{
	background-position:0 -50px;
}
#nv2:hover{
	background-position:-168px -50px;
}
#nv3:hover{
	background-position:-336px -50px;
}
#nv4:hover{
	background-position:-504px -50px;
}
#nv5:hover{
	background-position:-672px -50px;
}


#wrapper{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	color: #333231;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 130px;
	padding-right: 105px;
	padding-left: 105px;
	padding-bottom: 100px;
	width: 690px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
html>/**/body #wrapper{
}
h1{
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
h2{
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #333231;
	height: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0C6C6;
	padding-top: 40px;
	margin-bottom: 20px;
}

#wrapper p a{
	color:#000;
	text-decoration:none;
	background:none;
}
#wrapper p a:hover{
	color:#F8184D;
	background:none;
	border-bottom:1px solid #F8184D;
}

/* Scrooll to Top */
#back-top {
	position: fixed;
	bottom: 23px;
	right: 23px;
	z-index: 10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
	color: #FFFFFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
	background-color: #E9E9E9;
}
#back-top a:hover span {
	background-color: #000000;
	color: #FFFFFF;
}


#footer{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 10px;
	width: 100%;
}

@media print{
	body{
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
}
	
	#grand {
	width: 100%;
	height: auto;
	min-height: auto;
	background-color: #FFF;
	background-image: none;
}
#header,#footer{
	display: none;
	background-image: none;
}

#back-top{display:none !important;}

#wrapper{
	width: auto;
	overflow-y: scroll;
	color: #333;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
html>/**/body #wrapper{
	margin: 0px;
}
h1{
	height: 140px;
	text-indent: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 0px;
}

h2{
	font-size: 14px;
	letter-spacing: 1px;
	color: #993333;
	margin-bottom: 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 40px bottom;
	height: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #930;
}
#wrapper p{
	line-height:1.75;
	text-align:justify;
	padding:15px 0;
}

#wrapper h2,
#wrapper p{
	padding-right: 40px;
	padding-left: 40px;
}
.list{
	line-height:3em;
}

#con01{
	width: auto;
}
.photoL {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 40px;
}

	}
