/* 結婚相談所で婚活スキル磨こう！のスタイルシート（2009.05.05作成） */



/* 構成 */

#container {
	text-align: left;
	width: 900px;
	background: #FFFFFF;
	font-size: 14px;
	color: #333333;
	line-height: 130%;
	padding: 0px;
	margin: 0px;
}

#contents {
	width: 680px;
	float: left;
}

#side01 {
	width: 200px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-right: 20px;

}

#header {

}

#main {
	width: 640px;
	float: left;
	margin-left: 20px;
}





#footer {
	text-align: center;
	font-size: xx-small;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 10px 10px;
}


/* 共通 */

body {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	background: #FFFFF0 url(http://kekkonsodanjo.info/img/bg01.gif);
}

a {text-decoration: underline;}
a:link {color: #993300;}
a:visited {color: #996600;}
a:active {color: #996600;}
a:hover {color: #996600;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

h1, h2, h3, {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.floatclear {
	clear:both;
	height:1px;
	line-height:1px;
}

table {
	
	font-size: 14px;
}



/* タイトル部分 */

#title {
	background: url(http://kekkonsodanjo.info/img/title01.gif) no-repeat left;
	height: 120px;
	margin-bottom: 10px;

}

#title h1 {
	display: none;
}

#descre h2 {
	color: #999999;
	text-align: center;
	font-size: 11pt;
	margin-bottom: 10px;

}

/* トップページ */

.top_box {
	
	width: 310px;
	margin-right: 10px;
	float: left;
}

.top_box_text {
	margin-left: 60px;

}

.top_box_text ul {
	list-style: outside url(http://kekkonsodanjo.info/img/btn01.gif);
	line-height: 150%;
	margin-left: 15px;
	margin-top: 5px;

}

/* サイドバー */

.side_box {
	border: solid #FFCC99 1px;
	font-size: 9pt;
	line-height: 120%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;

}

.side_box ul {
	margin: 0px 0px 5px 10px;

}


/* 記事ページ */

.entry_text {
	margin-left: 60px;
}

.entrytitle h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom: solid #999999 1px;
	padding-bottom: 5px;
	margin-bottom: 15px;

}

.entry_text h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-left: solid #FFCC99 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 15px;

}

.entrybody blockquote {
	background: #EFEFEF;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 20px 0px;

}


/* カテゴリアーカイブ */

.categorytitle {
	font-size: 12pt;
	background: #CCCCCC;
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
