@charset "utf-8";


body {
	background:url(../img/background.jpg?8);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFE1E1;
 	margin: 0 auto;
 	text-align: center;
	line-break: strict;  /*�֑�����*/
}
html {
	overflow-y:scroll;
}

img {
	border: 0;
}
a {
	outline: 0;
}
.clearboth {
	clear:both;
	line-height: 0;
}
.clear{
	clear:both;
}
.clearleft {
	clear:left;
	line-height: 0;
}
.clearright {
	clear:right;
	line-height: 0;
}
a {
	transition: all 0.15s ease-in-out;
}
a img.buttonhover09, form input.buttonhover09
,a img.buttonhover08, form input.buttonhover08
,a img.buttonhover07, form input.buttonhover07
,a img.buttonhover06, form input.buttonhover06
,a img.buttonhover05, form input.buttonhover05 {
	transition: all 0.15s ease-in-out;
}
a:hover img.buttonhover09, form input.buttonhover09 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
a:hover img.buttonhover08, form input.buttonhover08 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:hover img.buttonhover07, form input.buttonhover07 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.buttonhover06, form input.buttonhover06 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:hover img.buttonhover05, form input.buttonhover05 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.preload {
	display: none;
}
.kintou {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.ideograph {
	text-align: justify;
	text-justify: inter-ideograph;
}



/*---------- pagetop ------------*/
html>body #movepagetop {
	position: fixed;
	bottom: 150px;
	right: 0;
	z-index: 500;
}
#movepagetop {
	_position: absolute;
	_right: 0;
	_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) - 0
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight) - 0);
	_z-index: 500;
}


/*--------------------------*/
#iecaution {
	position: absolute;
	text-align: center;
	font-size: 12px;
	background-color: red;
	color: white;
	width: 100%;
}


/*--------------------------*/
#headwrap{
	height: 131px;
}
#headwrap #header{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color: #fbf8f8;
}
#headwrap #header #head_logo img {
	float: left;
	margin: 30px 0 0 15px;
}
#headwrap #header h1 {
	float: left;
	color: #555;
	font-size: 10px;
	line-height: 1.1em;
	padding: 48px 0 0 10px;
}
#headwrap #header #hnavi1{
  float:right;
  margin: 43px 8px 0 0;
}
#headwrap #header #hnavi2{
  float:right;
  margin: 43px 4px 0 0;
}
#headwrap #header ul{
	clear: both;
	padding-top: 6px;
}
#headwrap #header li{
	float:left;
}



/*----------------------------------------*/
#contents #footer{
	clear: both;
	border-style: solid none;
	border-width: 1px 0 3px 0;
	border-color: #a4a4a4;
	height: 45px;
}
#contents #footer #footer01 {
	float: left;
	margin: 15px 0 0 25px;
}
#contents #footer #footer02 {
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	color: #df618e;
	margin: 13px 9px 0 0;
}


/*-----------------------------------------------------*/
#contents {
	width:760px;
	margin:0px auto 0 auto;
	text-align:left;
	background-color: white;
}


/*-----------------------------------------------------*/
#contents #local{
	width:180px;
	float:left;
	text-align:right;
	margin-top: 13px;
	padding-left: 12px;
	margin-bottom: 15px;
}
#contents #local .subject1 {
	text-align: left;
	font-size: 14px;
	line-height: 1.1em;
	color: #df618e;
	border-style: none none none solid;
	border-width: 5px;
	border-color: #df618e;
	padding: 0 0 0 5px;
}
#contents #local .button1 {
	margin: 15px 0 0 0;
}
#contents #local .button2 {
	margin: 8px 0 0 0;
}
#contents #local .button3 {
	margin: 18px 0 0 0;
}
#contents #local ul {
	margin-bottom: 12px;
}




/*-----------------------------------------------------*/

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}

.pink{
	color: #CC66CC;
}

.v_top{
	vertical-align:top;
	}
	
.v_bottom{
	vertical-align:bottom;
}



/*---------- メンテナンス ------------*/
p { margin-top: 50px; text-align: center; line-height: 200%;}
