@charset "UTF-8";

/* MAGAZINE
=================================*/

*{
	outline:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrapper{
	height:auto;
	width:770px;
	margin-left:auto;
	margin-right: auto;
}

/* CSS Document */
/*2010.2.2コメントアウト
*{
	outline:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}

br{
	clear:both;
}

a.m:link {color:#ffffff; text-decoration:none; font-size: 9pt;}
a.m:visited {color:#ffffff; text-decoration:none; font-size: 9pt; }
a.m:active {color:#ffffff; text-decoration:none; font-size: 9pt; }
a.m:hover {color:#ff6600; text-decoration: underline; font-size: 9pt;
}
a.m_2:link {color:#ff6600; text-decoration:none; font-size: 9pt;}
a.m_2:visited {color:#ff6600; text-decoration:none; font-size: 9pt; }
a.m_2:active {color:#ff6600; text-decoration:none; font-size: 9pt; }
a.m_2:hover {color:#ff6600; text-decoration: underline; font-size: 9pt;
}

a.num:link {color:#000000; text-decoration:none; }
a.num:visited {color:#000000; text-decoration:none; }
a.num:hover {color:#C5983A; text-decoration: none; }
a.num:active {color:#C5983A; text-decoration:none; }*/

/*2010.2.2コメントアウト
#wrapper{
	height:auto;
	width:770px;
	margin-left:auto;
	margin-right: auto;
}*/

/*============================*/
/* メルマガ検索 2009.9.23追加 */
/*============================*/
#melma-serch {
	width: 770px;
	margin-top: 30px;
}

#search-menu {
	width: 430px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
}

#serch_window {
	width: 430px;
	height: 30px;
	overflow: hidden;
	position: relative;
}


/*=============================*/
/* パンくずリスト 2010.2.2追加 */
/*=============================*/
#breadlist {
	font-size: 70%;
	color: #666666;
	margin-top: 30px;
}

#breadlist a:link,
#breadlist a:visited {
	color: #A07B30;
}

#breadlist a:hover,
#breadlist a:active {
	color: #A07B30;
	text-decoration: none;
}


/*=====================================*/
/* メルマガ詳細（執筆者） 2010.2.2追加 */
/*=====================================*/
#writer {
	width:770px;
	height:auto;
	margin-top: 8px;
	overflow:hidden;
	font-size: 82%;
}

#writer a:link,
#writer a:visited {
	color: #A07B30;
}

#writer a:hover,
#writer a:active {
	color: #A07B30;
	text-decoration: none;
}


#writer img {
	vertical-align: bottom;
}

/* タイトル */
#writer h1 {
	text-indent: -9999px;
	background: url(../images/magazine/title_details.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
}

/* メルマガ詳細枠（背景画像あり） */
#writer-wrap {
	background: url(../images/magazine/bg_details.jpg) no-repeat;
	width: 740px;
	padding: 15px;
}

/* メルマガ詳細：左 */
#writer-menu {
	width: 162px;
	margin-right: 15px;
	margin-bottom: 55px;
}

/* 執筆者名前枠 */
#writer-name-wrap {
	background: #FFFFFF;
	padding: 10px 18px 10px 10px;
	width: 134px;
}

/* 執筆者名前枠 */
#writer-name {
	background: url(../images/magazine/bg_writer-line.gif) repeat-y 0 0;
	padding-left: 8px;
	width: 126px;
}

#writer-name img {
	margin-top: 2px;
	margin-bottom: 3px;
}

#writer-name p {
	font-weight: bold;
}

/* 執筆者ナビ */
ul#writer-navi {
	width: 162px;
}

ul#writer-navi li {
	line-height: 1;
	font-size: 0;
}

ul#writer-navi li#wri-nv1 a span,
ul#writer-navi li#wri-nv2 a span,
ul#writer-navi li#wri-nv3 a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* ナビ：プロフィール */
ul#writer-navi li#wri-nv1 a {
	background: url(../images/magazine/nv_writer.jpg) no-repeat 0 0;
	display: block;
	width: 162px;
	height: 28px;
}

ul#writer-navi li#wri-nv1 a:hover {
	background: url(../images/magazine/nv_writer.jpg) no-repeat -162px 0;
}

/* ナビ：メルマガスタイル */
ul#writer-navi li#wri-nv2 a {
	background: url(../images/magazine/nv_writer.jpg) no-repeat 0 -28px;
	display: block;
	width: 162px;
	height: 28px;
}

ul#writer-navi li#wri-nv2 a:hover {
	background: url(../images/magazine/nv_writer.jpg) no-repeat -162px -28px;
}

/* ナビ：カレンダー表示 */
ul#writer-navi li#wri-nv3 a {
	background: url(../images/magazine/nv_writer.jpg) no-repeat 0 -56px;
	display: block;
	width: 162px;
	height: 28px;
}

ul#writer-navi li#wri-nv3 a:hover {
	background: url(../images/magazine/nv_writer.jpg) no-repeat -162px -56px;
}

/* メルマガ詳細：右（トップ） */
#writer-top {
	width: 563px;
	margin-top: 120px;
	text-align: center;
}

/* メルマガ詳細トップ：テキスト */
#writer-top p em {
	font-weight: bold;
	font-style: normal;
}

/* メルマガ詳細トップ：メルマガタイトル */
#writer-top p#writer-title {
	font-size: 114%;
}

/* メルマガ詳細：右（白背景） */
.bg-white {
	background: #FFFFFF;
}

/* メルマガ詳細：右枠 */
#writer-cts {
	width: 523px;
	padding: 15px 20px 0;
	position: relative;
}

/* 執筆者テキスト */
.writer-ctstxt {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3;
}

/* タイトル：プロフィール */
#writer-cts h2#title-profile {
	text-indent: -9999px;
	background: url(../images/magazine/title_profile.gif) left top no-repeat;
	height: 19px;
	width: 523px;
	border-bottom: solid 2px #333333;
}

/* タイトル：略歴 */
#writer-cts h2#title-history {
	text-indent: -9999px;
	background: url(../images/magazine/title_history.gif) left top no-repeat;
	height: 19px;
	width: 523px;
	border-bottom: solid 2px #333333;
}

/* タイトル：メルマガスタイル */
#writer-cts h2#title-style {
	text-indent: -9999px;
	background: url(../images/magazine/title_style.gif) left top no-repeat;
	height: 19px;
	width: 523px;
	border-bottom: solid 2px #333333;
}

/* タイトル：カレンダー */
#writer-cts h2#title-calendar {
	text-indent: -9999px;
	background: url(../images/magazine/title_calendar.gif) left top no-repeat;
	height: 19px;
	width: 523px;
	border-bottom: solid 2px #333333;
}

/* 執筆者プロフィールTable */
table.writer-profile-data th {
	white-space: nowrap;
	padding-right: 20px;
	font-weight: normal;
	text-align: left;	
}

/* ボタン：カレンダー表示と購読について */
#btn-calendar-note a {
	background: url(../images/magazine/btn_calendar-note.gif) no-repeat 0 0;
	display: block;
	width: 165px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 20px;
}

#btn-calendar-note a:hover {
	background: url(../images/magazine/btn_calendar-note.gif) no-repeat 0 -18px;
}

#btn-calendar-note a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* カレンダーTabel */
table.calendar-data td {
	text-align: center;
	border: solid 1px #666666;
	height: 35px;
}

/* 日曜の赤 */
.col-sun {
	color: #FF0000;
}

/* 土曜の青 */
.col-sat {
	color: #0099FF;
}

/* 本日 */
.col-today {
	background: #FFCC00;
}

/* 配信期間 */
.col-period {
	background: #CCCCCC;
}

/* カレンダーアイコン説明 */
table.calendar-ico-data {
	margin-top: 15px;
}

table.calendar-ico-data th {
	text-align: center;
	padding-right: 10px;
}

table.calendar-ico-data td {
	font-size: 84%;
	line-height: 1.1;
	padding: 1px 0;
}


/*=======================================*/
/* メルマガ詳細／購読ボタン 2010.2.2追加 */
/*=======================================*/
.kodoku-wrap {
	width: 580px;
	padding: 20px 95px;
}

/* 中段 */
td.box-kodoku3 {
	background: url(../images/magazine/box_kodoku3.gif) repeat-y;
	padding: 0 15px;
}

/* 左テキスト */
td.left-kodoku {
	width: 391px;
	padding-right: 15px;
	line-height: 1.5;
}

/* 購読枠内価格 */
.kodoku-price {
	font-size: 107%;
	font-weight: bold;
}

/* 購読ボタン */
.kodoku-wrap p#btn-kodoku a {
	background: url(../images/magazine/btn_kodoku.jpg) no-repeat 0 0;
	display: block;
	width: 144px;
	height: 70px;
}

.kodoku-wrap p#btn-kodoku a:hover {
	background: url(../images/magazine/btn_kodoku.jpg) no-repeat 0 -70px;
}

.kodoku-wrap p#btn-kodoku a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*=========================================*/
/* メルマガ詳細／メルマガ内容 2010.2.2追加 */
/*=========================================*/
#mailcts-wrap {
	width: 738px;
	border: solid 1px #333333;
	padding: 15px 15px 0;
}

/* タイトル：メールマガジンの内容について */
#mailcts-wrap h2 {
	text-indent: -9999px;
	background: url(../images/magazine/title_mailcts.gif) left top no-repeat;
	height: 19px;
	width: 738px;
	border-bottom: dashed 1px #333333;
	margin-bottom: 15px;
}

/* タイトル：メールヘッダ */
#mailcts-wrap h3#title-mailheader {
	text-indent: -9999px;
	background: url(../images/magazine/title_mailheader.gif) left top no-repeat;
	height: 19px;
	width: 738px;
	border-bottom: solid 2px #333333;
}

/* タイトル：メルマガサンプル */
#mailcts-wrap h3#title-mailsample {
	text-indent: -9999px;
	background: url(../images/magazine/title_mailsample.gif) left top no-repeat;
	height: 19px;
	width: 738px;
	border-bottom: solid 2px #333333;
}

/* タイトル：メールフッタ */
#mailcts-wrap h3#title-mailfooter {
	text-indent: -9999px;
	background: url(../images/magazine/title_mailfooter.gif) left top no-repeat;
	height: 19px;
	width: 738px;
	border-bottom: solid 2px #333333;
}

/* メール本文 */
#mailcts-wrap div.mailtxt {
	margin-top: 5px;
	margin-bottom: 15px;
}


/*=======================*/
/* 購読確認 2010.2.2追加 */
/*=======================*/
#kodokuconfirm {
	width:770px;
	height:auto;
	margin-top: 8px;
	overflow:hidden;
	font-size: 82%;
	line-height: 1.3;
}

#kodokuconfirm a:link,
#kodokuconfirm a:visited {
	color: #A07B30;
}

#kodokuconfirm a:hover,
#kodokuconfirm a:active {
	color: #A07B30;
	text-decoration: none;
}


#kodokuconfirm img {
	vertical-align: bottom;
}

/* タイトル */
#kodokuconfirm h1 {
	text-indent: -9999px;
	background: url(../images/magazine/title_confirmation.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 15px;
}

/* 執筆者・メルマガタイトルTable */
table.writer-profile-data2 th {
	white-space: nowrap;
	padding-right: 20px;
	font-weight: normal;
	text-align: left;	
}

/* 購読決済枠 */
#kodokuconfirm-wrap {
	width: 770px;
	background: #000000;
	margin-top: 15px;
}

/* 購読決済 */
td.kodokuconfirm-cts {
	padding: 0 15px;
	color: #FFFFFF;
}

/* タイトル */
td.kodokuconfirm-cts h2 {
	margin-top: 20px;
}

/* メルマガ選択Table */
table.kodoku-check-data {
	margin-top: 5px;
}

table.kodoku-check-data th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	background: #404040;
	padding: 5px 15px;
}

table.kodoku-check-data td {
	border: solid 1px #666666;
	padding: 8px 15px;
}

/* パスワード入力Table */
table.kodoku-settle-data {
	margin-top: 20px;
}

table.kodoku-settle-data td {
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
}


/*=============================*/
/* magazineトップ 2010.2.3追加 */
/*=============================*/
#writerswf {
	width:770px;
	height:auto;
	margin-top: 30px;
}

/* タイトル */
#writerswf h1 {
	text-indent: -9999px;
	background: url(../images/magazine/title_fxmagazine.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
}

/* Flash */
#magazineFlash {
	width: 770px;
	height: 315px;
}


/*==============================*/
/* ALLメルマが一覧 2010.2.3変更 */
/*==============================*/
#alllist {
	width:770px;
	height:auto;
	margin-top: 30px;
	overflow:hidden;
}

/* メルマガ（執筆者）リスト */
/* 各執筆者枠 */
.wr_box {
	width: 185px;
	height: 110px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	display: inline;
	/*border-bottom: dotted 1px #666666; 2.3追加 */
}

/* PERSONAL INVESTOR */
.wr_ama{
	background:url(../images/magazine/wr_amateur_bg.gif) no-repeat left top;
}

/* PROFESSIONAL */
.wr_pro{
	background:url(../images/magazine/wr_professional_bg.gif) left top no-repeat;
}

/* 各執筆者枠内Table */
/*.wr_box table {
	margin-top:35px;
	margin-left:20px;
}*/

/*文字カラー.wr_box table td p{
	color:#FFFFFF;
}*/

/* メルマガタイトル */
.title_wr {
	margin-left:10px;
	margin-top: 18px;
	/*line-height:97%;*/
	/*width:88px;
	height:42px;*/
	overflow:hidden;
	font-size:11px;
	
}
/* 執筆者名 */
.name_wr{
	margin-left:10px;
	/*width:88px;
	margin-left:10px;*/
	overflow:hidden;
	font-size:11px;
}

/* メルマガ説明 */
/*.description_wr{
	width:150px;
	height:53px;
	overflow:hidden;
	font-size:10px;
	line-height:100%;
}*/

.wr_link {
	/*width: 190px;*/
	margin-top: 10px;
	font-size: 11px;
}

/*詳細・購読ボタン*/
.details_wr{
	background: url(../images/magazine/ico_wr-details.jpg) no-repeat 0 0;
	padding-left: 19px;
	padding-top: 2px;
	margin-right: 20px;
}

.subscription_wr{
	background: url(../images/magazine/ico_wr-subscription.jpg) no-repeat 0 0;
	padding-left: 19px;
	padding-top: 2px;
}

a.details_wr:link,
a.details_wr:visited,
a.subscription_wr:link,
a.subscription_wr:visited { 
	color: #A07B30;
}

a.details_wr:hover,
a.details_wr:active,
a.subscription_wr:hover,
a.subscription_wr:active { 
	color: #C5983A;
	text-decoration: none;
}



.details_n a{
	width:60px;
	height:17px;
	display:block;
	background-image:url(../images/shousai_btn_new.jpg);
	text-indent:-9999px;
	overflow:hidden;
	
}
.subscription_n{
	width:85px;
	height:17px;
	overflow:hidden;
	margin-left:5px;
	
}
.subscription_n a{
	width:80px;
	height:17px;
	display:block;
	background-image:url(../images/koudoku_btn_new.jpg);
	text-indent:-9999px;
	overflow:hidden;
}

.details_n a:hover,.subscription_n a:hover{
	background-position:0px -17px;
}
/*詳細・購読ボタンend*/

/*カードの左マージンクリア*/
.first{
	margin-left:0px;
}

/*=============================================*/
/* ▼ここから以下はこれまでのCSS               */
/*おそらく不要なものがたくさん出てくるはず。   */
/*いずれ整理する必要あり。                     */
/*=============================================*/


/*変更#pickup,
#new,
#alllist {
	width:770px;
	height:auto;
	margin-top: 30px;
	overflow:hidden;
}*/
#pickup,
#new {
	width:770px;
	height:auto;
	margin-top: 30px;
	overflow:hidden;
}

/**************************************serch form***********************************/
input,
select,
textarea,
form {
	margin: 0;
	padding: 0;
}

#inputarea select {
	width: 140px;
}

#inputarea input {
	width: 187px;
}

#formButton {
	border: 0;
	padding: 0; 
	display: block; 
	width: 85px; 
	height: 22px;
	background: url(../images/btn_melma_serch.jpg) no-repeat;
	position: absolute;
	left: 345px;
}

#inputarea input,
#inputarea select,
#inputarea textarea {
	border: solid 1px #000000;
	height: 17px;
	padding: 1px;
}

#inputarea select {
	margin-right: 1px;
	height: 21px;
}

/*2009.9.23#pass {
	width:770px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #4c4c4c;
	height: 60px;
	padding-top: 15px;
	
}
#pass_box {
	width:600px;
	margin: auto;
	
}
#pass_sbox {
	margin-right: 10px;

	float: left;
	height: auto;
	background-image: url(../images/pass.jpg);
	background-repeat: no-repeat;
	background-position: left;
	
}
.pass_img {
	background-image: url(../images/pass.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 74px;
	float: left;
}
#passButton {
	border:0;
	padding:0;
	display:block;
	width:150px;
	height:60px;
	background:url(../images/btn_pass.jpg) no-repeat;

}
.p_input01{
	width:206px;
}*/
/***********************************serch form_end***********************************/



/**************************************sort menu*************************************/
#inputarea{
	height:25px;
	width:368px;
	overflow:hidden;
	float:left;
}

#inputarea2{
    height:25px;
	padding-left: 76px;
}

#search-menu ul {
	width: 430px;
	overflow: hidden;
}

#search-menu li {
	overflow: hidden;
	float: left;
}

#search-menu li a {
	width:140px;
	height:19px;
	display:block;
	overflow:hidden;
	background-image:url(../images/search_menu.jpg);
	text-indent:-9999px;
}

#pro a {
	margin-left: 0px;
	background-position: 0px 0px;
}

#ama a {
	margin-left: 5px;
	background-position: -140px 0px;
}

#all a {
	margin-left: 5px;
	background-position: -280px 0px;
}

#pro a:hover {
	background-position: 0px -19px;
}

#ama a:hover {
		background-position: -140px -19px;
}

#all a:hover {
	background-position: -280px -19px;
}

/**************************************sortmenu_end**************************************/



/**************************************infomation**************************************/

#wrapper #info ul {
	color:#FFFFFF;
	font-size:12px;
	line-height:15px;
}
/**************************************infomation_end**************************************/


#alllist h1{
	text-indent: -9999px;
	background: url(../images/title_all.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}


/*■■■■■■■■■■■■■■■■PickUp■■■■■■■■■■■■■■■*/

#pickup h1 {
	text-indent: -9999px;
	background: url(../images/pickup_h1.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
}


/*********************Pickup-card**********************/
.p_card{
	width:250px;
	height:196px;
	overflow:hidden;
	margin-top:15px;
	margin-left:10px;
	float:left;
}

.p_ama{
	background:url(../images/amateur_bg.jpg) left top no-repeat;
}
.p_pro{
	background:url(../images/professional_bg.jpg) left top no-repeat;
}
.p_card table {
	margin-top:35px;
	margin-left:20px;
}

.p_card table td p{
	
	
	color:#FFFFFF;
}


.title_area{
	width:135px;
	height:40px;
	overflow:hidden;
}
.title{
	width:135px;
	height:40px;
	overflow:hidden;
	font-size:13px;
	margin-left:5px;
	font-weight:bold;
	line-height:98%;
}
.name{
	margin-left:5px;
	overflow:hidden;
	font-size:12px;
}

.description{
	margin-top:8px;
	width:210px;
	height:40px;
	font-size:11px;
	overflow:hidden;
	line-height:110%;
}



/*詳細・購読ボタン*/
.details{
	width:70px;
	height:21px;
	overflow:hidden;
}
.details a{
	width:70px;
	height:21px;
	display:block;
	background-image:url(../images/shousai_btn_pickup.jpg);
	text-indent:-9999px;
	overflow:hidden;
}
.subscription{
	width:130px;
	height:21px;
	overflow:hidden;
}
.subscription a{
	width:130px;
	height:21px;
	display:block;
	background-image:url(../images/koudoku_btn_pickup.jpg);
	text-indent:-9999px;
	overflow:hidden;
}

.details a:hover,.subscription a:hover{
	background-position:0px -21px;
}
/*詳細・購読ボタンend*/


/*********************Pickup-card_end**********************/

/*■■■■■■■■■■■■■PickUp_end■■■■■■■■■■■■■■*/









/*■■■■■■■■■■■■■■■■New■■■■■■■■■■■■■■■*/

#new h1{
	text-indent: -9999px;
	background: url(../images/new_h1.jpg) left top no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}

.n_card{
	width:190px;
	height:202px;
	overflow:hidden;
	margin-top:3px;
	margin-left:3px;
	float:left;
	display:inline;
}

.n_ama{
	background:url(../images/n_amateur_bg.jpg) left top no-repeat;
}

.n_pro{
	background:url(../images/n_professional_bg.jpg) left top no-repeat;
}
.n_card table {
	margin-top:35px;
	margin-left:20px;
}
.n_card table td p{
	color:#FFFFFF;
}

.title_n{
	margin-left:10px;
	line-height:97%;
	width:88px;
	height:42px;
	overflow:hidden;
	font-size:11px;
	
}
.name_n{
	margin-left:10px;
	width:88px;
	margin-left:10px;
	overflow:hidden;
	font-size:11px;
}

.description_n{
	width:150px;
	height:53px;
	overflow:hidden;
	font-size:10px;
	line-height:100%;
}

/*詳細・購読ボタン*/
.details_n{
	width:60px;
	height:17px;
	overflow:hidden;
	margin-left:20px;
	float:left;
	display:inline;
	
	
}
.details_n a{
	width:60px;
	height:17px;
	display:block;
	background-image:url(../images/shousai_btn_new.jpg);
	text-indent:-9999px;
	overflow:hidden;
	
}
.subscription_n{
	width:85px;
	height:17px;
	overflow:hidden;
	margin-left:5px;
	
}
.subscription_n a{
	width:80px;
	height:17px;
	display:block;
	background-image:url(../images/koudoku_btn_new.jpg);
	text-indent:-9999px;
	overflow:hidden;
}

.details_n a:hover,.subscription_n a:hover{
	background-position:0px -17px;
}
/*詳細・購読ボタンend*/

/*カードの左マージンクリア*/
.first{
	margin-left:0px;
}


/*■■■■■■■■■■■■■■■■New_end■■■■■■■■■■■■■■■*/






/*2009.9.23
.login_name {
	font-size:11px;
	padding-top: 8px;
	float: right;
	font-weight: bold;
	color: #383838;
}

.login_name p{
	float:right;
	margin-left:5px;
}

.login_name a{
	width:94px;
	height:12px;
	margin-top:0px;
	margin-left:5px;
	display:block;
	background-image:url(../images/userinfo.jpg);
	text-indent:-9999px;
	float:right;
	overflow:hidden;
}

.login_name1 a{
	width:94px;
	height:12px;
	margin-top:7.5px;
	margin-left:5px;
	display:block;
	background-image:url(../images/logout.jpg);
	text-indent:-9999px;
	float:right;
	overflow:hidden;
}

.login_name2 a{
	width:94px;
	height:12px;
	margin-top:0px;
	margin-left:5px;
	display:block;
	text-indent:-9999px;
	float:right;
	overflow:hidden;
}

#top_t{
	background-image: url(../images/dot_line.jpg);
	background-position: bottom;
	width:770px;
	height:25px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#top_t2{
	background-image: url(../images/dot_line.jpg);
	background-position: bottom;
	width:770px;
	height:15px;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom:15px;
	
}
.location {
	font-size:11px;
	padding-top: 8px;
	float: left;
	color: #383838;
}
.location2 {
	font-size:11px;
	float: left;
	color: #383838;
	
}*/
/*contents*/
/*2009.9.23#contents {
	width:770px;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}*/
#contents2 {
	width:770px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
/*#content3 {
	width:770px;
	height: auto;
	margin-top:10px;
	overflow: hidden;
}

#verysign {
	float:right;
	height: 55px;
}


.contents_top {
	width:770px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}

.contents_bg {
	width:770px;
	background-color: #4c4c4c;
	height: auto;
}
.contents_bg2 {
	width:770px;
	background-color: #000000;
	height: auto;
}
.contents_center {
	width:740px;
	color: #FFFFFF;
	margin: auto;
	height: auto;

}
.contents_center2 {
	width:694px;
	color: #FFFFFF;
	margin: auto;
	height: auto;

}


.contents_center3 {
	width:720px;
	color: #FFFFFF;
	margin: auto;
	height: auto;
	font-size:12px;
}



.contents_box {
	padding-left:12px;
	padding-top: 10px;
	font-size:12px;
	line-height:18px;
}
.contents_bottom {
    width:770px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}
.contents_bottom2 {
    width:770px;
	background-image: url(../images/bottom2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

.contents_infor {
	background-image: url(../images/title_infor.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: auto;
}
.contents_infor {
	background-image: url(../images/title_infor.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: auto;
}
.contents_infor2 {
	background-image: url(../images/title_contact.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_copy{
	background-image: url(../images/title_copyright.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_copy2{
	background-image: url(../images/title_copyright2.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_copy3{
	background-image: url(../images/title_copyright3.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}

.contents_copy4{
	background-image: url(../images/title_copyright4.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_credit{
	background-image: url(../images/title_credit.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_payrule{
	background-image: url(../images/title_payrule.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}*/

/* 検索結果：メルマガALL タイトル */
.contents_all h1 {
	text-indent: -9999px;
	background: url(../images/title_all.jpg) no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}

/* 検索結果：メルマガプロフェッショナル タイトル */
.contents_pro h1 {
	text-indent: -9999px;
	background: url(../images/title_professional.jpg) no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}

/* 検索結果：メルマガパーソナル タイトル */
.contents_ama h1 {
	text-indent: -9999px;
	background: url(../images/title_amatuer.jpg) no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}

/* 検索結果：メルマガ検索 タイトル */
.contents_sea{
	text-indent: -9999px;
	background: url(../images/title_search.jpg) no-repeat;
	height: 33px;
	width: 770px;
	margin-bottom: 12px;
}


/*2009.9.23.contents_det{
	background-image: url(../images/title_details.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_del{
	background-image: url(../images/title_delivery.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: auto;
}
.contents_subscribe {
	background-image: url(../images/title_subscribe.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: auto;
}*/

/*contents_end*/

/*details*/
/*2009.9.23.title_ama {
	width:770px;
	background-image: url(../images/de_ama.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
.title_pro {
	width:770px;
	background-image: url(../images/de_pro.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
.title2{
	width:770px;
	background-image: url(../images/b_top3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 24px;
}
.de_con {
	width:694px;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 15px;
}
.de_con_ama {
	width:694px;
	background-image: url(../images/de_con_ama.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;

}
.de_con_pro{
	width:694px;
	background-image: url(../images/de_con_pro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}

.de_con1{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 17px;
}


.de_con1_ama {
	width:694px;
	background-image: url(../images/de_con_profile_ama.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con1_pro{
	width:694px;
	background-image: url(../images/de_con_profile_pro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con2_ama {
	width:694px;
	background-image: url(../images/de_con2_ama.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con2_pro{
	width:694px;
	background-image: url(../images/de_con2_pro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con3_ama {
	width:694px;
	background-image: url(../images/de_con3_ama.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con3_pro{
	width:694px;
	background-image: url(../images/de_con3_pro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con4_ama {
	width:694px;
	background-image: url(../images/de_con4_ama.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}
.de_con4_pro{
	width:694px;
	background-image: url(../images/de_con4_pro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	margin-bottom: 10px;
}

.det table{
	margin-top:34px;
	margin-left:38px;
}
.det_photo{
   width:162px;
   height:162px;
   padding-right:12px;
}
.det_price{
	width:151px;
	height:31px;
	background-image: url(../images/price.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.price_t{
	width:151px;
	float: right;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	background-image: url(../images/price.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
}

.t1{
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.t2{
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.t3{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}*/

/*details_end*/


/*contentsbtn*/

/* トップへ戻る */
#con_btn {
	clear: both;
	zoom: 1;
	width:770px;
	padding-top: 10px;
}

#con_btn p {
	text-align: right;
	font-size: 70%;
	padding-top: 5px;
}

#con_btn p a {
	background: url(../images/main/ico_home.jpg) no-repeat left bottom;
	text-align: right;
	padding-left: 18px;
	padding-top: 10px;
	height: 50px;
}

#con_btn p a:link,
#con_btn p a:visited {
	color: #A07B30;
}

#con_btn p a:hover,
#con_btn p a:active {
	color: #C5983A;
	text-decoration: none;
}

/*#con_btn ul{
	width:140px;
	overflow:hidden;
	float:right;
}
#con_btn li{
	overflow:hidden;
	float:right;
}
#con_btn li a{
	width:140px;
	height:19px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn01.jpg);
}
#link a{
	margin-left:0px;
	background-position:0px 0px;
	text-indent:-9999px;
}

#link a:hover{
	background-position:0px -19px;
}*/
/*2009.9.23
#p_input{
	overflow:hidden;
	float: left;
	width:220px;
}

#p_btn {
	border:0;
	padding:0;
	display:block;
	width:150px;
	height:60px;
	background:url(../images/btn_pass.jpg) no-repeat;
	background-position:0px 0px;
}

#arrow_b{
	width: 400px;
	margin: auto;
	height: 50px;
}*/

/* 検索結果：ページ数 */
#num {
	padding-right: 8px;
	padding-left: 8px;
	font-size:12px;
}

/* 先頭へ */
#arrow a {
	width: 14px;
	height: 14px;
	display: block;
	overflow: hidden;
	background: url(../images/ico_left.jpg) no-repeat 0 0;
	/*float: left;*/
}

#arrow a:hover {
	background: url(../images/ico_left.jpg) no-repeat 0 -14px;
}

/* 末尾へ */
#arrow2 a {
	width: 14px;
	height: 14px;
	display: block;
	overflow: hidden;
	background: url(../images/ico_right.jpg) no-repeat 0 0;
	/*float: right;*/
}

#arrow2 a:hover {
	background: url(../images/ico_right.jpg) no-repeat 0 -14px;
}

/*#d_ama a{
	width:150px;
	height:59px;
	display:block;
	overflow:hidden;
	background-image:url(../images/de_btn_ama.jpg);
	background-position:0px 0px;
	float: right;
}
#d_ama a:hover{
	background-position:0px -59px;
	float: right;
}
#d_pro a{
	width:150px;
	height:59px;
	display:block;
	overflow:hidden;
	background-image:url(../images/de_btn_pro.jpg);
	background-position:0px 0px;
	float: right;

	
}
#d_pro a:hover{
	background-position:0px -59px;
	float: right;
}
#btn01 a{
	width:190px;
	height:19px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn_calendar01.jpg);
	background-position:0px 0px;
	float: right;
	
}
#btn01 a:hover{
	background-position:0px -19px;
	float: right;
}
#btn02 a{
	width:138px;
	height:19px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn_calendar02.jpg);
	background-position:0px 0px;
	float: right;	
}
#btn02 a:hover{
	background-position:0px -19px;
	float: right;
}

#btn03 a{
	width:110px;
	height:19px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn_calendar03.jpg);
	background-position:0px 0px;
	float: right;	
}
#btn03 a:hover{
	background-position:0px -19px;
	float: right;
}
#p01 a{
	width:221px;
	height:43px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn_p01.jpg);
	background-position:0px 0px;
	text-indent:-9999px;
	float: right;
	
}
#p01 a:hover{
	background-position:0px -43px;
	float: right;
}
#p02 a{
	width:273px;
	height:43px;
	display:block;
	overflow:hidden;
	background-image:url(../images/btn_p02.jpg);
	background-position:0px 0px;
	text-indent:-9999px;
	float: right;
	
}
#p02 a:hover{
	background-position:0px -43px;
	float: right;
}
.t01 {
	font-size: 12px;
	padding-left: 6px;
}
.m_title {
	color: #ba161d;
	font-size: 13px;
	font-weight: bold;
}
.m_title2 {
	color: #ba161d;
	font-size: 12px;
	padding-left:10px;

	
}
.m_title3 {
	color: #ffffff;
	font-size: 12px;
	
}
.m_title4 {
	color: #ff0000;
	font-size: 12px;
	
}
.textarea2 {
	color: #666666;
	border: 1px solid #808080;
	font-size: 12px;
	padding: 10px;
	background-color: #FFFFFF;
}
.input_3 {
	font-size: 9pt;
	height: 20px;
	color: #404040;
}
.words {
	border: 2px solid #808080;
}
.form2 {
	border: 1px solid #808080;
}

#direct{
	font-size:12px;
	}

#direct_join input{
	height:27px;
}

#direct_join_auth input{
	height:39px;
}*/

/*contentsbtn_end*/



/*2009.9.23#menu{
	width:770px;
	margin-top:20px;
}

#magazine {
	width:770px;
	height:auto;
	padding-top:20px;
	margin-top:20px;
	background-image:url(../images/dot_line.jpg);
	background-repeat:no-repeat;
}

#magazine h1{
	text-indent:-9999px;
	background:url(../images/mylist_h1.jpg) left top no-repeat;
	height:23px;
	width:340px;
}

#magazine table td {
	border: 1px solid #D3D3D3;
	padding-right: 10px;
	padding-left: 10px;
}

#books {
	margin-top:20px;
	background-image:url(../images/dot_line.jpg);
	background-repeat:no-repeat;
}

#bana-books {
	margin-top:20px;
}

#bana-books h1 {
	display: block;
	width: 770px;
	height: 120px;
	background: url(../books/images/bana_books.jpg) no-repeat;
}

#bana-books h1 span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}*/
