/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #e9dddc;
	text-align: center;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat;
	}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration:underline ;	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #0000ff;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #0000ff;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #0000ff;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}



/* ２カラムのブログを囲む枠の背景色や線、余白などの設定 */
#two-container {
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 740px;	
	background-color: #FFFFFF;
	border: 1px solid #c3a198;
	background-repeat:no-repeat;
	background-image: url("../images/hd.jpg");
	}


/* タイトルバナー左 */
#banner {

	color:#ffffff;
	padding: 30px 30px 60px 30px;
	text-align: left;
	border-bottom: 0px;
	}

a#banner-img {
	display: none;
	}

#banner a,
#banner a:link,
#banner a:visited {
    color: #da2c2e;
    font-size: 24px;
    text-decoration: none;
}

	#banner a:active,
	#banner a:hover {}


/* タイトル */
#banner h1 {
    color: #da2c2e;
   font-weight: bold;
    font-size: 24px;
}

/* タイトル */
#banner h2 {
    color: #ffffff;
   font-weight: bold;
    font-size: 12px;
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
}



/* 右メニュー用２カラムエントリー全体を入れるＢＯＸの基本設定 */
#two-boxright {
	padding: 15px 0px 0px 5px;
	}


/* 2カラムエントリー全体を入れるＢＯＸの基本設定 */
#two-center {
	float: left;
	width: 540px;
	overflow: hidden;
	}



/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 0px 5px 5px 10px;
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;	
	margin:0px;
	width: 180px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}


/* 右側のメニューを入れるＢＯＸの基本設定 */
#two-right {
	float: left;	
	margin:0px;
	width: 190px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}


/* コンテンツの設定 */

.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 5px 10px 15px 10px;
	padding: 0px;
	}



/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
color : #cc3333; 
font-family : Verdana, Arial, sans-serif; 
font-size : 14px; 
text-align : left; 
font-weight : bold; 
padding : 8px 0 5px 20px; 
margin-bottom : 10px; 
background : #ffffff; 
background-repeat : no-repeat; 
background-image : url("../images/h2.jpg"); 
} 
	


/* パンくず */
.content p.pan {	
	margin-top: 5px;
	}
	
	
	
/* 枠内でulタグを使用した時の設定 */
.content ul {
	margin: 5px 10px;
	}

/* 枠内でul ulタグを使用した時の設定 */
.content ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.content li {
	background: url(../images/lir.gif) no-repeat 5px 5px;
    	margin: 0px;
    	padding: 0px 0px 10px 16px;
    	list-style: none;
				font-size:12px;
	}

	

/* rss
---------------------------------------------*/


.contentnews {
		color: #000000;
		margin:40px 5px 0px 5px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #d98c8c;
		width: auto ;
	}


p.rss {
		font-size:14px;
		font-weight:bold;
		color: #d55858;
}

/* 枠内でulタグを使用した時の設定 */
.cn ul {
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.cn ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.cn li {
	background: url(../images/lir.gif) no-repeat 5px 7px;
    	margin: 0px;
    	padding: 0px 0px 10px 16px;
    	list-style: none;
				font-size:12px;
	}






/* サイドメニューの設定 */
.sidebar {
	padding: 0px;
	margin: 0px;
	}



/* メニュー枠内でh2タグを使用した時の設定 */


.sidebar h2 {
	color : #cc3333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	background-color : #ea959a;
	padding : 2px 0 2px 20px;
	background-repeat : no-repeat;
	background-image : url(../images/h2s.jpg);
	background-position : left center;
	margin-top : 15px;
	border-left : 1px solid #f0f0f0;
	border-right : 1px solid #f0f0f0;
} 

.sidebar ul { 
padding-left : 0; 
margin : 10px 0; 
} 
.sidebar ul ul { 
margin-bottom : 0; 
} 

.sidebar li { 
background : url(../images/lir.gif) no-repeat 5px 7px; 
margin : 0; 
padding : 0 0 5px 15px; 
list-style : none; 
} 



/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	}




/* フッター */
#footer {
	color:#666666;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
clear: both;
	}

#footer p.foot {
               font-size: 10px;
               text-align: left;
               border-top: 1px solid #cccccc;
                     }

/*-------------------------------------------------------------
トップページのPRリンク部分
-------------------------------------------------------------*/
#prlink {
	border:1px solid #ccc;
	margin:15px 5px 30px 5px;
	padding:0px 0px 10px 0px;
}
#prlink dl{
	font-size:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#prlink dt{
	background:url("img/bg-prlink.gif") right center no-repeat;
	color: #333333;
	display:block;
	float:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#prlink dd{
	float:none;
	display:inline;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#prlink p{
	display:block;
	margin:10px 0px 5px 10px;
	padding:0px;
}
#prlink strong{
	background-color:#eee;
	border:1px solid #fff;
	font-size:12px;
	display:block;
	margin:0px 0px 5px 0px;
	padding:2px 0px 2px 10px;
}
