@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 { color: #00F;
		text-decoration: underline;
}

a:visited { color: #00F;}
a:hover { color: #f09;}


/* --------------------------------------------------------
	body
-------------------------------------------------------- */
body{
	background: url(../images/bg.gif) repeat-y center top #def;
    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: 900px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

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

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

/* --------------------------------------------------------
	.box_text
-------------------------------------------------------- */
.box_text{
	margin: 0 0 50px;
	padding: 0;
	text-align: left;
}

.box_text.bg1 {
	background: url(../images/bg_01.jpg) no-repeat right 0;
}

.box_text.bg2 {
	background: url(../images/bg_02.jpg) no-repeat right 200px;
}

.box_text.bg3 {
	background: url(../images/bg_03.jpg) no-repeat right 10px;
}

.box_text.bg4 {
	background: url(../images/bg_04.jpg) no-repeat right 60px;
}

.box_text.bg5 {
	background: url(../images/bg_05.jpg) no-repeat right 80px;
}

.box_text.bg6 {
	background: url(../images/bg_06.jpg) no-repeat right top;
}

.box_text p{
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 40px;
}

.box_text ul.ul1{
	list-style: outside disc;
	margin: 20px 50px;
	font-size: 22px;
	font-weight: 600;
}

img.img_right{
	float: right;
	margin: 0 50px;
}

img.photo_prof{
	clear: both;
	float: right;
	margin: 0 10px 
}

#img_list{
	width: 900px;
	height: 209px;
	margin: 0;
	padding: 0;
	background: url(../images/img_list.jpg) no-repeat 0 0;
}

#img_list ul{
	display: none;
}

.box_bg {
	width: 480px;
	background: url(../images/bg_stripe.gif) repeat;
	padding: 10px;
	margin-left: 40px;
	border: solid 1px #F00;
}



/* --------------------------------------------------------
	#movie
-------------------------------------------------------- */
#movie{
	width: 800px;
	margin: 15px auto 30px;
	padding: 15px 0;
	background: #000;
	text-align: center;
}

#box_contents p{
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 40px;
}

/* --------------------------------------------------------
	#box_contents
-------------------------------------------------------- */
#box_contents{
	margin: 0 0 50px;
	padding: 0;
	text-align: left;
}

#box_contents p{
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 40px;
}

#box_contents ul{
	list-style: outside disc;
	margin: 10px 50px;
	font-size: 18px;
	font-weight: 600;
}
/* --------------------------------------------------------
	.buy
-------------------------------------------------------- */
.buy{
	margin-left: 0;
	margin-right: 0;
	padding: 25px 0;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	background: #fffff0;
	text-align: center;
}

.buy ul#pay{
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}

.buy ul#pay li{
	margin-bottom: 10px;
	font-size: 14px;
	color: #006;
}

.buy h4{
	width: 700px;
	margin: 10px auto 0;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.buy #att_frame{
	width: 700px;
	height: 200px;
	margin: 0 auto 40px;
	padding: 10px;
	font-size: 12px;
	border: #333 1px solid;
	background: #fff;
	overflow: scroll;
	text-align: left;
}

.buy #att_frame p.tit{
	font-weight: 600;
	margin-bottom: 7px;
}

.buy #att_frame p.date{
	margin-bottom: 7px;
	text-align: right;
}

.buy #att_frame ul{
	list-style: inside;
	margin-bottom: 40px;
}


.buy p.att1{
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #c00;
	margin: 30px auto 0;
}

.buy p.att2{
	font-size: 13px;
	text-align: center;
}


/* --------------------------------------------------------
	.btn
-------------------------------------------------------- */
.btn{
	width: 758px;
	height: 130px;
	margin: 15px auto;
	padding: 0;
}

.btn a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/* --------------------------------------------------------
	#profile
-------------------------------------------------------- */
#profile{
	padding: 15px 40px 20px;
	margin: 40px 10px 10px;
	background: url(../images/bg_profile.gif) repeat 0 0 #eee;
}

#profile h3{
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 600;
	color: #006;
}

#profile table{
	margin-top: 5px;
	font-size: 13px;
	border-collapse: collapse;
}

#profile td{
	padding: 8px 0;
	border-bottom: 1px dotted #333;
}

#profile td.first{
	border-top: 1px dotted #333;
}

#profile td.year{
	width: 200px;
	font-weight: 600;
}

#profile td.text_p{
	width: 600px;
}


#profile td.text_p img.photo_proftable{
	float: right;
	margin: 10px 
}


/* --------------------------------------------------------
	.point
-------------------------------------------------------- */
.point{
	margin: 10px 60px 50px;
	padding: 15px 40px;
	background: #eee;
}

.point h3{
	margin: 0 0 5px;
	border-bottom: 1px dotted #006;
	font-size: 14px;
	font-weight: 600;
	color: #006;
}

.point ul{
	list-style: outside disc;
}

.point li{
	margin-top: 8px;
	font-size: 13px;
}


/* --------------------------------------------------------
	#box_form
-------------------------------------------------------- */
#box_form{
	width: 790px;
	height: 295px;
	margin: 0 auto 30px;
	padding: 0;
	background: url(../images/bg_form.jpg) no-repeat 0 0 #fff;
}

#box_form p{
	margin: 0;
	padding: 90px 0 5px 50px;
	text-align: left;
	font-size: 12px;
}

#box_form ul{
	list-style: none;
	margin: 0 0 10px;
	padding-left: 50px;
}

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

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

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

#box_form .form_btn{
	padding-left: 50px;
}


/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/
#footer{
	width: 900px;
	margin: 0;
	background: #006;
	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;}


.sns_menu {
	clear: both;
	width: 820px;
	margin: 5px 52px 0;
}

.sns_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.sns_menu li.fb { width: 115px;}
.sns_menu li.tw { width: 100px;}
.sns_menu li.gp { width: 100px;}




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

.fs9{ font-size: 9px !important;}
.fs10{ font-size: 10px !important;}
.fs11{ font-size: 11px !important;}
.fs12{ font-size: 12px !important;}
.fs13{ font-size: 13px !important;}
.fs14{ font-size: 14px !important;}
.fs15{ font-size: 15px !important;}
.fs16{ font-size: 16px !important;}
.fs17{ font-size: 17px !important;}
.fs18{ font-size: 18px !important;}
.fs19{ font-size: 19px !important;}
.fs20{ font-size: 20px !important;}
.fs21{ font-size: 21px !important;}
.fs22{ font-size: 22px !important;}
.fs23{ font-size: 23px !important;}
.fs24{ font-size: 24px !important;}
.fs25{ font-size: 25px !important;}
.fs26{ font-size: 26px !important;}
.fs27{ font-size: 27px !important;}
.fs28{ font-size: 28px !important;}
.fs29{ font-size: 29px !important;}
.fs30{ font-size: 30px !important;}

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

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



/*---------------------- 
 .margin
-----------------------------------------------------------------------------------------------------------*/
.mt0 {	margin-top: 0 !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 10px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}

.ta_center { text-align: center !important;}

