
/* ####################### 余白をまずリセット ####################### */
*{
	padding:0;
	margin:0;
}

/* ####################### リンク設定 ####################### */
a:link { color: blue; } 
a:visited { color: #8080ff; } 
a:hover { color: #ffff00; } 
a:active { color: red; } 

/* ####################### 基本設定 ####################### */
body {
	margin: 0 auto 0 auto;
	font-family: 'Century Gothic', sans-serif;
	font-size:		small;
}

/* ####################### 構成パーツ ####################### */

/* 全体 */
#container {
	width:			1000px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		0px;
}

/* ヘッダー */
#header {
	width:	100%;
	height:	45px;
	border:	0px dotted red;
}

/* ナビ */
#navi {
	width: 100%;
	border: 0px dashed blue;
	padding: 5px 0 20px 0;
	text-align: center;
	clear: both;
}

/* メイン */
#main {
	width:	100%;
	margin: 0 auto 0 auto;
}

/* 左 */
#leftcolumn {
	float:	left;
	width:	20%;
	border:	0px solid blue;
	height: auto;
}

/* センター */
#centercolumn {
	float:	left;
	width:	40%;
	border:	0px solid red;
	height: auto;
	margin-left: 1%;
	margin-right: auto;
}

/* 右 */
#rightcolumn {
	float:	right;
	width:	37%;
	border:	0px solid green;
	height: auto;
}

/* フッター */
#footer {
	clear: both;
	width: 100%;
	border: 1px dashed darkorchid;
}

/* アバウト */
#aboutcolumn {
	float:	right;
	width:	77%;
	border:	1px solid brown;
}

/* まじめ */
#majimecolumn {
	float:	right;
	width:	77%;
	border:	1px solid #90EE90;
}

/* 結婚 */
#marriagecolumn {
	float:	right;
	width:	77%;
	border:	1px solid #1E90FF;
}

/* 大人向け */
#adultcolumn {
	float:	right;
	width:	77%;
	border:	1px solid #782D8B;
}

/* 近所 */
#kinjocolumn {
	float:	right;
	width:	77%;
	border:	1px solid #FD5C5C;
}

/* セフレ */
#sefurecolumn {
	float:	right;
	width:	77%;
	border:	1px solid black;
}

/* 人妻 */
#hitodumacolumn {
	float:	right;
	width:	77%;
	border:	1px solid #FFFF99;
}

/* モテテク */
#moterucolumn {
	float:	right;
	width:	77%;
	border:	1px solid mediumorchid;
}

/* パンくず */
#pankuzu {
	width:100%;
	margin:5px;
	margin-bottom:10px;
}

/* ####################### 個別設定 ######################################################################################### */

/* トップネーム */
h1#topname {
	width:		1000px;
	margin:		20px auto 0 auto;
	font-family:'HGP行書体','HG正楷書体-PRO' cursive;
	font-weight: bold;
	font-size: x-large;
	color: #666666;
}

/* タイトル */
#title {
	font-family:'HGP行書体','HG正楷書体-PRO' cursive;
	font-weight: bold;
	font-size: x-large;
	color: #666666;
	margin: 5px 0 0 5px;
}

/* タイトル内リンク */
#topname a:link, #topname a:hover, #topname a:visited, #topname a:active{
	text-decoration:none;
	color: #666666;
}

/* ヘッダの内部 */
#head_in {
	float: right;
	text-align: right;
	line-height: 150%;
	margin-right: 10px;
}
/* 更新日 */
#renew {
	float: left;
	margin-left: 5px;
	color: gray;
}

/* ジャンルボックス */
#genre {
	border:1px solid coral;
	margin-bottom:20px;
}

/* ジャンルタイトル */
#genretitle {
	width:100%;
	background-color:coral;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:3px 0 3px 0;
}

/* ジャンルリスト */
#genrelist {
	padding:5px;
	line-height:150%;
	letter-spacing:0.3em;
}

/* ピックアップ */
#pickup {
	border:1px solid lightgreen;
	margin-bottom:20px;
}
/* ピックアップタイトル */
#pickuptitle {
	background-color:lightgreen;
	font-weight:bold;
	text-align:center;
	padding: 3px 0 3px 0;
}

/* ピックアップメイン */
#pickupmain {
	padding: 5px;
	line-height: 150%;
}


/* 先月利用者数 */
#sengetu {
	border:1px solid black;
	margin-bottom:20px;
}
/* 先月利用者数タイトル */
#sengetutitle {
	background-color:black;
	font-weight:bold;
	text-align:center;
	color:white;
	padding: 3px 0 3px 0;
}

/* 先月利用者数メイン */
#sengetumain {
	padding: 5px;
	line-height: 150%;
}

/* 穴場 */
#anaba {
	border:1px solid #4169E1;
	margin-bottom:20px;
}
/* 穴場タイトル */
#anabatitle {
	background-color:#4169E1;
	font-weight:bold;
	text-align:center;
	color : #E0FFFF;
	padding: 3px 0 3px 0;
}

/* 穴場メイン */
#anabamain {
	padding: 5px;
	line-height: 150%;
}

/* イチオシ */
#itiosi {
	border:1px solid crimson;
	margin-bottom:20px;
}
/* イチオシタイトル */
#itiosititle {
	background-color:crimson;
	font-weight:bold;
	color:white;
	text-align:center;
	padding: 3px 0 3px 0;
}

/* イチオシメイン */
#itiosimain {
	padding: 5px;
	line-height: 150%;
}


/* 定番 */
#teiban {
	border:1px solid teal;
	margin-bottom:20px;
}

/* 定番タイトル */
#teibantitle {
	background-color:teal;
	font-weight:bold;
	color:white;
	text-align:center;
	padding: 3px 0 3px 0;
}

/* 定番メイン */
#teibanmain {
	padding: 5px;
	line-height: 150%;
}

/* おすすめ */
#osusume {
	width: 100%;
	border: 1px solid pink;
}
/* おすすめタイトル */
#osusumetitle {
	font-weight: bold;
	background-color: pink;
	padding: 3px 0 3px 0;
	text-align: center;
}

/* おすすめメイン */
#osusumemain {
	padding: 5px;
	line-height: 150%;
}

/* フッター */
#footer {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* アバウトタイトル */
#abouttitle {
	width:				100%;
	background-color:	brown;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 3px 0;
	color:				white;
}

/* アバウトメイン */
#aboutmain {
	padding:5px;
	line-height:150%;
}


/* まじめ系タイトル */
#majimetitle {
	width:				100%;
	background-color:	#90EE90;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				black;
	margin:0px;
}

/* まじめ系トップ */
#majimetop {
	width:				100%;
	background-color:	#90EE90;
	text-align:			center;
	color:				black;
	padding:			0 0 3px 0;
}

/* まじめ系メイン */
#majimemain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* まじめ系ライン */
#majimeline {
	color:white;
	background-color:white;
	border:1px solid white;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* 結婚系タイトル */
#marriagetitle {
	width:				100%;
	background-color:	#1E90FF;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				white;
	margin:0px;
}

/* 結婚系トップ */
#marriagetop {
	width:				100%;
	background-color:	#1E90FF;
	text-align:			center;
	color:				white;
	padding:			0 0 3px 0;
}

/* 結婚系メイン */
#marriagemain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* 結婚系ライン */
#marriageline {
	color:white;
	background-color:white;
	border:1px solid white;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* 大人向けタイトル */
#adulttitle {
	width:				100%;
	background-color:	#782D8B;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				#E6E6FA;
	margin:0px;
}

/* 大人向けトップ */
#adulttop {
	width:				100%;
	background-color:	#782D8B;
	text-align:			center;
	color:				#E6E6FA;
	padding:			0 0 3px 0;
}

/* 大人向けメイン */
#adultmain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* 大人向けライン */
#adultline {
	color:#E6E6FA;
	background-color:#E6E6FA;
	border:1px solid #E6E6FA;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* 近所タイトル */
#kinjotitle {
	width:				100%;
	background-color:	#FD5C5C;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				white;
	margin:0px;
}

/* 近所トップ */
#kinjotop {
	width:				100%;
	background-color:	#FD5C5C;
	text-align:			center;
	color:				white;
	padding:			0 0 3px 0;
}

/* 近所メイン */
#kinjomain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* 近所ライン */
#kinjoline {
	color:white;
	background-color:white;
	border:1px solid white;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* セフレタイトル */
#sefuretitle {
	width:				100%;
	background-color:	black;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				white;
	margin:0px;
}

/* セフレトップ */
#sefuretop {
	width:				100%;
	background-color:	black;
	text-align:			center;
	color:				white;
	padding:			0 0 3px 0;
}

/* セフレメイン */
#sefuremain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* セフレライン */
#sefureline {
	color:white;
	background-color:white;
	border:1px solid white;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* 人妻タイトル */
#hitodumatitle {
	width:				100%;
	background-color:	#FFFF99;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 0 0;
	color:				saddlebrown;
	margin:0px;
}

/* 人妻トップ */
#hitodumatop {
	width:				100%;
	background-color:	#FFFF99;
	text-align:			center;
	color:				saddlebrown;
	padding:			0 0 3px 0;
}

/* 人妻メイン */
#hitodumamain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* 人妻ライン */
#hitodumaline {
	color:saddlebrown;
	background-color:saddlebrown;
	border:1px solid saddlebrown;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* モテテクタイトル */
#moterutitle {
	width:				100%;
	background-color:	mediumorchid;
	font-weight:		bold;
	text-align:			center;
	padding:			3px 0 3px 0;
	color:				white;
	margin:				0px;
}

/* モテテクトップ */
#moterutop {
	width:				100%;
	background-color:	mediumorchid;
	text-align:			center;
	color:				white;
	padding:			0 0 3px 0;
}

/* モテテクメイン */
#moterumain {
	padding:10px 20px 10px 20px;
	line-height:150%;
}

/* モテテクライン */
#moteruline {
	color:white;
	background-color:white;
	border:1px solid white;
	width:80%;
	height:1px;
	margin: 0 auto 0 auto;
	padding:0px;
}

/* モテテクリスト */
#moterulist {
	margin-left:20px;
	list-style-type: decimal;
}
