/* サイト全体の設定 */
body {
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.koisuru.com/images/bodybg.gif);
	background-repeat: repeat;
	text-align: left;
 	font-size: 12px;
	color: #333333;
	}

/* エントリーとカテゴリーのリンク設定 */

a {
	text-decoration:none; 
	}

a:link {
	color: #0033FF;
	}

a:visited {
	color: #FF3399;
	}

a:active {
	color: #FF3399;
	}

a:hover {
	text-decoration: underline; 
	background: none;
	color: #990066; 
	}

/* 各見出し設定 */

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

/* サイトコンテンツ全体設定 */

#container {
	line-height: 147%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-image: url(http://www.koisuru.com/images/container_bg.jpg);
	background-repeat: repeat;
	background-position: center top; 
	}

/* ヘッダー部分の設定 */

#banner {
	font-family: Verdana, Arial, sans-serif;
	background-image: url(http://www.koisuru.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	text-align: right;

	width: 800px;
	height: 196px;
	}

/* ヘッダータイトル設定その１ */
#banner-img {
	display: none;
	}

#banner a {
	color: #CC0066;
	font-weight: bold;
	text-decoration: none; 
	}

#banner a:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none; 
	}

/* エントリーヘッダースタイル設定その２ */

#banner h1 {
	color: #CC3399;
	font-size: 25px;
	padding-top: 12px;
	margin-right:18px;
	}

#banner h2 {
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	margin-right:18px;
	}


/* 占いエントリー（コンテンツ）部設定 */

#center {
	float: left;
	width: 420px;
	overflow: hidden;
	background-color: #FFFFFF;
	}

.content {
	padding: 2px 10px 5px 12px;
	font-family: Verdana, Arial, sans-serif;
	}



/* 右カテゴリー(メニュー部)の位置決め設定 */

#right {
	float: left;
	width: 190px;
	overflow: hidden;
	}

/* 最新エントリー（コンテンツ部ライン含む）<h2>見出し設定 */

.content h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #003399;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 3px 5px;
	border-bottom: solid 2px;
	}

/* 最新無料占いエントリー囲み（コンテンツ部）<h3>見出し設定 */

.content h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px;
	padding: 3px 10px;
	background-color: #3399FF;
	}


/* エントリーカテゴリーリンク部設定 */

.category {
	font-size: 10px;
	text-align:right;
	border-bottom: dotted 1px;
	margin-bottom:6px;
}


/* サイドメニュー領域設定設定 */

.sidebar {
	padding: 13px;
	}

/* 両サイドメニュー<h2>見出し設定 */

.sidebar h2 {
	margin-top: 3px;
                padding: 2px 0 1px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FF9999;
	text-align: center;
	font-weight: bold;
	}

/* サイドメニュー<ul>部設定 */

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 12px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

/* カテゴリー<ul>文字の左領域空き */

.sidebar #categories ul {
	padding-left: 4px;
	}

/* サイドメニュー<li>部設定 */

.sidebar li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding-left: 3px;
	list-style-type: none;
	}

/* カテゴリー<li>部アンダーライン挿入 */

.sidebar #categories li {
	list-style-type: none;
	}

/* 検索部設定 */

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 100%;
	text-align: left;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

/* 「お気に入りに追加」ボタン部設定 */

.fev {
	text-align:center;
	margin-bottom: 0px;
}

/* QRコード設定 */

.qr { 
	color: #CC6666;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
             }

/* フッター部設定 */

.footer {
	font-family: Verdana, Arial, sans-serif;
	background-image: url(http://www.koisuru.com/images/bottombg.jpg);
	color: #FFFFFF;
	font-size: x-small;
	background-color:#CC0033;
	text-align: center;
	padding: 2px;
	}


/* 「詳細はこちら」部設定 */

.next {
	font-size: 12px;
}


/* パンくずリスト設定 */

.pan {
	font-size: 10px;
	padding-bottom: 10px;
}


