@charset "utf-8";
/* ===================================================================
  common.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
-------------------------------------------------------- */
a,a:visited{ color:#f09;}
a:hover{ color:#8ced07;}
/* --------------------------------------------------------
	body
-------------------------------------------------------- */
body{
	background: url(../images/bg.jpg) repeat-y center top #600;
    font: 14px/140% "‚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;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


/* --------------------------------------------------------*/
h1{
	margin: 0;
	padding: 0;
}

h1 img{
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------
	#box_intro
-------------------------------------------------------- */
#box_intro{
	margin: 10px 0 45px;
	padding: 0;
	text-align: left;
}

#box_intro p{
	margin-left: 15px;
	margin-right: 15px;
	padding: 0 30px;
}

#box_intro p.att1{
	margin: 0 15px 15px;
	padding: 10px 30px;
	background: #ffc;
	font-size: 13px;
}

#box_intro p.att{
	margin: 0 15px;
	padding: 10px 30px;
	background: #eee;
	font-size: 13px;
}

#box_intro img{
	margin: 10px 0;
	padding: 0;
}


/* --------------------------------------------------------*/
h2{
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------
	#box_howto
-------------------------------------------------------- */
#box_howto{
	padding: 0;
	margin: 0 15px 65px;
}

#box_howto h4{
	background: url(../images/bg_title_pink.gif) repeat-x center bottom #333;
	margin: 20px 0 0;
	padding: 15px 25px 13px;
	font-size: 18px;
	font-weight: 600;
	color: #fff; 
}

#box_howto ol{
	list-style-type: decimal;
	margin: 0 2em 0 2.5em;
}

#box_howto ol li{
	padding: 25px 0;
	margin: 0;
	border-top: 1px dotted #600;
}

#box_howto ol li.first{
	border-top: none
}

#box_howto p.quiz{
	margin: 8px -10px 0;
	padding: 5px 10px;
	background: #eee;
}

#box_howto p.att{
	margin: 0;
	padding: 10px 30px;
	background: #eee;
	font-size: 13px;
}


/* --------------------------------------------------------
	#box_form
-------------------------------------------------------- */
#box_form{
	margin: 10px 0 25px;
	padding: 20px 0 25px;
	background: url(../images/bg_form.jpg) no-repeat 0 0 #000;
	text-align: center;
}

#box_form ul{
	list-style: none;
	margin: 0 auto 20px;
	width: 682px;
}

#box_form li{
	margin-top: 10px;
}

#box_form li img{
	margin-right: 6px;
	vertical-align: top;
}

#box_form .form_tb{
	width: 400px;
	vertical-align: top;
}



/* --------------------------------------------------------
	#box_movie
-------------------------------------------------------- */
#box_movie{
	margin: 0 0 65px;
	padding: 35px 0;
	background: #000;
	text-align: center;
}

#box_movie iframe{
	width: 690px;
	margin: 35px 0;
	padding: 0;
}
/* --------------------------------------------------------
	#box_preface
-------------------------------------------------------- */
#box_preface{
	padding: 0;
	margin: 0;
	background: url(../images/bg_preface.jpg) repeat-y 0 0;
}

#box_preface h4{
	margin: 35px 0 0;
	padding: 0;
}

#box_preface h4.first{
	margin: 0;
	padding: 0;
}

#box_preface p{
	padding-right: 45px;
	padding-left: 45px;
	text-indent: 1em;
	line-height: 35px;
}

#box_preface p.last{
	margin-top: 35px;
}
#box_preface img.sig{
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------
	#box_detail
-------------------------------------------------------- */
#box_detail{
	padding: 10px 20px;
	margin: 5px 15px 0;
	border: 1px solid #999;
}

#box_detail h4{
	background: url(../images/bg_title_black.gif) repeat-x center bottom #333;
	margin: 50px 0 18px;
	padding: 15px 10px 13px;
	font-size: 16px;
	font-weight: 600;
	color: #fff; 
}

#box_detail h4.first{
	margin: 5px 0 18px;
}

#box_detail p{
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8;
}

#box_detail blockquote{
	background: #ffc;
	margin: 15px 0;
	padding: 20px 10px 5px;
}

#box_detail blockquote p{
	padding-right: 20px;
	padding-left: 20px;
}

#box_detail cite{
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 13px;
	font-style: oblique;
}


#box_detail h5{
	background: url(../images/bg_title_yellow.gif) repeat-x center bottom #ff0;
	margin: 45px 0 0;
	padding: 10px 10px 8px;
	font-size: 14px;
	font-weight: 600;
	color: #f00; 
}

#box_detail ul#index_book{
	list-style: none;
	margin: 0;
}

#box_detail ul#index_book li{
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eee;
	font-size: 17px;
	font-weight: 600;
}

#box_detail ul#index_book li.first{
	border-top: none;
}


#box_detail ul#index_book li .sub{
	display: block;
	padding-left: 4em;
	font-size: 15px;
	font-weight: 500;
}



#index_intro ul#index_intro_left, #index_intro ul#index_intro_right{
	list-style: none;
}

#index_intro ul#index_intro_left li, #index_intro ul#index_intro_right li{
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url(../images/bg_list.gif) no-repeat 0 12px;
	border-top: 1px dotted #eee;
}

#index_intro ul#index_intro_left li.first, #index_intro ul#index_intro_right li.first{
	border-top: none;
}

#index_intro ul#index_intro_left{
	float: left;
}

#index_intro ul#index_intro_right{
	float: right;
}
/* --------------------------------------------------------
	#box_ps
-------------------------------------------------------- */
#box_ps{
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
}

#box_ps p{
	padding: 0 45px;
}

#box_ps dl{
	margin: 0 15px;
	padding: 0;
}

#box_ps dt{
	margin-top: 20px;
	padding: 8px 30px 6px;
	background: url(../images/bg_title_yellow.gif) repeat-x center bottom #ff0;
	font-size: 15px;
	font-weight: 600;
	color: #f00;
}

#box_ps dd{
	padding: 10px 30px;
}

#box_ps dd strong{
	font-size: 16px;
}
/* --------------------------------------------------------
	#box_profile
-------------------------------------------------------- */
#box_profile{
	padding: 15px 30px 20px;
	margin: 10px 15px;
	border: 1px dotted #333;
	background: #eee;
}

#box_profile p{
	margin-top: 5px;
	font-size: 13px;
}

#box_profile p.name{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}

#box_profile .box_right{
	float: right;
	width: 225px;
	margin-left: 10px;
	padding: 3px;
	background: #fff;
	text-align: center;
}

/* --------------------------------------------------------
	.btn
-------------------------------------------------------- */
.btn a{
	display: block;
	width: 650px;
	height: 80px;
	margin: 35px auto;
	padding: 0;
	background: url(../images/btn.jpg) no-repeat 0 0;
}

.btn a:hover{
	background: url(../images/btn.jpg) no-repeat 0 -80px;
}

.btn a span{
	display: none;
}

.btnImg{
	margin: 35px 0;
	padding: 0;
}
/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0;
	background: url(../images/bg_footer.jpg)  no-repeat 0 0 #000;
	padding: 20px 0 5px;
	text-align: center;
	color: #fff;
}

#footer p#footerT1{
	margin-top: 15px;
	font-size: 13px;
}

#footer p#footerT2{
	margin-top: 18px;
	font-size: 15px;
	font-weight: 600;
}

#footer p#footerT3{
	margin-top: 8px;
	font-size: 12px;
}

#footer p#footerT4{
	margin-top: 20px;
	font-size: 11px;
}

#footer a:link {text-decoration: underline; color: #fff;}
#footer a:visited {text-decoration: underline; color: #fff;}
#footer a:hover {text-decoration: underline; color: #c00;}
#footer a:active {text-decoration: underline; color: #fff;}



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

.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;}

.under{ text-decoration: underline;}
.bold600{ font-weight: 600;}


.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}