@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	color: #1d3994;
	text-decoration: none;
}
a:hover {
	color: #2f50b9;
}
img,iframe,object {
	max-width:100%;
	height:auto;
}

.ie7 img,.ie7 object/ {
	width:100%;
	height:auto;
}

.ie8 img,.ie8 object {
    width:auto\9
}
img {
	border: none;
}

ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}

p {
	padding: 5px;
	margin-bottom: 5px;
}

.topline {
	font-size: 80%;
	color: #ccc;
	background: url( images/bg.jpg ) ;
	background-repeat: repeat;
	text-align: right;
	padding: 5px 3%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border-bottom:1px solid #666;
}

#the_header {
	text-align: left;
	position: relative;
	width: 98%;
	height: 140px;
	padding:0 1%;
	margin-right: auto;
	margin-left: auto;
}

#the_header h1 {
	position: absolute;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	top: 30px;
	left: 10px;
	right: 10px;
	line-height:1.2em;
}

.panlist {
	font-size: 85%;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

#the_side {
	display:none;
}

#the_main {
	width: 98%;
	padding: 0 1%;
	margin-right: auto;
	margin-left: auto;
}

#mainst {
	width: 98%;
	padding: 0 1%;
	margin-bottom: 0px;
	line-height:1.5em;
}
#mainst img {
	max-width: 50%;
}
#mainst h2 {
	clear: both;
	background: #eee ;
	margin: 0px;
	font-weight:bold;
	color: #333;
	font-size: 110%;
	line-height: 1.2em;
	padding: 10px ;
	text-align: center;
	border-bottom: 1px double #ccc;
	border-right: 1px double #ccc;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.geens_main {
	color: #333;
	font-size: 100%;
	padding: 10px 10px 50px;
}

.geens_main li a{
	color: #333;
	padding: 7px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	background: #ddd;
	box-shadow: 2px 2px 3px #666; 
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.geens_main li a:hover{
}

#the_footer {
	background: url( images/bg.jpg ) ;
	background-repeat: repeat;
	width: 100%;
	border-top:1px solid #666;
	color: #ccc;
	text-align: left;
	clear: both;
	margin: 50px 0 0px ;
}
#the_footers {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding: 10px 2% 20px;
}
.the_footer_menu {
	margin: 5px 2px 5px;
	text-align: left;
}

.the_footer_menu h3 {
	clear: both;
	font-size: 100%;
	line-height: 1.2em;
	margin: 30px 0 10px;
	padding: 10px 30px;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background: #444 ;
	color: #fff;
	border-bottom: 1px double #000;
}

.the_footer_menu h3 span {

}

.the_footer_menu a {
	color: #ccc;
	padding: 7px;
	margin: 5px;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #474747;
background: -moz-linear-gradient(top,  #474747 1%, #3a3a3a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#474747), color-stop(100%,#3a3a3a));
background: -webkit-linear-gradient(top,  #474747 1%,#3a3a3a 100%);
background: -o-linear-gradient(top,  #474747 1%,#3a3a3a 100%);
background: -ms-linear-gradient(top,  #474747 1%,#3a3a3a 100%);
background: linear-gradient(to bottom,  #474747 1%,#3a3a3a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#3a3a3a',GradientType=0 );
	box-shadow: 2px 2px 3px #000; 
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.the_footer_menu a:hover {
	color: #fff;
}

.crth {
	clear: both;
}

.re_top {
	z-index:1;
	position: fixed;
	right:0px;
	bottom:0px;
	text-align: right;
}

.gons {
	margin: 50px 0 5px;
	text-align: center;
	font-size: 80%;
}

.re_top a img {
filter: Alpha(opacity=30);
opacity: 0.3; /*firefox safari*/
}

.re_top a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}
