@charset "Shift_JIS";

/* reset------------------------- */
* {
	}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,div,iframe,caption,hr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,caption,address,th,td,b,small {
	word-break:break-all;
	word-wrap:break-word;
}
ul li,ol li{
	list-style: none;
}
img { 
	border:0;
	vertical-align:bottom;
}
/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0; 
	font-size:0;
	visibility: hidden;
}
.clearfix { 
	display:inline-block;
}

/*\*/
* html .clearfix{
	height:1%;
}
* htm .clearfix{
	display:block;
}
/**/

/* ページ全体の設定*/
body {
	text-align:center;
	background:url(images/bg.gif) left top;
	}
#page {
	width:780px;
	background:#FFF;
	margin:0 auto;
	border-left:1px solid #F96;
	border-right:1px solid #F96;
	}
#header {
	margin:0 auto;
	}
#main {
	width:760px;
	margin:20px auto;
	}
h1 {
	color:#FFF;
	background:#600;
	text-align:left;
	text-indent:1.5em;
	line-height:1.6;
	font-size:200%;
	font-weight:700;
	}
h2 {
	color:#F00;
	border-bottom:2px solid #F00;
	margin:10px 0;
	text-align:left;
	font-size:140%;
	font-weight:700;
	line-height:1.45;
	}
h2 strong {
	font-size:120%;
	}
.box {
	width:670px;
	margin: 0 auto;
	}
.box p {
	line-height:1.8;
	text-align:left;
	}
.box p.center {
	text-align:center;
	}
.box img {
	margin:5px 0 15px 0 ;
	}



p.pagetop {
	text-align:right;
	font-size:80%;
	margin:20px 30px 20px 0; 
	}
p.pagetop a:link ,
p.pagetop a:visited {
	color:#090;
	}
p.pagetop a:hover ,
p.pagetop a:active {
	color:#C30;
	}
	
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}

/*全ページ共通*/
.font_r {
	color:#F00;
	}

a:hover img{
	opacity:0.80;
	filter:alpha(opacity=80);
	}
.back {
	font-size:80%;
	padding:3px 10px;
	text-align:center;
	margin:30px 0 10px 0;
	}
.back a {
	color:#630;
	border:1px solid #630;
	padding:3px 10px;
	}
.back a:link ,
.back a:visited {
	text-decoration:none;
	color:#630;
	}
.back a:hover {
	color:#FFF;
	background:#630;
	border:1px solid #630;
	}

/*フッター*/
div#footer {
	color:#999;
	text-align:center;
	font-size:75%;
	padding:10px 0 10px 0;
	border-top:3px double #999;
	}
div#footer p {
	text-align:center;
	}