@charset "utf-8";
/*___________ 基本設定 ___________ */
html{
    -webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #F0F0F0;
}
img{
border:0px;
}
#WRAP {
	width:800px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}

#TOP {
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	text-align: center;

}
.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	font-weight: normal;
	margin:0;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.now_btn {
	float: right;
	padding-bottom: 0px;
	padding-top: 5px;
}

#LOGO {
	left: 0px;
	top: 0px;
	float: left;
	padding-top: 3px;
}
#MENU {
	height: 30px;
}
.menu {
	float: left;
	margin: 0;
	height: 38px;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:800px;
	padding-top: 10px;
	border: 1px solid #999999;
}
.catch-div {
	background-image: url(../images/catch_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 545px;
	padding-right: 18px;
	padding-left: 18px;
}
.btn-div {
	background-image: url(../images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 410px;
}


#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {

}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../images/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../images/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../images/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../images/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer_buy_btn {
	float: left;
	padding-top: 10px;
}
.footer_rogo-div {
	float: right;
	padding-top: 10px;
}


#FOOTER {
	color: #FFFFFF;
	background-color: #1B3003;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
.title-div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
.pan-div {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 12px;
}


/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
images {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.images-m {
	vertical-align: middle;
}
.contents_box-div {
	border: 9px solid #FFE8C8;
	padding: 5px;
}
.contents-left_div {
	float: left;
	width: 430px;
}
.contents-right_div {
	float: right;
	width: 310px;
}
.intotop_movie-div {
	background-image: url(../images/infotop_movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 155px;
	text-align: center;
	padding-bottom: 10px;
	width: 430px;
	height: 380px;
}
.subbtn-div {
	padding-top: 10px;
}

.umino-div {
	background-image: url(../images/umino_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 128px;
	padding-left: 163px;
	padding-bottom: 10px;
}
.nattoku-div{
	border: 9px solid #FFE8C8;
	background-image: url(../images/nattoku_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 235px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-top: 5px;
	}
.voice-div {
	
	margin-top: 3px;
}
.kai-div {
	float: left;
	width: 350px;
	border: 9px solid #FFE8C8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 27px;
	padding-left: 5px;
}
.kai-div p {
	font-size: 13px;
	padding: 3px;
	margin: 2px;
	line-height: 21px;
}

.voicearea-div {
	float: right;
	width: 365px;
	border: 9px solid #FFE8C8;
	padding: 5px;
}
.voice_box1-div {
	background-image: url(../images/voice_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 57px;
	padding-left: 88px;
	padding-bottom: 10px;
}
.voice_box2-div {
	background-image: url(../images/voice_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-left: 88px;
	padding-bottom: 10px;
}
.voice_box3-div {
	background-image: url(../images/voice_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-left: 88px;
	padding-bottom: 10px;
}
.voicearea-div p {
	font-size: 12px;
	margin: 0px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.voice_link {
	font-size: 12px;
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.voice-text {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 3px;
}

.rakuten-div {

border: 9px solid #FFE8C8;
	padding: 5px;
}
.pojipoji-div {
	background-image: url(../images/pojipoji_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #E6E6E6;
	width: 350px;
	text-align: center;
	height: 230px;
}

.umino_message-div {
	border: 9px solid #FFE8C8;
	background-image: url(../images/umino_message_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 130px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.btn_message-div {
	background-image: url(../images/btn_message_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 318px;
}

.umino_message-div p {
	font-size: 13px;
	padding: 3px;
	margin: 3px;
	line-height: 20px;
}
.maga-div {
	float: right;
	border: 9px solid #C9E0C2;
	width: 310px;
	background-image: url(../images/maga_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 283px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.page_top {
	float: right;
	padding: 5px;
}
.subpage-div {
	padding: 30px;
}
.subpage_text-div {
	border: 9px solid #E8E8E8;
	padding: 7px;
}
.subpage_text-div th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 150px;
	font-size: 13px;
	text-align: center;
}
.subpage_text-div td {
	padding: 10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 490px;
}

.subpage_text-div table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.voice_subtext-div {
	float: right;
	width: 545px;
}

.accordion_head1 {cursor:pointer;}
.accordion_head2 {cursor:pointer;}
.accordion_head3 {cursor:pointer;}
.page_next {
	float: right;
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.page_return {
	background-image: url(../images/icon2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
}
.voice_link-div p {
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.textarea-div {
	background-image: url(../images/img0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text-div1 {
	padding-top: 7px;
	padding-right: 310px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-left: 25px;
	margin-right: 35px;
}

.text-div2 {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 35px;
	padding-left: 200px;
	margin-right: 25px;
	margin-left: 40px;
}
.text-div3 {
	padding-top: 7px;
	padding-right: 300px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-right: 35px;
	margin-left: 5px;
}
.bookmark-div {
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/bookmark_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
}
.bg_onpu {
	background-image: url(../images/onpu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.toku_ttl {
	background-image: url(../images/toku_ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	line-height: 18px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.toku_name-div {
	font-weight: bold;
	border: 1px solid #C60;
	background-color: #FFF8F0;
	width: 450px;
	padding-top: 10px;
}
.kansou-div {
	margin: 0px;
	border: 1px solid #999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.writer-div {
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 65px;
}
.writer_img-div {
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.writer_text-div {
	float: right;
	width: 500px;
}

/*プロフィールテーブル*/


.profile-div {
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 10px;
}
.profile-table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9FE;
	border-left-color: #E9E9FE;
}
.profile-table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E9E9FE;
	border-bottom-color: #E9E9FE;
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
	width: 60px;
	text-align: center;
}
.profile-table td {
	width: 510px;
	font-size: 13px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E9E9FE;
	border-bottom-color: #E9E9FE;
	line-height: 16px;
}
.img_border {
	border: 1px solid #CCC;
}
.book_ttl {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 5px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
.qa_text-div {
	background-image: url(../images/qa_abg.jpg);
	background-repeat: no-repeat;
	background-position: 9px 1px;
	margin: 0px;
	padding-left: 45px;
	padding-right: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}.head {
	border-bottom: 1px solid #969696;
}
