@charset "shift_jis";




body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image : url(images/bg.jpg) ;
	background-repeat: repeat-y;
	background-position: center top;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,hr{
	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;
}
img {
	border: none;
}

ul {
	list-style-type:none;
} 
hr.hrs {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
}
hr.hr1 {
	border: 1;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	margin: 10px 0;
}
hr.hr3 {
	margin-bottom: 15px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
} 
hr.hr4 {
	margin-top: 15px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
}
hr.hr5 {
	margin: 15px 0 0;
}
hr.hr6 {
	margin: 0 0 15px;
}
input,textarea,select {
	font-size: 1em;
}

p {
	padding: 5px;
	margin-bottom: 5px;
}

#headclass {
	text-align: left;
	width: 100%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;
}

#headclass h1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 15px;
	line-height:1.2em;
}

.headclass1 {
	background: #eee;
}

.headclass3,.headclass4 {
	margin: 5px 20px;
}

#siedclass {
	display:none;
}

#mainclass {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#mainclass1 {
	width: 96%;
	padding: 0 2%;
	line-height:1.5em;
}
#mainclass img {
	max-width: 50%;
}
#mainclass h2 {
	clear: both;
	line-height: 1.2em;
	padding: 6px ;
	text-align: center;
}

.mainclass2 {
	color: #333;
	font-size: 100%;
	padding: 5px 5px 15px;
}

.mainclass2 li a{
	color: #333;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #e0e0e0;
background: -moz-linear-gradient(top,  #e0e0e0 1%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #e0e0e0 1%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f2f2f2',GradientType=0 );
	box-shadow: 2px 2px 3px #666; 
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.mainclass2 li a:hover{
}

#footclass {
	clear: both;
	margin: 60px 0 0px ;
}
#footclass1 {
	background-image : url(images/bg.jpg) ;
	background-repeat: repeat-y;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding: 15px 3% 15px;
}

.footclass2 a {
	color: #333;
	padding: 10px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #e0e0e0;
background: -moz-linear-gradient(top,  #e0e0e0 1%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e0e0e0), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: -o-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: -ms-linear-gradient(top,  #e0e0e0 1%,#f2f2f2 100%);
background: linear-gradient(to bottom,  #e0e0e0 1%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f2f2f2',GradientType=0 );
	box-shadow: 2px 2px 3px #333; 
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
}

.bottomlist a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

.clearfloat {
	clear: both;
}

.tophe {
	z-index:1;
	position: fixed;
	right:0px;
	bottom:0px;
	text-align: right;
}

.gfootclass3 {
	margin: 50px 0 5px;
	text-align: center;
	font-size: 80%;
}

.tophe a img {
filter: Alpha(opacity=30);
opacity: 0.3; /*firefox safari*/
}

.tophe a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}
