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

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

a {
	text-decoration: none; 
	color: #006666; 
	}

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

/* 各見出し設定 */

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

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

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

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

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

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

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

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

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

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

#banner h2 {
	color: #006666;
	font-size: 12px;
	padding-top: 12px;
	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;
	}

/* オススメ設定 */

#center .block1 {
	margin: 0;
	padding: 4px;
	font-size: 12px;
	border: 1px dotted #666666;
}

#center .block1 h3 {
	font-size: 12px;
	background: #FFFFFF;
	color: #333333;
	font-weight: bold;
	margin: 5px;
	padding: 1px 6px;
	border-left: 5px solid #FF0099;
}


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

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

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

.content h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #CC3366;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 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-top: 5px;
	margin-bottom: 6px;
	padding: 3px 10px;
	background-image: url(http://www.cokocoko.com/images/entry_bg02.gif);
	}


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

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


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

.sidebar {
	padding: 13px;
	}

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

.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #057D6B;
	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;
	}

/* ===== Search Area ===== */

.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;
	}

/* ===== Bookmark ===== */

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

/* ===== Footer Area ===== */

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


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

.next {
	font-size: 12px;
}


/* ===== Breadcrumb ===== */

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

/* ===== Google ===== */
.ad_google {
	color: #999999;
	font-size: 10px;
	text-align:left;
}



