@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.gif) repeat-y center top #c0ecff;
    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.6;
}
/* --------------------------------------------------------
	#container
-------------------------------------------------------- */
#container{
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


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

/* --------------------------------------------------------
	#box_intro
-------------------------------------------------------- */
#box_intro{
	margin: 15px 0 30px;
	padding: 5px 50px;
}

#box_intro p{
	text-align: left;
}


#box_intro p.att{
	margin: 20px 0 0;
	text-align: right;
}


/* --------------------------------------------------------*/
h2{
	margin: 0 25px 5px;
	padding: 5px 25px 3px;
	background: #f39;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

/* --------------------------------------------------------*/
h3{
	margin: 0 25px 5px;
	padding: 5px 25px 3px;
	background: #ff0;
	font-size: 18px;
	font-weight: 600;
	color: #f39;
}

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

#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 ol li img{
	float: right;
}

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

/* --------------------------------------------------------
	#box_book
-------------------------------------------------------- */
#box_book{
	margin: 0 25px 50px;
	padding: 5px;
	border: 2px solid #f39;
}

#box_book h4{
	clear: both;
	margin: 35px 0 10px;
	background: url(../images/bg_title_pink.gif) repeat-x center bottom #f39;
	padding: 8px 20px 6px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

#box_book h4.first{
	margin: 0 0 10px;
}

#box_book img{
	float: right;
	margin: 25px;
}

#box_book p{
	margin-left: 20px;
	margin-right: 20px;
}

#box_book ul#cdr, #box_book ul#authors{
	list-style: none;
	margin: 0 20px;
}

#box_book #cdr li{
	margin: 0 0 15px;
	font-size: 16px;
}

#box_book #cdr li strong{
	font-size: 17px;
	color: #f00;
}

#box_book #authors li{
	border-top: 1px dotted #ddd;
	padding: 18px 0 15px;
	margin: 0;
}
#box_book #authors li.first{
	border-top: none;
}

#box_book #authors .name_book{
	margin: 0 0 5px;
	font-size: 15px;
	background: #ff0;
}

#box_book #authors .name_author{
	font-size: 20px;
	font-weight: 600;
}
/* --------------------------------------------------------
	#box_present
-------------------------------------------------------- */
#box_present{
	margin: 0 25px 30px;
	padding: 5px;
	border: 1px dotted #f39;
}

#box_present dl{
	list-style: none;
	margin: 0;
}

#box_present dt{
	margin: 0 0 15px;
	background: url(../images/bg_title_pink.gif) repeat-x center bottom #f39;
	padding: 8px 20px 6px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

#box_present dt .offer_num{
	display: inline-block;
	margin: 0 0 5px 35px;
	padding: 0;
	font-weight: 500;
	color: #ff0;
	font-size: 14px;
}

#box_present dd{
	margin: 0 0 35px;
	padding: 0 20px;
}

#box_present dd img{
	float: right;
	margin-left: 30px;
}

#box_present ul{
	list-style: disc outside;
	margin: 5px 0 5px 1em;
}

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

#box_present ul#offer_book{
	list-style: none;
	margin: 0 0 0 10px;
}

#box_present ul#offer_book li{
	margin: 0 20px 5px 0;
	font-size: 15px;
	font-weight: 500;
}
/* --------------------------------------------------------
	.box_link
-------------------------------------------------------- */
.box_link{
	margin: 0 0 50px 50px;
	padding: 0;
}

.box_link a img{
	float: left;
	margin-right: 36px;
	margin-top: 10px;
}

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0;
	background: #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: #f39;}
#footer a:active {text-decoration: underline; color: #fff;}


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

.fw500{ font-weight: 500;}

.td_under{ text-decoration: underline;}

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


.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}