/* ---------------------------------------------------------------------------- */
/* Copyright(C) 2006-2008 Menet, Inc All Rights Reserved. Produced by okayan    */
/* 2008/03/05 ワイド化に伴い全体の見直し                                        */
/* 2008/05/06 2カラムへ                                                         */
/* 2008/06/12 ヘッダー上にh1追加                                                */
/* ---------------------------------------------------------------------------- */

@charset "utf-8";

/***********************************************************
	サイト全体の設定
***********************************************************/

/* 基本的にmargin/paddingは0とする */
* {
	margin: 0;
	padding: 0;
}

body {
/*	background-color: #E5D8A1; */
	background-color: #FFF9D2;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	color: #333333;
	text-align: center;
	background-image: url(img/bk14.gif); 
}

img {
	border: none;
}

a:hover {
	color: #CC3300;
}

/***********************************************************
	サイト全体
***********************************************************/
#allbody {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin: 0px	auto;
	padding: 10px 0 0 0;
}
/***********************************************************
	ヘッダー部分
***********************************************************/
h1 {
	font-size: 90%;
	color: #999999;
	margin:0 auto;
	text-align: left;
	padding: 4px 0px 4px 20px;
	width: 780px;
}

#header {
	padding-bottom: 10px;
}

#header_logo {
	float: left;
	width: 320px;
}
#header_logo img {
	margin: 1px 0 10px 20px;
}

#header_navi {
	float: right;
	width: 480px;
}
#header_navi ul {
	list-style-type: none;
	float: right;
	padding: 15px 15px 0 0;
}
#header_navi li {
	text-align: center;
	color: #666666;
	line-height: 27px;
	float: left;
	margin: 0 0 0 7px;
}
#header_navi a {
	width: 92px;
	height: 27px;
	display: block;
	outline-width: 0;
	color: #666666;
}
#header_navi a:hover {
	color: #aaaaaa;
}

.catch {
	padding: 0;
	margin: 0 15px;
}

/***********************************************************
	メインコンテンツ（右メニュー → ワイド化に伴い中央）
***********************************************************/
/* メイン部分の括り */
#container { /* 800-28=772px */
	padding: 12px 14px 0 14px;
	float: left;
	line-height: 160%;
}

/* メインコンテンツ部分スペース確保 */
#main {
	float: right;
	width: 570px;
	text-align: left;
}

/* 本文エリア */
#contents { /* 560 */
	margin: 10px 0px 10px 10px;
	line-height: 160%;
}

/* エントリタイトル */
#contents h2 {
	padding: 7px 0 7px 20px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #FF9900;
	border-left: solid 10px #FFcc00;
	border-bottom: solid 1px #FFcc00;
}

/* エントリ記述部分 */
#textbox { /* 540 */
	margin: 10px 0;
}

#textbox p {
	margin: 1em 0 1em 0;
	line-height: 150%;
	font-size: 120%;
}

#textbox strong {
	font-weight: bold;
}

#textbox a:link {
	text-decoration: underline;
	color: #0000FF;
}

#textbox a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#textbox a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#textbox a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

/* BOX用 */
.tbox {
	background-image: url(img/border2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 15px;
}

.tbox h3 {
	font-size: 140%;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #FF9900;
	padding-bottom: 10px;
	margin: 0px 14px 10px 14px;
}

.tbox h4 {
	color: #333333;
	margin: 20px 20px 10px 10px;
	padding: 0 0 5px 10px;
	font-size: 100%;
	border-left: solid 5px #999999;
	border-bottom: dotted 1px #666666;
	font-family: Verdana, Arial, sans-serif;
}

.tbox p {
	padding: 0px 15px;
}

.border1 {
	font-size: 1px;
	vertical-align: top;
}
.border3 {
	font-size: 1px;
	vertical-align: bottom;
}

/* ランキング内 */
#rank {
	font-size: 90%;
}

/***********************************************************
	左メニュー（目次）
***********************************************************/
/* メニュー部分（スペース確保） */
#categories {
	float: left;
	width: 200px;
	padding: 0 0 20px 0;
}

/* 目次表示部分 */
/* 目次はデザイン保持のためフォントをpx指定 */
#menu {
	margin: 10px 4px;
	font-size: 13px;
	line-height: 160%;
}

#menu h4 {
	line-height: 30px;
	background-image: url(img/subnavi_top.gif);
	height: 30px;
	width: 190px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu h4 a:link {
	text-decoration: none;
	color: #333333;
}

#menu h4 a:visited {
	text-decoration: none;
	color: #333333;
}

#menu h4 a:active {
	text-decoration: underline;
	color: #993300;
}

#menu h4 a:hover {
	text-decoration: underline;
	color: #993300;
}

#menu ul {
	list-style-type: none;
	font-size: 12px;
	font-family: monospace,"ＭＳ Ｐ明朝", sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}

/* IJK adv */
#menu li {
	display: inline;
}

#menu li a{
	display: block;
	padding:2px 0 2px 8px;
	border-bottom:dotted 1px #666666;
	border-left:solid 3px #ffddaa;
}

#menu li a:link {
	text-decoration: none;
	color: #333333;
}

#menu li a:visited {
	text-decoration: none;
	color: #333333;
}

#menu li a:active {
	text-decoration: underline;
	color: #993300;
}

#menu li a:hover {
	text-decoration: underline;
	border-left:solid 3px #aaddff;
	color: #993300;
}

/* メニュー内の画像リンク */
#menu .mlink {
	margin: 0 0 5px 0;
	padding: 0;
}

/* メニュー内のpおよびリンク設定 */
#menu p {
	margin: 1px 0 5px 0;
}

#menu p a:link {
	text-decoration: none;
}

#menu p a:visited {
	text-decoration: none;
}

#menu p a:active {
	text-decoration: none;
}

#menu p a:hover {
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}

/***********************************************************
	フッター
***********************************************************/
/* フッターもヘッダー同様、デザイン崩れを防ぐためpx指定 */
#footer {
	clear: both;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #FFFFFF;
	margin-top: 30px;
}

#footer p {
	font-size: 90%;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #CC3300;
}

/***********************************************************
	text-align 要素操作クラス
***********************************************************/
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/***********************************************************
	float 要素操作クラス
***********************************************************/
.fleft{
	float: left;
	margin: 5px 10px 0 0;
}

.fright{
	float: right;
	margin: 5px 0 0 10px;
}

.bord{
	border: solid 3px #DDDDDD;
}

.cl {
	clear:both;
}

/***********************************************************
	文字装飾クラス
***********************************************************/
.sml{
	font-size: 70%;
}

.b {
	font-weight: bold;
}

.oran {
	color: #FF9900;
}

.red {
	color: #CC3300;
}

.blue {
	color: #0000FF;
}

.fs_14 {
	font-size:14px;
}

.i {
	font-style: italic;
}

.emp {
	font-weight: bold;
	background-color: #F9D5CF;

}

/***********************************************************
	ケンコーコムリンク用SHOPクラス
***********************************************************/
#shopcontainar { /* 800-28=772px */
	margin: 12px 14px 0 14px;
	float: left;
	line-height: 160%;
}

/* メインコンテンツ部分スペース確保 */
#shopmain {
	float: center;
	width: 700px;
	text-align: left;
}

/* 本文エリア */
#shopcontents { /* 560 */
	margin: 10px 0px 10px 10px;
	line-height: 160%;
}

/* エントリタイトル */
#shopcontents h2 {
	padding: 7px 0 7px 20px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #FF9900;
	border-left: solid 10px #FFcc00;
	border-bottom: solid 1px #FFcc00;
}

/***********************************************************
	サイト特有テーブル等
***********************************************************/

.dtable {
	width: 501px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	text-align: left;
	margin: 0 0 10px 20px;
}

.dtable1 {
	width: 120px;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background-color: #d3ffff;
	font-weight: bold;
	font-size: 14px;
}

.dtable2 {
	width: 380px;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-size: 14px;
}



.dtable1s {
	width: 300px;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background-color: #c3f0ff;
	font-weight: bold;
	font-size: 11px;
}


.dtable3 {
	width: 400px;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-size: 13px;
}

.dtable4 {
	width: 500px;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background-color: #c3f0ff;
	font-weight: bold;
	font-size: 12px;
}

.dtable5 {
	width: 500px;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-size: 13px;
}

/***********************************************************
	ランキングテーブル
***********************************************************/

.tbl_det,.tbl_Pr,.tbl_Ra,.tbl_It {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}

.tbl_det,.tbl_Pr,.tbl_Ra{
	background-color: #FFAA22;
	border: 1px solid #999999;
}

.tbl_det th,.tbl_Pr th,.tbl_Ra th{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background-image: url(../img/thBack.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
}

.tbl_det th,.tbl_Pr th,.tbl_Ra th,.tbl_det td,.tbl_Pr td,.tbl_Ra td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5F5F5;
}

.tbl_Pr td,.tbl_Sp td,.tbl_Ra td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

.tbl_det th {
	width: 40%;
}

.tbl_Ra th{
	width:50px;
}

.tbl_Pr td{
	padding:6px;
}

.tbl_Ra td{
	padding:10px;
	vertical-align:top;
}

.tbl_Ra .rnkitem {
	width:140px;
	text-align: left;
	font-weight: bold;
	vertical-align:middle;
}

.alt td{
	background-color:#F5F5F5;
}

.midd{
	margin: 0 0 0 20px;
}


/***********************************************************
	特設キャッチ
***********************************************************/
#highright {
	background-image: url(img/catch.jpg);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 20px 20px;
}

#highright p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	line-height: 140%;
	padding:130px 10px 15px 50px;
	
	color: #333333;
}

#highright a:visited {
	text-decoration: none;
	color: #000000;
}

#highright a:active {
	text-decoration: none;
	background-color: #FFDDDD;
	color: #000000;
}

#highright a:hover {
	text-decoration: none;
	background-color: #FFDDDD;
	color: #000000;
}


#textbox #linkd a:link {
	text-decoration: underline;
	color: #0000FF;
}

#highright #linkd a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#highright #linkd a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#highright #linkd a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

/* オーネット */
#highright_onet {
	background-image: url(images/catch_onet.jpg);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 20px 20px;
}

#highright_onet p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	line-height: 140%;
	padding:130px 10px 15px 50px;
	
	color: #333333;
}

#highright_onet a:link {
	text-decoration: underline;
	color: #0000FF;
}

#highright_onet #linkd a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#highright_onet #linkd a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#highright_onet #linkd a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}


/* 婚活パーティー */
#highright_party {
	background-image: url(images/catch_party.jpg);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 20px 20px;
}

#highright_party p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	line-height: 140%;
	padding:130px 10px 15px 50px;
	
	color: #333333;
}

#highright_party a:link {
	text-decoration: underline;
	color: #0000FF;
}

#highright_party #linkd a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#highright_party #linkd a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#highright_party #linkd a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

/* インターネット型 */
#highright_internet {
	background-image: url(images/catch_internet.jpg);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 20px 20px;
}

#highright_internet p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	line-height: 140%;
	padding:130px 10px 15px 30px;
	
	color: #333333;
}

#highright_internet a:link {
	text-decoration: underline;
	color: #0000FF;
}

#highright_internet #linkd a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#highright_internet #linkd a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#highright_internet #linkd a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

/* 婚活エステ */
#highright_esthe {
	background-image: url(images/catch_esthe.jpg);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 20px 20px;
}

#highright_esthe p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	line-height: 140%;
	padding:130px 10px 15px 30px;
	
	color: #333333;
}

#highright_esthe a:link {
	text-decoration: underline;
	color: #0000FF;
}

#highright_esthe #linkd a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#highright_esthe #linkd a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#highright_esthe #linkd a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}


/* インタビュー　youbride */
.youbtable {
	width: 450px;
	text-align:center;
}

.youbtable-td {
	width: 225px;
	text-align:center;
}

