﻿@charset "utf-8";

/*//________________________________________*/
html,body{
		height:100%;
}

body {
	/*margin: 0px;*/
	margin:0 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 150%;
}

a:hover img {
	
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	

}

a.cboxElement:hover img{
	
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	

}

#notes {
	width: 100%;
	text-align:center;
}


/*//________________________________________*/
#container {
	width: 100%;
	margin:0 auto;
	position:relative;
 	min-height:100%;
}
/*IE6用*/
* html div#container{
		height:100%;
	}


/*//________________________________________*/

#header {
	font-size: 10px;
	width: 100%;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	/*background-color:#00F;*/
	margin-bottom:30px;
}

#header .left {
	margin-top:30px;
	width:100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

#header .right {
	width:100%;
	float: right;
	/*background-color: #999;*/
}


#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	position:relative;
	left:50%;
	float:left;
   
}

#header li {
	
	float: left;
	margin-left: 10px;
	padding: 0;
	
	 position:relative;
	 left:-50%;

}

#header li:first-child {
	margin-left:0px;
}

#header a {
	text-align: center;
	display: block;
	padding: 0.2em 0;
	width: 100%;/*background-color:#999;*/
}

.menuselect {
	padding: 0.2em 0;
	display: block;
	text-decoration: underline;
	text-align:center;
}

/*サブメニュー*/


#header p {
	font-size: 10px;
	line-height: 130%;
}

/*//________________________________________*/


#main {
	margin:0px;
	padding-bottom:60px;
	/*background-color: #999999;*/
}


img.topimg{
	float:none;
	position:static;
	/*
	position: absolute;
	width:300px;
	height:178px;
	*/
	margin-top:10px;
	width:100%;
	/*
	left:50%;
	margin-top:5px;
	margin-left:-150px;
	*/
}


/*トップのみ適用*/
.top #main {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -135px;
}

.top #main img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}



/*//________________________________________*/


#footer {
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	
	position:absolute;
	bottom:0px;

	height: 50px;
	text-align:center;
	
	/*background-color: #FF0000;*/
}

.fb {
	padding: 0px 0 0 12px;
	background: url(../images/fb.gif) left top no-repeat;
}

#footer a {
	margin-right: 7px;
}

#footer .copy {
	font-size: 9px;
	display:block;
	text-align:center;
	width:100%;
}
/*//________________________________________*/


.profile{
	margin-top: 0px;
}

.profile .title{
	margin-top:40px;
	margin-bottom:5px;
	display:block;
	font-size:14px;
	font-weight:bold;
}
.profile .headertitle{
	margin-bottom:5px;
	display:block;
	font-size:14px;
	font-weight:bold;
}
.profile p {
	margin-bottom:10px;
}

.profile img {
	width:100%;
	margin-bottom:10px;
}

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

/*//________________________________________*/

.maptext{
 
}


.maptext .box {
	 position:static;
}

/*//________________________________________*/
.info{
	margin-bottom: 50px;
}

.info p{
	margin-top:10px;
	
}

.info .date{
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.info h2 a{
	text-decoration:underline;
}

.info h2 a:hover{
	text-decoration:none;
}

.info img {
	width:100%;
	margin-bottom:10px;
}

#infoselect{
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-bottom: 20px;/*background-color: #CCCCCC;*/
	width:300px;
}
#infoselect .left{
	float:left;
}
#infoselect .right{
	float:right;
}


.nav{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.nav img{
	width:21px;
	height:21px;
}

.nav img:first-child{
	margin-right:21px;
}

 .info a.readmore{
	display:block;
	margin-top:20px;
	text-decoration:underline;
}
 .info a:hover.readmore{
	text-decoration:none;
}

/*
//________________________________________//________________________________________
デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトからスタイルを継承。
//________________________________________//________________________________________
*/

@media only screen and (min-width: 769px) {

/*//________________________________________*/

body {
	font-size: 12px;
	line-height: 150%;
}

/*//________________________________________*/

#container {
	width: 960px;
}

/*//________________________________________*/

#header {
	width: 960px;
	font-size: 12px;
}

#header .left {
	margin-top:45px;
	width: 300px;
	text-align: left;
	margin-bottom: 0px;
}
#header .right {
	margin:0;
	margin-top:45px;
	width:auto;
}


#header li {
	margin-left: 20px;
}
/*//________________________________________*/
#main {
	margin:0;
}



/*//________________________________________*/

#footer {
	font-size: 10px;
	width: 960px;
	
	text-align:right;
}

#footer .copy {
	font-size: 10px;
	display:inline;
}

/*//________________________________________*/

.info{
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-bottom: 90px;/*background-color: #CCCCCC;*/
}

.info p {
	margin:0;
    overflow: hidden;
	font-size:11px;
	line-height:150%;
}
.info .date{
	margin-bottom:15px;
}

/*//________________________________________*/

.profile{
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-bottom: 90px;/*background-color: #CCCCCC;*/
}

.profile .title{
	font-size:12px;
}
.profile .headertitle{
	font-size:12px;
}

.profile p {
	margin:0;
    overflow: hidden;
	font-size:11px;
	line-height:150%;
}

.profile img {
    float: left;
	margin-right:0px;
	width:430px;
}

.profile img.imgmargin{
	margin-right:30px;
	
}


/*//________________________________________*/

.maptext{
    height: 370px;
}

.maptext .box {
	 position: absolute;
	 left:470px;
    bottom: 10px;
}


}
