@charset "UTF-8";


/* ----------------------------------------
common
---------------------------------------- */

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

body{ 
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 13px; 
	background-image:url(../images/subtle_grunge_bl.png);
	background-repeat:repeat;
	-webkit-text-size-adjust:none;
}

a:link, a:visited{
	color:rgb(135,85,40);	
}

a:hover,active{
	color:#666;
}

#wrap{
	width:746px; 
	margin:0 auto;
}

header#top{
	margin-top:25px;
	margin-bottom:12px;
	overflow:hidden;
}

header h1{ 
	float:left;	
	background-image:url(../images/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	width:130px;
	height:48px;
}

header h2{
	float:left;
	font-size:95%;
	font-weight:normal;
	margin-top:25px;
	margin-left:30px;
	color:#888;
	line-height:1.5em;
	letter-spacing:0.2em;
}

#tabwrap{
	clear:both; 
	background:#fff; 
	overflow:hidden; 
	width:100%;
	min-height:300px;
	margin:0 auto;
	box-shadow:0 0 4px #eaeaea;
	border:1px solid #ddd;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}

#tabs{
	overflow:hidden;
	background:#b9c0c5;
}

#tabs li{ 
	list-style:none;
	letter-spacing:0.3em;
}

#tabs li a{ 
	float:left; 
	display:block;
	padding-top:12px;
	color:#000;
	width:185px;
	height:40px;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #9a9a9a;
	border-left:1px solid #ddd;
}

#tabs li a:hover{
	background-color:#bfcee2;
}

#tabs li:first-child a{
	border-left:0;
}

#tabs li.last a{
	border-right:0;
}

#tabs li.current a{ 
	background-color:#fff; 
	color:#000; 
	height:40px;
}

#content{
	padding:40px;
	overflow:hidden;
}

#content > div{
	clear:both;
	line-height:19px;
	color:#666;
	display:none;
}

#content .current{
	display:block;
}

#content #home.first{
	display:block;
} 

small{
	color:#888;
	font-size:80%;
	margin-bottom:20px;
	letter-spacing:0.1em;
	display:block;
}

/* ----------------------------------------
#home page
---------------------------------------- */  

#home #info-box{
	margin:20px 0 0;	
}

#home .info1{
	float:left;
	font-size:95%;
	color:#666;
	width:320px;
	padding-top:5px;
}

#home .info2{
	float:right;
	font-size:95%;
	color:#5b7ba7;
	width:300px;
	padding-top:5px;
}

#home h3{
	background-image:url(../images/line.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}

#home h3 span{
	color:#5b7ba7;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	letter-spacing:0.1em;
}

#home ul.add-pack{
	clear:both;
	font-size:85%;
	letter-spacing:0.1em;
	list-style-type:none;
	width:700px;
	padding-top:20px;
}

#home ul.add-pack strong{
	font-size:150%;
	font-weight:normal;
}

/* ----------------------------------------
#about page
---------------------------------------- */ 

#about{
	clear:both;	
}

#about #img-box p{
	margin:0;	
}

#about #img-box img.float-left{
	width:50%;
	float:left;
}

#about #img-box img.float-right{
	width:50%;
	float:right;
}

#about #lead{
	clear:both;
}

#about #lead p{
	margin:0;
	padding-top:20px;
	letter-spacing:0.1em;
	font-size:100%;
	line-height:1.8em;
}

/* ----------------------------------------
#photo page 
---------------------------------------- */ 

#photo {
	overflow:hidden;
	margin-right:-20px;
	margin-bottom:-20px;
	padding-top:0;
	padding-left:35px;
}			
			
#photo #photo-box img{
	float:left;
	width:186px;
	height:140px;
	margin-right:20px;
	margin-bottom:20px;
}

/* opacity rollover */

#photo #photo-box a img{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#photo #photo-box a:hover img{
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=65); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */  
	-khtml-opacity: .65; /* Safari 1.x */  
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}

/* ----------------------------------------
#access page 
---------------------------------------- */ 

#access{
	clear:both;
	overflow:hidden;
}

#access h3{
	font-size:120%;
	font-weight:normal;
	margin-bottom:3px;
}

#access h4{
	font-size:150%;
	font-weight:normal;
	margin-bottom:5px;
}


#access .map-box{
	float:left;	
	width:370px;
}

#access .note1{
	font-size:85%;
	line-height:1.5em;
	letter-spacing:0.1em;
}

#access .note2{
	float:right;	
	width:280px;
	margin-left:10px;
	font-size:85%;
	line-height:1.5em;
	letter-spacing:0.1em;
	padding-top:10px;
}

#access .note1 p,
#access .note2 p{
	margin-bottom:15px;
}
