@charset "utf-8";
/*
Theme Name: 出会い
Theme URI: http://opet-china.com/
Description: 出会いのカスタマイズテーマ
Version: 1.0
Author: Hiroyuki Yahagi
Author URI: http://opet-china.com/
Tags: white, custom header, fixed width, two columns, widgets

*/

*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	font-size: 13px;
	color:#000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 20px;
}
img {
	border: 0;
	}
table td{
	vertical-align: top;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	font-size: 14px;
}
a{
	color: #00F;
	text-decoration: underline;
}
a:hover{
	color: #C00;
	text-decoration: underline;
}
p{
	padding: 7px 0;
}
ul,ol{
	list-style-position: inside;
}

input,textarea{
	font-size: 14px;
}
blockquote{
	font-style: normal;
	margin: 10px 0;
	padding: 8px;
	background-color: #E1E1E1;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 150%;
}
.red{
	color: #DC143C;
}
.green{
	color: #009900;
}
.orange{
	color: #F04E00;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.small{
	font-size: 12px;
}
.bold{
	font-weight: bold;
}
.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.notice{
	color: #333;
	font-size: 12px;
}
.pickup{
	font-weight: bold;
	color: #F00;
}
.line-through{
	text-decoration:line-through;
}
.odd{
	color: #000;
	background-color: #F5F4F0;
}
.even{
	color: #000;
	background-color: #FFF;
}
.img-left{
	float: left;
	margin: 0 20px 10px 0;
}
.text16{
	font-size: 16px;
}
.text24{
	font-size: 24px;
}
.padding8{
	padding: 8px 0;
}
/*メインテーブル*/
div#main{
	width: 800px;
	margin: 0 auto;
}

/*ヘッダー*/
div#header{
	position: relative;
	padding: 5px 10px 10px 10px;
	border-bottom: solid 3px #C00;
	background-image: url(../../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1{
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
}

div#description{
	position: absolute;
	top : 32px;
	left: 204px;
	color: #000;
	width: 580px;
	text-align: right;
	font-size: 10px;
}
div#description p{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

div#header h2{
	width: 144px;
	height: 64px;
	font-size: 36px;
	color: #FFF;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	display: block;
	line-height: 50px;
}
div#header h2 a{
	color: #FFF;
	text-decoration: none;
}

div#serarch input#searchsubmit {
	margin: 0;
	width: 44px;
	height:19px;
	vertical-align: moddle;
}

/*メインメニュー*/
ul#main-menu{
	position: absolute;
	top : 60px;
	left: 212px;
	width: 576px;
	list-style: none;
	list-style-position: outside;
}

ul#main-menu li{
	float: left;
	width: 115px;
	height: 25px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
ul#main-menu li.top{
}
ul#main-menu li a{
	color: #FFF;
	text-decoration: none;
}

ul#main-menu a:hover{
	color: #FF0;
	text-decoration: underline;
}




	
/*メインコンテンツ*/
div#main_content{
	width: 780px;
	padding: 10px;
	color: #000;
	background:  #FFF;
}

.navigation{
	padding: 10px 0;
}

/*左メニューブロック*/

/*パンクズリスト*/
div#breadcrumb{
	float: left;
	width: 650px;
	padding: 5px 0 5px 0;
}
div#block_left{
	float: left;
	width: 180px;
	padding: 5px 0 0 0;
}
div#block_left .block_content{
	width: 170px;
	padding: 5px;
	background: #EBEBEB;
}


div#block_left ul,div#block_left ol{
	list-style: none;
	list-style-position: outside;
}

div#block_left .title-beginner{
	font-weight: bold;
	width: 145px;
	height: 26px;
	padding: 10px 0 0 35px;
	font-size: 18px;
	background-image: url(../../../images/side/bg-titile-beginner.gif);
	background-repeat: no-repeat;
}

div#block_left ul#side-menu{
	padding: 10px;
	margin-bottom: 15px;
	border: solid 1px #FF6600;
	background-color: #FFF1E2;
}
div#block_left ul#side-menu li{
	padding: 8px 10px 8px 30px;
	background-color: #FFF;
	border: solid 1px #999999;
	margin-bottom: 5px;
	background-image: url(../../../images/side/bg-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#block_left .widgettitle{
	color: #FFF;
	width: 145px;
	height: 26px;
	padding: 10px 0 0 35px;
	font-size: 18px;
	background-image: url(../../../images/side/bg-titile-deairanking.gif);
	background-repeat: no-repeat;
}

div#block_left .textwidget{
	padding: 10px;
	margin-bottom: 15px;
	border: solid 1px #C00;
	background-color: #FFEDEB;
}
div#block_left .textwidget ul li{
	padding: 8px 10px 8px 10px;
	background-color: #FFF;
	border: solid 1px #999999;
	margin-bottom: 5px;
}
div#block_left ul#side-menu2 li.r1{
	padding: 8px 10px 8px 30px;
	background-image: url(../../../images/side/bg-r1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#block_left ul#side-menu2 li.r2{
	padding: 8px 10px 8px 30px;
	background-image: url(../../../images/side/bg-r2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#block_left ul#side-menu2 li.r3{
	padding: 8px 10px 8px 30px;
	background-image: url(../../../images/side/bg-r3.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#block_left .textwidget p {
	text-align: right;
	margin: 0px;
}

div#block_left ul li.widget{
}
.widgettitle{
}
.widget_recent_entries ul li{
}

/*右コンテンツブロック*/
div#block_right{
	float: right;
	width: 580px;
	padding: 5px 0 20px 5px;
	margin-bottom: 5px;
}

.tanosii{
	margin-bottom: 15px;
}

/*投稿*/
h3.archive{
	margin-top: 10px;
}

/*トップページイメージ*/
div.toppage h2{
	font-size: 16px;
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	background-image: url(../../../images/bg-title.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding: 4px 0 0 25px;
}
div.toppage .title{
	font-size: 16px;
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	border-left: solid 5px #C00;
	border-bottom: solid 1px #C00;
	padding: 0 0 5px 10px;
}
div.toppage .sub-title{
	color: #F60;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
div.toppage .content{
	padding: 5px 0;
	margin: 0 0 15px 0;
	border-bottom: dotted 1px #E1E1E1;
}

.toppage-content p{
	padding: 0;
}

table.osusume{
	margin-top: 8px;
	border-collapse: collapse;
	border: solid 1px #CCC;
}
table.osusume a{
	text-decoration: none;
}
table.osusume td{
	padding: 8px;
	border: solid 1px #CCC;
}

.point {
	color: #F00;
}

.point2 {
	color: #F00;
	font-weight: bold;
}

.rank {
	color: #333;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../../images/ranking.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

/*広告用*/
table.osusume2{
	width: 600px;
	margin: 10px auto;
	margin-top: 8px;
	border-collapse: collapse;
	border: solid 1px #CCC;
}
table.osusume2 a{
	text-decoration: none;
}
table.osusume2 td{
	padding: 8px;
	border: solid 1px #CCC;
}

/*個別ページ*/
div.single-page h2{
	font-size: 16px;
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	background-image: url(../../../images/bg-title.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding: 4px 0 0 25px;
}

div.single-page .title{
	font-size: 16px;
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	border-left: solid 5px #C00;
	border-bottom: solid 1px #C00;
	padding: 0 0 5px 10px;
}

div.single-page .content{
	padding: 5px 0;
	margin: 10px 0 15px 0;
	border-bottom: dotted 1px #E1E1E1;
}

/*分析*/
ul.bunnseki{
	line-height: 28px;
	margin: 10px 0;
	list-style: none;
	list-style-position: outside;
}
ul.bunnseki li{
	margin-bottom: 10px;
}

ul.bunnseki a{
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}

/*検証済み優良サイト*/

.good {
	width: 165px;
	background-color: #FFEDEB;
	border: 1px solid #CCC;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.good dt {
	text-align: center;
	text-decoration: none;
}
.good dt a {
	text-decoration: none;
}

.good dt a img {
	border: 1px solid #F90;
}

.good dt a:hover img {
	border:1px solid #FF0;
}
.good dd {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 130%;
}

.good2 {
	width: 165px;
	background-color: #FFEDEB;
	border: 1px solid #CCC;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.good2 dt {
	text-align: center;
	text-decoration: none;
}
.good2 dt a {
	text-decoration: none;
}

.good2 dt a img {
	border: 1px solid #F90;
}

.good2 dt a:hover img {
	border:1px solid #FF0;
}
.good2 dd {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 130%;
}

.good3 {
	width: 165px;
	margin: 0px;
	background-color: #FFEDEB;
	border: 1px solid #CCC;
	padding: 5px;
	float: left;
}
.good3 dt {
	text-align: center;
	text-decoration: none;
}
.good3 dt a {
	text-decoration: none;
}

.good3 dt a img {
	border: 1px solid #F90;
}

.good3 dt a:hover img {
	border:1px solid #FF0;
}

.good3 dd {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 130%;
}
.clear {
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-right: 5px;
}




/*運営会社*/
table#unnei{
	width: 580px;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin: 20px 0;
}
table#unnei th{
	padding: 10px 8px;
	width: 30%;
	border: solid 1px #CCC;
	vertical-align: middle;
}
table#unnei td{
	padding: 10px 8px;
	width: 70%;
	border: solid 1px #CCC;
	vertical-align: middle;
}

/*中央コンテンツブロック*/
div#block_center{
	float: right;
	width: 780px;
	padding: 15px 0 20px 0;
	margin-bottom: 5px;
}

div#block_center h2{
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	font-size: 15px;
	color: #333;
	background-image: url(../../../images/bg-top-center-title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px 5px 0 25px;
	margin-bottom: 15px;
	height: 25px;
}

div#block_center .title{
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding: 4px 5px 0 0;
	height: 25px;
	border-bottom: solid 2px #80D2FE;
}

div#block_center .content{
	padding: 5px 0;
	margin: 10px 0 15px 0;
	border-bottom: dotted 1px #E1E1E1;
}

/*お問い合わせ*/
table.mail_from{
	width: 100%;
	margin: 5px 0 0 0;
	border-collapse:collapse;
	line-height: 150%;
}
table.mail_from th{
	width: 200px;
	text-align: left;
	padding: 15px 5px 15px 5px;
	border-right: dotted 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
	font-weight: normal;
	vertical-align: top;
}
table.mail_from th.mail_from-title{
	width: 100%;
	font-size: 14px;
	background-color: #FFFFE6;
	border-right: none;
}
table.mail_from td{
	text-align: left;
	font-weight: normal;
	padding: 15px 5px 15px 15px;
	border-bottom: solid 1px #E1E1E1;
}
table.mail_from td.submit{
	text-align: center;
	border: none;
	padding: 15px 0 0 0;
}

/*フッター*/
div#footer{
	clear: both;
	border-top: solid 1px #999;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding: 5px 10px 0 10px;
}
div#footer a{
	color: #666;
	text-decoration: none;
}

div#footer .footer-link{
	text-align: left;
}
div#footer .footer-link a{
	border-right: dotted 1px #CACACA;
	padding: 0 10px 0 0;
}
div#footer .copyright{
	text-align: right;
}
