@charset "utf-8";
/*___________ 基本設定 ___________ */
html{
    -webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003300;
	background-color: #F1F9EE;
	background-image: url(../images/bg_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
img{
border:0px;
}
#WRAP {
	width:800px;
	color:  #333333;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 150%;
	padding: 5px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}
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;
}
.red2 {
	color: #FF0000;
}
.blue {
	color: #0033CC;
}
.grn {
	color: #003300;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
.bg-yell2 {
	background-color: #FFFF00;
}


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

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

#LOGO {
	left: 0px;
	top: 0px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top:10px;
}
#MENU {
	text-align: center;
	height: 41px;
	padding-bottom: 3px;
}
.menu {
	float: left;
	margin: 0;
	height: 38px;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:800px;
	padding-top: 0px;
}

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

}
.pan {
	font-size:11px;
	color: #666666;
/*	background-color: #F2F2F2;*/
}
h2 {
	margin: 0px;
	padding: 0px;
}
#CONTENTS h3 {
	margin: 0px;
	padding: 0;
}
#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(../../letter/images/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 0;
	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: 5px;
	padding-left: 10px;
}
.footer_rogo-div {
	padding-top: 10px;
	padding-right: 10px;
}


#FOOTER {
	color: #FFFFFF;
	background-color: #333300;
	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;
}

.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;
}
.mr20 {
	margin-right: 20px;
}

/* ____ 画像設定 ____ */
images {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.images-m {
	vertical-align: middle;
}
.page_top {
	float: right;
	padding: 5px;
}




/*小西さん紹介*/
.writer-div {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 30px;
	margin-left: 30px;
	border: 2px solid #CCCCCC;
	margin-top: 5px;
}
.writer_img-div {
	float: left;
	padding-left: 10px;
}
.writer_text-div {
	float: right;
	padding-left: 0px;
	width: 530px;
}
.book-div1 {
	float: left;
	width: 145px;
}
.book_ttl {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 5px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
.konishi_book-div {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

.book-div1  p {
	font-size: 12px;
	padding: 0px;
	line-height: 16px;
}

.book-div1 {
	float: left;
	width: 135px;
}
.book_ttl {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 5px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
.konishi_friends-div {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

.friends-div1  p {
	font-size: 12px;
	padding: 0px;
	line-height: 16px;
}

.friends-div1 {
	float: left;
	width: 140px;
}
.friends_ttl {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #999999;
	margin: 5px;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bold;
}
.media_ttl {
	background-color: #F0F9FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	padding-left: 20px;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}
.madia-div {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.madia-div p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.media-div2 {
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
}

.madia {
	width: 217px;
	float: left;
}

.madia p {
	font-size: 12px;
	padding: 2px;
	line-height: 16px;
}




/*___________ メルマガフォーム ___________ */
#MAG2 {
	border: 1px solid #999999;
	padding-top: 115px;
	background-image: url(../images/maga_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#MAG2 form {
	margin: 0px;
	font-size: 12px;
}
.maga-padd {
	margin-top: 55px;
	margin-left: 180px;
	color: #FFFFFF;
}
#MAG2 a {
	color: #FFFFFF;
}
.text_bg01 {
	background-image: url(../images/text_bg1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg02 {
	background-image: url(../images/text_bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg03 {
	background-image: url(../images/text_bg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg04 {
	background-image: url(../images/text_bg4.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg05 {
	background-image: url(../images/text_bg5.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg06 {
	background-image: url(../images/text_bg6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg07 {
	background-image: url(../images/text_bg7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg08 {
	background-image: url(../images/dvd_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg09 {
	background-image: url(../images/text_bg9.png);
	background-repeat: no-repeat;
	background-position: right top;
}



.sounan-div {
	background-image: url(../images/caution_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 70px;
	padding-right: 35px;
	padding-bottom: 93px;
	padding-left: 45px;
}
.qa-div {
	padding-right: 25px;
	padding-left: 25px;
}


.qa_text-div {
	background-image: url(../images/a.png);
	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;
}
.f18red {
	font-size: 18px;
	line-height:140%;
	font-weight: bold;
	color: #FF0000;
}
.movie {
	background-image: url(../images/movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 57px;
	padding-right: 87px;
	padding-bottom: 60px;
	padding-left: 87px;
	margin-top: 10px;
}
.text03-div {
	background-image: url(../images/text04.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 85px;
	padding-right: 300px;
	padding-left: 20px;
}

.text-point {
	margin-right: 45px;
	margin-left: 45px;
	width: 690px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-position: bottom;
	border: 1px double #669933;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.clear_dott {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	clear: both;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

.bg-yellow {
	background-color: #FFFF00;
}

.point-p {
	padding-left: 25px;
	padding-right: 50px;
	line-height: 130%;
}



/*目次*/
.mokuji-box {
	width: 700px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../images/mokuji_bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mokuji-padd {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.mokuji_ttl {
	background-color: #74880B;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.mokuji-text-box01 {
	background-image: url(../images/mokuji/mokuji_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
}
.mokuji-text-box02 {
	background-image: url(../images/mokuji/mokuji_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.mokuji-text-box03 {
	float: left;
	width: 295px;
	background-image: url(../images/mokuji/mokuji_text_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 170px;
}
.mokuji-text-box04 {
	float: right;
	width: 380px;
	padding-bottom: 20px;
	background-image: url(../images/mokuji/mokuji_text_bg03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.scroll-div2 {
	overflow-y: scroll;
	height:490px;
	width: 720px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subpage-div {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 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;
}


/*レター感想*/

.voice-div {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/kansou/kansou_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.voice_inner-div {
	background-image: url(../images/kansou/kansou_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 30px;
}


.voice_text-div {
	border: 9px solid #E8E8E8;
	padding: 7px;
}
.voice_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;
}
.voice_text-div td {
	padding: 10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 490px;
}

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

.voice_subtext-div2 p {
	padding-right: 0px;
	padding-left: 0px;
}

.pay p {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}.text-div {
	padding-right: 20px;
	padding-left: 20px;
}
.text-div2 {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/text.jpg);
}


.konishi_message-div {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 4px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.konishi_message-div   p {
	line-height: 17px;
}
.konishi_img_-div {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

/* ____ 会社概要テーブル ____ */


.company_table {
	width: 580px;
	margin-top: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
}
.company_table th {
	padding: 5px;
	width: 130px;
	background-color:#F2F5EF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.company_table td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size:12px;
}
.sub_h2 {
	background-color: #333300;
	line-height: 22px;
	font-size: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
/*___________ 特定商取引 ___________ */
.law-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.law-table tr,.law-table th,.law-table td {
	padding: 8px;
}
.law-table th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
	text-align: center;
}
.law-table td {
	background-color: #FFFFFF;
	text-align: left;
}
/* ____ プライバシーポリシー ____ */

.privacy ul    {
	margin-left: 35px;
	font-size: 13px;
}
.privacy li    {
	list-style-type: decimal;
	line-height:17px;
	margin-bottom: 7px;
}
.law table {
	width: 580px;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
}
/*プロフィールテーブル*/


.profile-div {
	padding-right: 25px;
	padding-left: 25px;
	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;
}
.profile-table p {
	font-size: 10px;
	margin-bottom: 0px;
    margin-top: 0px;
}



/*メディアテーブル*/


.media-div {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.media-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;
}

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


/*メディアテーブル　別窓その他のメディア出演*/


.media-table2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9FE;
	border-left-color: #E9E9FE;
}

.media-table2 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: 110px;
	text-align: center;
}
.media-table2 td {
	width: 550px;
	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;
}
.media-div_betumado {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
.movie_bg {
	background-image: url(../images/movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 25px;
	margin-right: 140px;
	margin-left: 140px;
	margin-top: 10px;
}

.contact {
    margin : 0 auto;
    padding : 1em 1.5em ;
    line-height : 1.8 ;
    border : solid 1px #D7D7D7;
	background-color:  #ffffff;
	width: 600px;
	]