@charset "utf-8";

/* basic elements */


body {
	margin: 0px 0px 20px 0px;
	background-color: #CC66CC;
        text-align: center;
 	font-size: 12px;
	color: #333333;
	}

body {
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}

/* リンク設定 */



a {
	text-decoration:none; 
	}

a:link {
	color: #ff6600;
	}

a:visited {
	color: #3399ff;
	}

a:active {
	color: #ff33cc;
	}

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


/* 見出し設定 */

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

/* サイト全体設定 */

#container {
	line-height: 165%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 890px;
 border: 2px solid #FF99CC;
 background-color: #FFFFFF;
	}

/* サイトヘッダー設定 */

#banner {
	font-family: Verdana, Arial, sans-serif;
 color: #009900;
background-image: url("img/tari_header.gif");
background-repeat: no-repeat;
background-position:center center
 width:890px;
	height: 120px;
	text-align: left;
 padding: 15px;
 	}

/* ヘッダースタイル設定その１ */


#banner-img {
 display: none;
	}


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

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

/* ヘッダースタイル設定その２ */

#banner h1 {
	font-size: 24px;
	}

#banner h2 {
	font-size: 12px;
	padding: 15px 0px 0px 10px;
	}

/* コンテンツ部設定 */

#center {
	float: left;
	width: 490px;
	overflow: hidden;
	}

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


.clearfloat {
	clear:both;
}


/* メニュー部位置決め設定 */

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

/* コンテンツ部<h2>見出し設定 */

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

/* コンテンツ部<h3>見出し設定 */

.content h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #663333;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-style: solid;
 border-width: 1px;
 border-color: #FFCCFF;
 padding: 5px;
 margin-top:10px;
 margin-bottom:20px;
	}

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

.sidebar {
	padding: 10px;
	}

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

.sidebar h2 {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
 border-style: solid;
 border-width: 1px;
 border-color: #FFCCFF;
 padding: 3px;
 margin-bottom:10px;
	}

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

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

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

/* カテゴリー<ul>部左領域設定 */

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

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

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


/* 検索部設定 */

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

/* フッター部設定 */

.footer {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-color:#FF99CC;
	text-align: center;
	padding: 2px;
	}

address { 
font-style: normal;
}


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

.next {
	font-size: 12px;
}

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

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


hr {
	margin: 1px 0px 10px;
	padding:0;
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 1px;
}

/* パンくず部設定 */

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


/*画像 */

img{
border:0;
}



.floatLeft{
float:left;
margin:5px 10px 7px 0;
}



/*ランダム */
.table2 {
width:95%;
border-collapse: collapse;
border-top: 1px solid #CFE3F2;
border-left: 1px solid #CFE3F2;
margin: 15px auto 10px auto;
padding: 0;
	}

.gr {
	font-size:12px;
	padding:3px;
	border-bottom: 1px solid #CFE3F2;
	border-right: 1px solid #CFE3F2;
	text-align:center
	}

