@charset "utf-8";

@import url("/css/exstyle.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol,ul,li {
	list-style: none;
}

img {
	border: none;
}

input,textarea {
	padding: 3px;
	font-size: 100%;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-left: 10px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #cc0000;
}


.button-move a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

body {
	background: url(images/body_bg.jpg) repeat-x;
	color: #666666;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	font-size: 100%;
	text-align: center;
}


/*----------------------------------------------------
	link
----------------------------------------------------*/
a:link {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #cc3366;
	text-decoration: none;
}

a:active {
	color: #cc3366;
	text-decoration: none;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 98%;
	margin: 0 auto;
	text-align: left;
}

#container p.pagetop {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width: 100%;
	height: 70px;
}

#header h1 {
	padding: 5px 0 0 0;
}

#header p {
	padding: 5px 0 0 0;
}

/*----------------------------------------------------
	gnavi
----------------------------------------------------*/
#gnavi {
	width: 100%;
	height: 35px;
	margin: 0;
}

#gnavi ul {
	list-style: none;
	margin: 0;
}

#gnavi li {
	float: left;
	width: 120px;
	height: 35px;
	overflow: hidden;
}

#gnavi li a {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	padding: 10px 0 0 0;
	color: #666666;
	font-weight: bold;
	font-size: 88%;
	text-align: center;
	text-decoration: none;
	background: url(images/gnavi_bg.jpg) no-repeat right top;
}

#gnavi li.last a {
	background: none;
}

#gnavi li a:hover {
	color: #cc3366;
}


/*----------------------------------------------------
	wrapper
----------------------------------------------------*/
#wrapper {
	float:left;
	width:100%;
	margin-right:-300px;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	margin-right:300px;
	padding: 15px 15px 0 10px;
}

#contents h1 {
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	border-right: 1px solid #e0e0e0;
	font-size: 88%;
	background: url(images/contents_h1.jpg) no-repeat;
}

#contents h2 {
	line-height: 30px;
	margin: 15px 0 10px 0;
	padding: 0 0 0 20px;
	border-right: 1px solid #e0e0e0;
	font-size: 82%;
	background: url(images/contents_h2.jpg) no-repeat;
}

#contents h3 {
	line-height: 26px;
	margin: 0 0 10px 20px;
	padding: 0 0 0 30px;
	font-size: 82%;
	background: url(images/contents_h3.jpg) no-repeat;
}

#contents p {
	line-height: 1.5;
	margin: 0 10px 1em 20px;
	font-size: 82%;
}

#contents p.tpath {
	line-height: 1.0;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 75%;
}

#contents ul {
	margin: 0 10px 10px 20px;
}

#contents ul li {
	line-height: 1.5;
	padding: 3px 0 3px 18px;
	font-size: 82%;
	background: url(images/icon_pointer.gif) no-repeat 0 7px;
}

#contents #inner {
	width: 100%;
}

#contents #inner #left {
	float: left;
	width: 49%;
}

#contents #inner #right {
	float: right;
	width: 49%;
}

/*---- 検索フォーム ----*/
#contents form.search {
	margin: 0 0 15px 0;
	padding: 10px 0 0 10px;
	border: 3px double #ffdcb9;
	background: url(images/contents_bg_orange.jpg) repeat-x;
}

#contents form.search p.title {
	line-height: 30px;
	margin: 0 0 5px 0;
	/*margin: 0 0 20px 0;*/
	padding: 0 0 0 40px;
	font-weight: bold;
	font-size: 88%;
	background: url(images/icon_search.jpg) no-repeat;
}

#contents form.search input.text01 {
	width: 100px;
	margin: 0 20px 0 0;
}

#contents form.search input.text02 {
	width: 100px;
}

#contents form.search .body {
	font-size:17px;
	vertical-align: middle;
}

#contents form.search select {
	height: 24px;
	font-size:15px;
	vertical-align: middle;
}

#contents form.search .submit {
	vertical-align: middle;
}

/*---- コメント投稿フォーム ----*/
#contents form.write {
	margin: 0 5% 15px 5%;
	text-align: center;
}

#contents form.write input.text {
	width: 180px;
	margin: 0 20px 0 0;
}

#contents form.write select {
	width: 180px;
}

#contents form.write textarea {
	width: 80%;
	height: 100px;
}

/*---- トップページ『最近の婚活口コミ情報』 ----*/
#contents ul.kuchikomi {
	margin: 0 10px 20px 50px;
}

#contents ul.kuchikomi li {
	padding: 3px 0 3px 20px;
	background: url(images/icon_comment_yellow.gif) no-repeat 0 5px;
}

/*---- トップページ『パートナー』 ----*/
#contents ul.partner {
	margin: 0 10px 20px 10px;
	width:100%;
}
#contents ul.partner li {
	width:90%;
	float:left;
	vertical-align:top;
	margin-bottom:15px;
	padding: 3px 0 3px 10px;
	background-image: none;
	/*background: url(images/icon_comment_yellow.gif) no-repeat 0 5px;*/
}
#contents ul.partner img{
	float:left;
	margin-right:10px;
}
#contents ul.partner span.title{
	font-weight:bold;
	font-size:110%;
}
#contents ul.partner p{
	width:100%;
	margin:0;
	padding:0;
	font-size:92%;
	padding-top:0px;
}


/*---- トップページ『エリア別情報ページ』 ----*/
#contents ul.area {
	margin: 0 10px 20px 20px;
}

#contents ul.area li {
	padding: 3px 0 3px 20px;
	background: url(images/icon_comment_yellow.gif) no-repeat 0 5px;
}
#contents ul.area li span.title{
	font-weight: bold;
	text-align:right;
}
/*---- 掲示板ページ ----*/
#contents dl.bulletin-board {
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
	border-bottom: none;
}

#contents dl.bulletin-board dt.violet {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 82%;
	background: url(images/contents_title_bg_violet.jpg) repeat-x left top;
}

#contents dl.bulletin-board dd.violet {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cccccc;
	background: #faf6f7;
}

#contents dl.bulletin-board dt.blue {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 82%;
	background: url(images/contents_title_bg_blue.jpg) repeat-x left top;
}

#contents dl.bulletin-board dd.blue {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cccccc;
	background: #f7faff;
}

/*---- イベント詳細情報 ----*/
#contents div.event {
	margin: 20px 0;
	padding: 10px 10px 0 10px;
	border: 3px double #ffde59;
	background: url(images/contents_bg_yellow.jpg) repeat-x;
}

#contents div.event p.title,
#contents p.event-detail-title {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ffcc00;
	font-weight: bold;
	font-size: 88%;
}

#contents p.event-detail-title {
	margin: 0 0 10px 10px;
}

#contents table.event-detail {
	margin: 0 0 20px 0;
	border-right: 1px solid #cccccc;
}

html>/**/body #contents table.event-detail {
	width: 100%;
}

#contents table.event-detail caption {
	padding: 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 88%;
	text-align: center;
	background: url(images/contents_title_bg_yellow.jpg) repeat-x left top;
}

#contents table.event-detail th,
#contents table.event-detail td {
	padding: 7px 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 82%;
}

#contents table.event-detail th {
	width: 20%;
	text-align: center;
	background: #ffffe3;
}

#contents table.event-detail td {
	width: 80%;
}

#contents table.event-detail td.w-30 {
	width: 30%;
}

#contents table.event-detail td p {
	margin: 0 0 5px 0;
	font-size: 100%;
}

/* 外部ブログ用 */
form.outLink{
	margin-left:20px;
	margin-bottom:15px;
}

form.outLink input{
	height:19px;
	width:600px;
	font-size: 88%;
	color:#5F5F5F;
	background-color:#FFFAEA;
	border:1px solid #DFDFDF;
}

/*---- イベント検索結果ページ ----*/
#contents dl.event-search {
	margin: 0 0 10px 0;
}

#contents dl.event-search dt {
	padding: 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: 88%;
	background: url(images/contents_title_bg_yellow.jpg) repeat-x left top;
}

#contents dl.event-search dd {
	margin: 0;
	padding: 5px 0 5px 10px;
	border: 1px solid #cccccc;
	border-top: none;
}

#contents dl.event-search dd ul {
	margin: 0;
	padding: 0;
}

#contents dl.event-search dd ul li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 82%;
	background: none;
}

#contents ul.page-list {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

#contents ul.page-list li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

/*---- 『婚活体験談募集中』 ----*/
#contents div.experience {
	margin: 20px 0;
	padding: 10px 10px 0 10px;
	border: 3px double #ffcccc;
	background: url(images/contents_bg_pink.jpg) repeat-x;
}

#contents div.experience p.title {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ff99cc;
	font-weight: bold;
	font-size: 88%;
}

#contents div.experience p {
	margin: 0 10% 1em 10%;
	padding: 0 0 0 10px;
	font-size: 88%;
}


/*----------------------------------------------------
	side
----------------------------------------------------*/
#side {
	float:left;
	width: 300px;
	padding: 15px 0 0 0;
}

#side h2 {
	padding: 10px 0 10px 10px;
	color: #ffffff;
	font-size: 88%;
	background: url(images/side_h2.jpg) no-repeat;
}

#side p a img.button {
	margin: 0 0 15px 0;
}

#side div.side-inner {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(images/side_inner_btm.jpg) no-repeat left bottom;
}

#side div.side-inner p {
	line-height: 1.3;
	padding:  5px 5px 5px 10px;
	font-size: 75%;
	background: url(images/side_inner_bg.jpg) repeat-y;
}

#side div.side-inner ul {
	padding: 5px 5px 1px 10px;
	background: url(images/side_inner_bg.jpg) repeat-y;
}

#side div.side-inner ul li {
	line-height: 1.8;
	padding: 3px 0 3px 0;
	font-size: 75%;
}

#side div.side-inner ul.event li {
	padding: 3px 0 3px 20px;
	background: url(images/icon_pin.gif) no-repeat 0 5px;
}

#side div.side-inner ul.kuhcikomi li {
	padding: 3px 0 3px 20px;
	background: url(images/icon_comment_yellow.gif) no-repeat 0 5px;
}

#side div.side-inner ul.register li {
	padding: 0px 0 3px 20px;
	font-weight:bold;
	font-size:110%;
	/*background: url(images/application.gif) no-repeat 0 10px;*/
}
#side div.side-inner ul.register li .count{
	float:right;
	color:red;
}

#side div.side-inner ul.register li .ken{
	float:right;
	padding-right:50px;
	padding-left:2px;
}

#side div.side-inner ul.ranking li img {
	vertical-align: text-bottom;
	padding: 0 3px 0 0;
}

#side div.side-inner_b {
	margin: 0 0 65px 0;
	padding: 0 0 10px 0;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer p {
	margin: 0 0 30px 0;
	font-size: 75%;
}

#footer ul {
	padding: 25px 0 25px 0;
}

#footer ul li {
	display: inline;
	padding: 0 4px 0 7px;
	border-right: 1px solid #585858;
	font-size: 75%;
	letter-spacing: 0.08em;
}

#footer ul li.last {
	border-right: none;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}