@charset "UTF-8";

/* top */

/* Rollover */
#side ul li a:hover img,
ul.h_contact li a:hover img,
.ft_04 a:hover img{
     opacity:0.8;
     filter:alpha(opacity=80);
     -ms-filter: “alpha( opacity=80 )”;
}


/* base
----------------------------------------------*/
body{
	/*text-align:center;*/
	margin:0;
	color:#333;
}

body img {
	vertical-align: top;
}

#headerFix{
	position: fixed;
	z-index: 99;
	width:100%;
}

.header_mini{
	 background:rgba(255,255,255,0.8); 
}
	
#headerWrap{
	margin:0 auto;
	width:960px;
}

/* transition----------------*/
#header_logo{
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

#headerFix.header_mini #header_logo, 
.header_mini ul.h_contact li{
    -webkit-transition: all 0.25s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}
/*--------------------------*/

#header_logo{
	overflow: hidden;
    padding:0 0 0 15px;
    width: 215px;
    float: left;
}

#headerFix.header_mini #header_logo{
	padding:0 0 0 15px;
	width: 215px;
	height:173px;
	margin-top:-25px;
}


#headerWrap, #headerFix{
    zoom: 1;
}

#headerWrap:after, #headerFix:after{
    display: block;
    clear: both;
    content: '';
}

#contentWrap{
	margin:0 auto;
	width:960px;
	padding:20px 0 0 0;
	text-align:left;
}

#side{
	float:left;
	width:210px;
}

#main{
	float:right;
	width:720px;
}

#footerWrap{
	margin:0 auto 15px auto;
	clear:both;
	border-top:1px solid #F3EEED;
	border-bottom:1px solid #F3EEED;
	height:106px;
}

#footer{
	margin:0 auto;
	width:960px;
	padding:15px 0;
}


/* header
----------------------------------------------*/
.hNavi{
	float:right;
	width:715px;
	text-align:right;
	overflow:hidden;
	zoom:1;
}

ul.h_contact{
	overflow:hidden;
	zoom:1;
}

ul.h_contact li{
	float:right;
	margin:0 0 30px 3px;
}

.header_mini ul.h_contact li{
	margin:0 0 10px 3px;
}


ul.h_contact li img{
	display:block;
	vertical-align:baseline;
}

#gNavi{
	clear:both;
	float:right;
	width:390px;
	background-color:#231715;
	padding:25px 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(common/js/border-radius.htc);//for IE
}

#gNavi ul li{
	float:left;
	/*background:url(img/bg_gnavi.gif) 0 4px no-repeat;*/
	padding:0 18px;
	letter-spacing:0.02em;
	font-family: 'Sorts Mill Goudy', serif;
	font-size:16px;
}

/*#gNavi ul li:first-child{
	background:none;
	padding:0 18px 0 0;
}

#gNavi ul li:last-child{
	padding:0 0 0 18px;
}*/


#gNavi ul li a{
	/*display: block;*/
	color:#fff;
	text-decoration:none;
}

#gNavi ul li a:hover{
	color:#b8b8b8;
}

/*#gNavi ul li img{
	display: block;
	vertical-align:baseline;
}

#headerWrap h1 a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}*/


/* main_visual
----------------------------------------------*/
#top .main_visual{
	margin:0 auto;
	width:1200px;
	height:600px;
	position:relative;
	z-index:1;
}

/* tit_top
----------------------------------------------*/
h2.tit_top{
	margin:-320px 0 250px 0;
	position:relative;
	z-index:10;
}


/* main
----------------------------------------------*/
.tit_01{
	margin-bottom:40px;
	text-align:center;
}

.subBox .txtBoxR{
	float:right;
	width:550px;
}

.subBox .photoL{
     float:left;
     width:150px;
     margin:0 20px 30px 0;
}

p.day{
	font-size:12px;
	color:#656565;
	margin-bottom:15px;
}

dl.news dt{
	font-size:13px;
	line-height:160%;
	margin-bottom:15px;
	color:#000;
	font-weight:bold;
}

dl.news dd{
	font-size:12px;
	line-height:160%;
}


p.news_link{
	font-size:12px;
	line-height:180%;
	margin-bottom:50px;
	text-align:right;
}

p.news_link a{
	color:#333;
	text-decoration:none;
}

p.news_link a:hover{
	text-decoration:underline;
}

dl.about{
	float:left;
	width:340px;
	text-align:justify;
	text-justify:newspaper;
}

dl.about dt{
	margin:0;
}

dl.about dd{
	background:#231915;
	color:#fff;
	font-size:12px;
	line-height:160%;
	padding:20px;
	width:300px;
}

ul.menu li{
	float:left;
	margin:0 15px 80px 0;
	width:230px;
}

ul.menu li:nth-child(3n){
	margin:0 0 15px 0;
}

/*ul.menu li:nth-child(6){
	margin:0 0 80px 0;
}*/

p.txt{
	font-size:12px;
	line-height:180%;
	margin-bottom:20px;
}

/* link */
dl.about dt a:hover img,
ul.menu li a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

dl.news a{
	color:#333;
	text-decoration:none;
}

dl.news a:hover{
	text-decoration:underline;
}



/* side
----------------------------------------------*/
#side h1{
	margin-bottom:60px;
	text-align:center;
}

#side ul li{
	margin-bottom:12px;
	float:left;
}

#side ul li img{
	display:block;
	vertical-align:baseline;
}


/* footer
----------------------------------------------*/
/*.ft_01{
	float:left;
}

.ft_02{
	float:left;
	color:#656565;
	font-size:11px;
	line-height:180%;
	text-align:left;
	padding:10px 0 0 20px;
	width:224px;
}*/

.ft_03{
	float:left;
	padding:10px 0 0 25px;
	width:750px;
}

.ft_04{
	float:right;
	padding:10px 0 0 0;
}

.ft_03 ul{
	padding-bottom:10px;
	overflow:hidden;
	zoom:1;
}

.ft_03 ul li{
	float:left;
	font-size:11px;
	border-left:1px #333 solid;
	padding:0 10px;
}

.ft_03 ul li:first-child{
	border:none;
	padding:0 20px 0 0;
}

.ft_03 ul li a{
	color:#333;
	text-decoration:none;
}

.ft_03 ul li a:hover{
	text-decoration:underline;
}

p.copy{
	clear:both;
	text-align:center;
	color:#999;
	padding-bottom:30px;
	overflow:hidden;
}

p.note{
	font-size:10px;
	line-height:1.6;
}

