/* CSS Document */

/* 基本設定 */

body,div,p,hr {
	margin: 0 auto;
	padding: 0;
	}

body {
	background-color: #e7f6ff;
	background-image: url(./img/titlebg.gif);
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
	font-size: 14px;
	}

div,p {
	display: block;
}


/* 検索フォーム関連 */

form {
	margin: 10px auto 20px;
	padding: 0;
	height: 50px;
	}

select {
	margin: 0 0 0 10px;
	padding: 0;
	}

#search {
	width: 600px;
	}

#information {
	width: 870px;
	margin: auto;
	}

#pullDown {
	display: inline;
	background-color: #91e5f0;
	width: 600px;
	height: 35px;
	margin: -5px 5px 0 0px;
	padding-top: 5px;
	vertical-align: bottom;
	}


/* メニュー関連 */

#menu {
	margin: 0 0 0 auto;
	background-color: #FFFFFF;
	width: 156px;
	text-align: right;
	}

.menutxt {
  display: block;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 10px 0 8px 12px;
	height: 18px;
	}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
	float: left;
	width: 156px;
	text-align: left;
	}

li a {
  text-decoration: none;
  display: block;
  width: 156px;
	height: 36px;
  color: #222222;
	text-align: left;
	}

li a:hover {
  color: #000000;
  background: url(./img/btn_on.gif);
	}


/* テーブル関連 */

table table {
	margin: 0 auto 20px;
	text-align: center;
	}

table table td {
	text-align: center;
	}

#content {
	display: block;
	margin: 20px auto 0;
	background-color: #FFFFFF;
	width: 900px;
	}

#tableTop {
	margin-bottom: 15px;
	}

.gotop {
	padding-right: 28px;
	text-align: right;
	font-size: 12px;
	}

.gotop a:link,.gotop a:visited {
	color: #333333;
	text-decoration: none;
	}

.gotop a:hover {
	color: #ff0000;
	text-decoration: none;
	}

#main {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 744px;
	text-align: center;
	}


/* テーブル内容 */

.magHM {
	text-align: left;
	background-color: #E3F3FF;
	font-size: 12px;
	}

.magHB {
	text-align: left;
	background-color: #E4FFE7;
	font-size: 12px;
	}

.magG {
	text-align: left;
	background-color: #FFEB9D;
	font-size: 12px;
	}

.magL {
	text-align: left;
	background-color: #FFFFCC;
	font-size: 12px;
	}

.magM {
	text-align: left;
	background-color: #D1E9FF;
	font-size: 12px;
	}

.magC {
	text-align: left;
	background-color: #B8FFE7;
	font-size: 12px;
	}

.magG a:link,.magG a:visited,.magL a:link,.magL a:visited,.magM a:link,.magM a:visited,.magC a:link,.magC a:visited,.magHB a:link,.magHB a:visited,.magHM a:link,.magHM a:visited {
	color: #333333;
	}

.magG a:hover,.magL a:hover,.magM a:hover,.magC a:hover,.magHB a:hover,.magHM a:hover {
	color: #ff0000;
	}

.hanayume th {
	background-color: #FF6633;
	color: #FFFFFF;
	}

.hanayume .category {
	text-align: center;
	background-color: #FF9966;
	}

.jets th {
	background-color: #3366CC;
	color: #FFFFFF;
	}

.jets .category {
	text-align: center;
	background-color: #77AAFF;
	}

.ladys th {
	background-color: #dd9900;
	color: #FFFFFF;
	}

.ladys .category {
	text-align: center;
	background-color: #ffff33;
	}

.hakubun th {
	background-color: #33cc33;
	color: #FFFFFF;
	}

.hakubun .category {
	text-align: center;
	background-color: #99ff99;
	}

.hanamaru th {
	background-color: #3399FF;
	color: #FFFFFF;
	}

.hanamaru .category {
	text-align: center;
	background-color: #99CCFF;
	}

.general th {
	background-color: #009999;
	color: #FFFFFF;
	}

.general .category {
	text-align: center;
	background-color: #66FFCC;
	}

.title {
	text-align: left;
	}

/* コピーライト関連 */

.footer {
	text-align: center;
	margin: 10px auto;
	width: 800px;
	}


/* 試し読みボタン ロールオーバー */

.silky {
	background-image: url(./img/silky_off.gif);
	width:60px;
	height:27px;
	border: none;
	}

a:hover .silky {
	background-image: url(./img/silky_on.gif);
	width:60px;
	height:27px;
	border: none;
	}

.btn {
	background-image: url(./img/tameshi_off.gif);
	width:60px;
	height:27px;
	border: none;
	}

a:hover .btn {
	background-image: url(./img/tameshi_on.gif);
	width:60px;
	height:27px;
	border: none;
	}

.btn3 {
	background-image: url(./img/tameshi3_off.gif);
	width:60px;
	height:27px;
	border: none;
	}

a:hover .btn3 {
	background-image: url(./img/tameshi3_on.gif);
	width:60px;
	height:27px;
	border: none;
	}

.tokushu {
	background-image: url(./img/tokushu.gif);
	width:96px;
	height:15px;
	border: none;
}

a:hover .tokushu {
	background-image: url(./img/tokushu_on.gif);
	width:96px;
	height:15px;
	border: none;
	}


/* レイアウト関連 */

.fl_l {
	float: left;
	}


/* フォント関連 */

.caption {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
	}


/* その他 */

#header {
	margin: 0 auto;
	width: 900px;
	}

.caution {
	border: solid 1px #FF0000;
	background-color: #FFFFFF;
	padding: 6px;
	text-align: center;
	/*width: 592px;*/
	width: 700px;
	font-size: 14px;
	color: #FF0000;
	line-height: 16px;

	}


.caution a:link,.caution a:visited,.caution a:hover {
	color: #ff0000;
	}

