@charset "UTF-8";

/* -----------------------------------------------
                      base styles
   ----------------------------------------------- */
/* =========== block level elements =========== */
/* ----- collective ----- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset{
	display: block;
	text-align: inherit;
	line-height: inherit;
	text-indent: 0;
}
/* ----- top level ----- */
html{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	*background-image: none;    /* ~WinIE7, prepare to IE7's zoom bug */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
/* ----- heading ----- */
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: bold;
	margin: 0;
}
/* ----- normal block ----- */
hr{
}
div{
}
p{
padding: 0px;
margin: 0px;
}
pre{
	font-family: "Osaka", monospace;
}
address{
	font-style: normal;
}
blockquote{
}
em{
	font-weight: bold;
	font-style: normal;
}
strong{
	font-weight: bold;
	font-style: normal;
}
/* ----- list ----- */
ul{
}
ol{
}
li{
	display: list-item;
}
dl{
}
dt{
}
dd{
}
/* ----- form ----- */
form{
}
fieldset{
}
/* =========== inline level elements =========== */
/* ----- collective ----- */
a,
abbr,
acronym,
b,
bdo,
big,
button,
cite,
code,
dfn,
em,
i,
img,
input,
kbd,
label,
map,
object,
q,
ruby,
samp,
select,
small,
span,
strong,
sub,
sup,
textarea,
tt,
var{
	display: inline;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
/* ----- anchor ----- */
a{
}
a:link{
}
a:visited{
}
a:focus,
a:hover,
a:active{
}
/* ----- img ----- */
img{
	border: none;
}
/* ----- form ----- */
legend{
}
input,
select,
textarea,
button{
	font-size: inherit;
	line-height: normal;
	/*
	font-family: "MS UI Gothic", "Lucida Grande",
	             "Osaka", sans-serif;
	*/
	/* MacIE only \*//*/
	font-family: Osaka", sans-serif;
	/* end */
}
input.text,
input.password,
textarea,
select{
	color: black;
	background-color: white;
}
input.password{
	font-family: Arial, sans-serif;
}
input.checkbox{
	vertical-align: middle;
}
input.submit,
input.reset,
input.button{
}
select{
	height: 22px; /* for Gecko */
}
optgroup{
	font-style: normal;
	font-weight: bold;
}
button{
	cursor: pointer;
}
/* =========== table-related elements =========== */
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup{
	text-align: inherit;
	line-height: inherit;
	text-indent: 0;
	font-size: 100%;
}
table{
	display: table;
}
thead{
	display: table-header-group;
}
tbody{
	display: table-row-group;
}
tfoot{
	display: table-footer-group;
}
tr{
	display: table-row;
}
th,
td{
	display: table-cell;
}
caption{
	display: table-caption;
}
col{
	display: table-column;
}
colgroup{
	display: table-column-group;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
	}
/* Hides from IE-mac ¥*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */
html,body{
	height:100%;
}
body{
	color: #000;
	background-attachment: fixed;
	font-size: 14px;
}
*html body{
	background-attachment:scroll;
}
a:link{
	color: #e7cdf4;
	text-decoration: none;
}
a:visited{
	color: #e7cdf4;
	text-decoration: none;
}
a:hover{
	color: #d3ace6;
	text-decoration: underline;
}
a:active{
	color: #d3ace6;
	text-decoration: underline;
}
h1{
}
body:first-of-type h1{	
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
/* form */
form{
	margin: 0;
}
input{
	vertical-align:top;
	margin:0;
}
*+html select{
	vertical-align:middle;
	margin:0;
}
*html select{
	vertical-align:middle;
	margin:0;
}
label{
}
label:hover{
}
/* layout */
body{
	background: url(../img/h_bg.gif);	
}
.body{
	margin: 0px auto;
	width:899px;
	background: url(../img/p_bg02.png) repeat-y;	
	min-height: 2650px;
	position: relative;
	font-size: 12px;
}

*html .body{
	background: none;
	background: url(../img/p_bg02.gif) repeat-y;	
}

/* header */
.body .logo{
	float: left;
	margin: 15px 0 0 47px;
}
*html .body .logo{
	margin: 15px 0 0 25px;
}
.base{
position:fixed !important;
top:0;
}
.base_b{
position:fixed !important;
bottom:0;
}
/* /header */

.contents{
	margin: 15px 0 30px 39px;	
}
.contents .h1{
	margin: 10px 0 15px 5px;		
}
.box{
	width:822px;
	position: relative;
	margin-bottom: 30px;
}
.contents .pagelink{
	margin: 0 0 30px 5px;
	line-height: 1.8em;
}
.contents .pagelink a{
	font-weight: bold;
	display:inline-block;
	margin-right: 25px;
	font-size: 14px;
	background:0 4px url(../img/b_tri.gif) no-repeat;
	padding-left: 12px;
}
.contents .pagelink a:link{
	color: #570b7e;
}
.contents .pagelink a:visited{
	color: #570b7e;
}
.contents .pagelink a:hover{
	color: #9e49c8;
}
.contents .pagelink a:active{
	color: #9e49c8;
}
.box .h3{
	background: 0 0 url(../img/wmaru.gif) no-repeat;
	background-color: #fff;	
	padding: 10px 0 10px 10px;
}
.box #flash{
 border: 1px solid #000;	
}
.box .minhe{
	min-height: 160px;
}
*html .box .minhe{
	height: 140px;
}
.box .txt{
	background: 0 bottom url(../img/rmaru.gif) no-repeat;
	background-color: #ff4646;	
	padding: 10px 0 20px 10px;
	color: #fff;
	line-height: 1.6em;
}
*html .box .txt{
	padding-top: 10px;
}
.box .juliet{
  position: absolute;
  z-index: 2; 
  top:15px;
  right:11px;
}
.box .juliet2{
  position: absolute;
  z-index: 2; 
  top:7px;
  right:11px;
}
.box .juliet3{
  position: absolute;
  z-index: 2; 
  top:101px;
  right:11px;
}
.box .juliet4{
  position: absolute;
  z-index: 2; 
  top:80px;
  right:11px;
}
.box .btn01{
  position: absolute;
  z-index: 2; 
  top:160px;
  left:100px;
}
.box .list{
	margin:10px 0 0 0;	
}
.box .list p{
  float:left;
}
.box .set{
	width: 100%;	
}
.box .pic{
	width: 230px;	
	float: left;
	margin-bottom: 10px;
}
*html .box .pic{
	width: 220px;	
}
.box .pic img{
	display: block;
	margin: 0 auto;	
}
.box .flash{
 float: right;
 margin-right: 10px;
}
.footer{
	margin: 30px 0 0 0 ;
	width: 100%;
	text-align: center;
	bottom: 10px;
	position: absolute;
}
*html .footer{
	margin: 50px 0 0 0 ;
}
.footer .home{
	margin: 0 0 10px  0;
	}
.b_tri{
	display: block;
	padding: 0 0 0 10px;
	background: url(../img/b_tri.gif) no-repeat 0 3px;
}
.totop .wid100{
	display: block;
	margin-left: 24px;
	width: 836px;
	text-align: right;
	padding: 8px 10px 7px 5px;
}
.totop a:link{
	background: none;
}
.totop a:visited{
	background: none;
}
.totop a:hover{
	background: #fadbe1;
	
}
.totop a:active{
	background: #fadbe1;
}
.yellow{
	color: #daed3c;
}
/* /layout */
.dis_b{
	display:block;
}
.dis_ib{
	display:inline-block;
}
.dis_i{
	display:inline;
}
.dis_t{
	display:table-cell;
}
.dis_n{
	display:none;
}
.pos_a{
	position:absolute;
}
.hpos_a{
	position:absolute;
}
*html .hpos_a{
	position:static;
}
.pos_f{
	position:fix;
}
.pos_r{
	position:relative;
}
.pos_s{
	position:static;
}
.float_l{
	float:left;
}
.float_r{
	float:right
}
.float_lli li{
	float:left;
}
.float_rli li{
	float:left;
}
.l{
	font-size:large;
}
.m{
	font-size:medium;
}
.s{
	font-size:small;
}
.bbig{
	font-size: 110%;
}
.big{
	font-size: 105%;
}
.small{
	font-size: 95%;
}
.ssmall{
	font-size: 90%;
}
.sssmall{
	font-size: 80%;
}
.ssssmall{
	font-size: 70%;
}
.fsize20{
	font-size:20px;
}
.fsize19{
	font-size:19px;
}
.fsize18{
	font-size:18px;
}
.fsize17{
	font-size:17px;
}
.fsize16{
	font-size:16px;
}
.fsize15{
	font-size:15px;
}
.fsize14{
	font-size:14px;
}
.fsize13{
	font-size:13px;
}
.fsize12{
	font-size:12px;
}
.fsize11{
	font-size:11px;
}
.fsize10{
	font-size:10px;
}
.bold{
	font-weight:bold;
}
.nbold{
	font-weight:normal;
}
.lh18{
	line-height:1.8em;
}
.lh17{
	line-height:1.7em;
}
.lh16{
	line-height:1.6em;
}
.lh15{
	line-height:1.5em;
}
.lh14{
	line-height:1.4em;
}
.lh13{
	line-height:1.3em;
}
.lh12{
	line-height:1.2em;
}
.lh1{
	line-height:1em;
}
.align_r{
	text-align: right;
}
.align_l{
	text-align: left;
}
.align_c{
	text-align: center;
}
.valign_base{
	vertical-align:baseline;
}
.valign_t{
	vertical-align:top;
}
.valign_m{
	vertical-align:middle;
}
.valign_b{
	vertical-align:bottom;
}
.valign_s{
	vertical-align:sub;
}
.br{
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
.np{
	white-space:nowrap;
}
.of{
	overflow:scroll;
}
.m40{
	margin: 40px;
}
.m35{
	margin: 35px;
}
.m30{
	margin: 30px;
}
.m25{
	margin: 25px;
}
.m20{
	margin: 20px;
}
.m15{
	margin: 15px;
}
.m10{
	margin: 10px;
}
.m5{
	margin: 5px;
}
.m0{
	margin:0;
}
.m0auto{
	margin:0 auto;
}
.m15auto{
	margin: 15px auto 15px;
}
.mt10auto{
	margin: 10px auto 0;
}
.mtm60{
	margin-top:-60px;
}
.mtm20{
	margin-top:-20px;
}
.mtm10{
	margin-top:-10px;
}
.mt180{
	margin-top:180px;
}
.mt170{
	margin-top:170px;
}
.mt165{
	margin-top:165px;
}
.mt150{
	margin-top:150px;
}
.mt135{
	margin-top:135px;
}
.mt130{
	margin-top:130px;
}
.mt125{
	margin-top:125px;
}
.mt100{
	margin-top:100px;
}
.mt90{
	margin-top:90px;
}
.mt75{
	margin-top:75px;
}
.mt65{
	margin-top:65px;
}
.mt60{
	margin-top:60px;
}
.mt40{
	margin-top:40px;
}
.mt35{
	margin-top:35px;
}
.mt30{
	margin-top:30px;
}
.mt25{
	margin-top:25px;
}
.mt20{
	margin-top:20px;
}
.mt18{
	margin-top:18px;
}
.mt15{
	margin-top:15px;
}
.mt10{
	margin-top:10px;
}
.mt8{
	margin-top:8px;
}
.mt5{
	margin-top:5px;
}
.mt3{
	margin-top:3px;
}
.mt1{
	margin-top:1px;
}
.mt0{
	margin-top:0;
}
.hmt0{
}
*+html .hmt0{
	margin-top:0;
}
.hmt5{
}
*+html .hmt5{
	margin-top:5px;
}
.mbm15{
	margin-bottom:-15px;
}
.mbm10{
	margin-bottom:-10px;
}
.mbm5{
	margin-bottom:-5px;
}
.mb90{
	margin-bottom:90px;
}
.mb80{
	margin-bottom:80px;
}
.mb70{
	margin-bottom:70px;
}
.mb60{
	margin-bottom:60px;
}
.mb50{
	margin-bottom:50px;
}
.mb40{
	margin-bottom:40px;
}
.mb35{
	margin-bottom:35px;
}
.mb30{
	margin-bottom:30px;
}
.mb25{
	margin-bottom:25px;
}
.mb20{
	margin-bottom:20px;
}
.mb17{
	margin-bottom:17px;
}
.mb15{
	margin-bottom:15px;
}
.mb10{
	margin-bottom:10px;
}
.mb5{
	margin-bottom:5px;
}
.mb0{
	margin-bottom:0;
}
.ml90{
	margin-left:90px;
}
*html .list .ml90{
	margin-left:60px;
}
.ml85{
	margin-left:85px;
}
.ml80{
	margin-left:80px;
}
.ml70{
	margin-left:70px;
}
.ml60{
	margin-left:60px;
}
*html .ml60{
	margin-left:30px;	
}
.ml50{
	margin-left:50px;
}
.ml40{
	margin-left:40px;
}
.ml35{
	margin-left:35px;
}
.ml30{
	margin-left:30px;
}
.hml30{
	margin-left:30px;
}
.ml25{
	margin-left:25px;
}
.hml25{
	margin-left:25px;
}
*html .hml25{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml15{
	margin-left:15px;
}
.ml13{
	margin-left:13px;
}
.ml10{
	margin-left:10px;
}
.ml8{
	margin-left:8px;
}
.ml7{
	margin-left:7px;
}
.ml5{
	margin-left:5px;
}
.ml4{
	margin-left:4px;
}
.ml2{
	margin-left:2px;
}
.ml0{
	margin-left:0;
}
.mr60{
	margin-right:60px;
}
*html .mr60{
	margin-right:50px;
}
.mr40{
	margin-right:40px;
}
.mr35{
	margin-right:35px;
}
.mr30{
	margin-right:30px;
}
.mr25{
	margin-right:25px;
}
.mr20{
	margin-right:20px;
}
.mr15{
	margin-right:15px;
}
.mr10{
	margin-right:10px;
}
.mr8{
	margin-right:8px;
}
.mr5{
	margin-right:5px;
}
.mr0{
	margin-right:0;
}
.pt40{
	padding-top:40px;
}
.pt35{
	padding-top:35px;
}
.pt30{
	padding-top:30px;
}
.pt25{
	padding-top:25px;
}
.pt20{
	padding-top:20px;
}
.pt15{
	padding-top:15px;
}
.pt13{
	padding-top:13px;
}
.pt12{
	padding-top:12px;
}
.pt11{
	padding-top:11px;
}
.pt10{
	padding-top:10px;
}
.pt9{
	padding-top:9px;
}
.pt8{
	padding-top:8px;
}
.pt7{
	padding-top:7px;
}
.pt6{
	padding-top:6px;
}
.pt5{
	padding-top:5px;
}
.pt0{
	padding-top:0;
}
.pb40{
	padding-bottom:40px;
}
.pb35{
	padding-bottom:35px;
}
.pb30{
	padding-bottom:30px;
}
.pb25{
	padding-bottom:25px;
}
.pb20{
	padding-bottom:20px;
}
.pb15{
	padding-bottom:15px;
}
.pb10{
	padding-bottom:10px;
}
.pb8{
	padding-bottom:8px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb0{
	padding-bottom:0;
}
.pl40{
	padding-left:40px;
}
.pl35{
	padding-left:35px;
}
.pl30{
	padding-left:30px;
}
.pl25{
	padding-left:25px;
}
.pl20{
	padding-left:20px;
}
.pl16{
	padding-left:16px;
}
.pl15{
	padding-left:15px;
}
.pl10{
	padding-left:10px;
}
.pl5{
	padding-left:5px;
}
.pl0{
	padding-left:0;
}
.pr40{
	padding-right:40px;
}
.pr35{
	padding-right:35px;
}
.pr30{
	padding-right:30px;
}
.pr25{
	padding-right:25px;
}
.pr20{
	padding-right:20px;
}
.pr18{
	padding-right:18px;
}
.pr15{
	padding-right:15px;
}
.pr10{
	padding-right:10px;
}
.pr7{
	padding-right:7px;
}
.pr5{
	padding-right:5px;
}
.pr0{
	padding-right:0;
}
.p20{
	padding:20px;
}
.p15{
	padding:15px;
}
.p13{
	padding:13px;
}
.p10{
	padding:10px;
}
.p5{
	padding:5px !important;
}
.p0{
	padding:0;
}
.p0i{
	padding:0 !important;
}
.w100 input, .w100 textarea, .w100 select{
	width:100%;
}
*+html .w100 input, *+html .w100 textarea, *+html .w100 select{
	width:97%;
}
*html .w100 input, *html .w100 textarea, *html .w100 select{
	width:97%;
}
.w97 input, .w97 textarea, .w97 select{
	width:97%;
}
.w95 input, .w95 textarea, .w95 select{
	width:95%;
}
.w93 input, .w93 textarea, .w93 select{
	width:93%;
}
.w90 input, .w90 textarea, .w90 select{
	width:90%;
}
.w80 input, .w80 textarea, .w80 select{
	width:80%;
}
.w70 input, .w70 textarea, .w70 select{
	width:70%;
}
.w65 input, .w65 textarea, .w65 select{
	width:65%;
}
.w60 input, .w60 textarea, .w60 select{
	width:60%;
}
.w55 input, .w55 textarea, .w55 select{
	width:55%;
}
.w50 input, .w50 textarea, .w50 select{
	width:50%;
}
.w40 input, .w40 textarea, .w40 select{
	width:40%;
}
.w30 input, .w30 textarea, .w30 select{
	width:30%;
}
.w20 input, .w20 textarea, .w20 select{
	width:20%;
}
.w15 input, .w15 textarea, .w15 select{
	width:15%;
}
.w10 input, .w10 textarea, .w10 select{
	width:10%;
}
.w5 input, .w5 textarea .w5 select{
	width:5%
}
.w3 input, .w3 textarea .w3 select{
	width:3%
}
.bor_c{
	border-collapse:collapse;
}
.bor1_b{
	border-bottom: 1px solid #d5d4cf;
}
.bor1_l{
	border-left: 1px solid #d5d4cf;
}
.bor1{
	border: 1px solid #d5d4cf;
}
.clear{
	clear:both;
}
.op5{
	opacity: 0.5;
}
/* */
.tim9999{
	text-indent:-9999px !important;
}
.ti9999{
	text-indent:9999px !important;
}
.wid910p{
	width:910px;
}
.wid906p{
	width:906px;
}
.wid901p{
	width:901px;
}
.wid900p{
	width:900px;
}
.wid883p{
	width:883px;
}
.wid800p{
	width:800px;
}
.wid790p{
	width:790px;
}
.wid769p{
	width:769px;
}
.wid755p{
	width:755px;
}
.wid739p{
	width:739px;
}
.wid675p{
	width:675px;
}
.wid673p{
	width:673px;
}
.wid670p{
	width:670px;
}
.wid668p{
	width:668px;
}
.wid665p{
	width:665px;
}
.wid662p{
	width:662px;
}
.wid650p{
	width:650px;
}
.wid605p{
	width:605px;
}
.wid600p{
	width:600px;
}
.wid500p{
	width:500px;
}
.wid405p{
	width:405px;
}
.wid400p{
	width:400px;
}
.wid395p{
	width:395px;
}
.wid340p{
	width:340px;
}
.wid330p{
	width:330px;
}
.wid320p{
	width:320px;
}
.wid310p{
	width:310px;
}
.wid300p{
	width:300px;
}
.wid250p{
	width:250px;
}
.hwid300p{
	width:300px;
}
.wid260p{
	width:260px;
}
.wid250p{
	width:250px;
}
.wid232p{
	width:232px;
}
.wid220p{
	width:220px;
}
.wid210p{
	width:210px;
}
.wid200p{
	width:200px;
}
.wid190p{
	width:190px;
}
.wid180p{
	width:180px;
}
.wid170p{
	width:170px;
}
.wid160p{
	width:160px;
}
.wid150p{
	width:150px;
}
.wid100p{
	width:100px;
}
.wid90p{
	width:90px;
}
.wid80p{
	width:80px;
}
.wid70p{
	width:70px;
}
.wid100{
	width:100%;
}
.min_hght500p{
	min-height: 500px;
}
.hght400p{
	height: 400px;
}
.hght365p{
	height: 365px;
}
.hght350p{
	height: 350px;
}
.hght300p{
	height: 300px;
}
.min_hght100p{
	min-height: 170px;
}
*html .min_hght100p{
	height: 170px;
}
.min_hght150p{
	min-height: 270px;
}
*html .min_hght150p{
	height: 270px;
}
.hght50p{
	height: 50px;
}
.hght30p{
	height: 30px;
}
.hght25p{
	height: 25px;
}
.hght15p{
	height: 15px;
}
.line_h15{
	line-height: 1.5em;
}
.z5{
	z-index: 5;
}
.z2{
	z-index: 2;
}
/* h2 */
/* */