@charset "utf-8";
/* ===================================================================
  style.css
=================================================================== */
/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img{ border: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------
	.clearfix
-------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
   height: 1px;
   /*\*//*/
   height: auto;
   overflow: hidden;
   /**/
}

a{color:#416791;}
a:link,a:visited,a:active{text-decoration:none;}
a:hover{color:#ff64ca;}

body{
	background: url(../image/bg.gif) repeat center top #ccc;
	font: 14px "‚l‚r ‚oƒSƒVƒbƒN",Osaka,"ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333;
	text-align: center;
	line-height: 1.7;
}



/* --------------------------------------------------------
	#container
-------------------------------------------------------- */
#container{
	width: 800px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* --------------------------------------------------------
   header
-------------------------------------------------------- */
#header {
	width: 800px;
	margin: 0;
	overflow: hidden;
	_zoom: 1;
}

#header h1{
	margin: 0;
	padding: 0;
}



/* --------------------------------------------------------
	#contents
-------------------------------------------------------- */
#contents {
	width: 760px;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 10px 20px 30px;
}

#contents p {
	margin: 0 25px 10px;
}

h2 {
	margin: 0 0 12px;
	padding: 0;	
}

h3 {
	clear: both;
	margin: 0 25px 10px;
	padding-bottom: 0;
	font-size: 130%;
	font-weight: bold;
	border-bottom: solid 4px #fc1f8c;
}

h4 {
	clear: both;
	margin: 25px 25px 5px;
	font-weight: bold;
	border-bottom: dotted 1px #999;
}

.box_text {
	margin-bottom: 35px;
}

.box_text p {
	margin-bottom: 20px !important;
}

table {
	width: 710px;
	margin: 15px 25px 40px;
	font-size: 90%;
}

table th,
table td {
	padding: 5px;
	vertical-align: top;
	border: #ccc solid 1px;
}

table th {
	width: 120px;
	background: #d9e6e6;
	text-align: center;
}

table td {
	text-align: left;
	padding-left: 10px;
}

table .ob {
	margin: 0 0 5px;
}

table .add {
	margin: 5px 0 0;
}

ul {
	margin: 0 0 20px 43px;
}

ul li {
	list-style: disc;
}

ul li div {
	margin-left: 1em;
	text-indent: -1em;
}



/* --------------------------------------------------------
   footer
-------------------------------------------------------- */
#footer {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	clear: both;
	background: url(../image/footer_bg.gif) center top #fff;
	padding: 20px 0 8px 0;
	font-size: 12px;
	text-align: center;
}

#footerlink {
	margin-bottom: 50px;
}

#copyright {
	color: #fff;
	padding: 0 0 0 20px;
}

#copyright p{
	margin-bottom: 10px;
}

#copyright p.copy{
	color: #f6c;
}



/*-------------------------------------------------------------
	font
-------------------------------------------------------------*/
strong{ font-weight: 700;}
em{ font-weight: 600; font-style: normal;}

.fs9{ font-size: 9px;}
.fs10{ font-size: 10px;}
.fs11{ font-size: 11px;}
.fs12{ font-size: 12px;}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs15{ font-size: 15px;}
.fs16{ font-size: 16px;}
.fs17{ font-size: 17px;}
.fs18{ font-size: 18px;}
.fs19{ font-size: 19px;}
.fs20{ font-size: 20px;}

.c_red{ color: #f00;}
.c_pink{ color: #f09;}

.td_under{ text-decoration: underline;}
.fw600{ font-weight: 600;}