@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
}

#wrapper{
	width:100%;
	height:100%;
}

img{
	max-width:100%;
}

/*header*/
header{
	width:100%;
	height:15%;
	min-height:10%;
	max-height:15%;
	background-color:#a9d159;
	position:relative;
}

header li{
	width:100%;
	height:10%;
	margin:0 0.5%;
	min-height:5%;
	max-height:10%;
	list-style-type:none;
	display:inline;
}

header img{
	min-height:35px;
	max-height:50px;
}

#header_menu{
	margin:0;
	padding:0 1%;
}

/*right*/
#right{
	width:90%;
	margin:1% 5%;
	float:right;
}

h2{
	margin:0;
}

.title{
	margin-top:0;
}

.station_box{
	width:100%;
	display:table;
}
.gallery{
	width:100%;
	float:left;
}

.left{
	vertical-align:top;
	width:165px;
	height:auto;
	display:table-cell;
	background:url(../images/photogallery_images/senro.png) no-repeat center;
}

.left p{
	margin:0;
}

.right{
	padding-bottom:2%;
	display:table-cell;
}

.right p{
	padding-left:2%;
	margin:0;
	display:inline-block;
}

/*a*/
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#a9d159;
}

a img.linkimg{
	background:none!important;
}
a:hover img.linkimg{
	opacity:0.5;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}