/* CSS Document */


/* エントリーボックス 
------------------------------------------------------*/
#contents {
	font-family: "ＭＳ Ｐゴシック" ,"Osaka",arial;
	}
	
#contents .entryHead h3 {
	height:auto;
	color: #0A51A1;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    margin-bottom: 0px;
	}

#contents .entryHead h3 a {
	color: #0A51A1;
	text-decoration:none;
	}
#contents .entryHead h3 a:hover {
text-decoration:underline;
}
	

/*　カラー
------------------------------------------------------*/

.orange {
	color: #FF6600;
	}

/* 「＊＊＊＊」に関する調査 
------------------------------------------------------*/
strong {
	color:#3366CC;
	background-color:#E6EFFF;
	padding:3px;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
}
/* 項目 
------------------------------------------------------*/
em {
	color:#6699FF;
	font-style:normal;
	font-weight: bold;
}
/* パーセント
------------------------------------------------------*/
u {
	color:#FF6666;
	font-weight: bold;
	text-decoration:none;
}

/* 罫線
------------------------------------------------------*/
hr {
	height: 1px;
	color: #990099;
	border-style: dashed;
	};

/* 画像アップロード
------------------------------------------------------*/
img {
border: none; 
}

img.r { 
float: right; 
margin-top: 0px; 
margin-right: 0px; 
margin-left: 10px; 
align:right; 
} 

img.l { 
float: left; 
margin-top: 0px; 
margin-right: 10px; 
margin-left: 10px; 
align:left; 
}
/* 余白
------------------------------------------------------*/
.marginT15 {
	margin-top:15px;
	}


/* その他
------------------------------------------------------*/
blockquote {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:#999;
}
.otherQ {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:#999;
}
	
.question { 
	color:#CC0000;
	font-size:14px; 
	font-weight:bold; 
	}

.question img { 
	vertical-align: middle;
	}
	
.question a { 
	color:#CC0000;
	text-decoration: none; 
	}

.more {
	padding:10px 0 10px 20px;
	}

.more a { 
	color:#CC0000; 
	text-decoration: none; 
	}

.more a:hover { 
	text-decoration:underline; 
}

/*　全体
------------------------------------------------------*/
#petit {
	margin: 0;
	padding: 0;
	width: 640px;
	}

#petit .explain {
	float: left;
	height: 120px;
	margin: 0;
	position: relative;
	z-index: 5;
}
#petit .explainTxt {
	border: 1px solid #017efe;
	background-color: #ffffb6;
	width: 373px;
	float: right;
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 30px;
	position: absolute;
	left: 230px;
}

#petit h4 , .info {
	padding: 0px 80px 10px 80px;
	color:#CC0000;
	font-size: 14px; 
	font-weight: bold;
}


#petit .sentence {
	margin: 5px;
	background: url(../img/0805pre.jpg) no-repeat;
	background-position: bottom right;
}

/* 左リスト　大枠
------------------------------------------------------*/
#Box180{
	float:left;
	width:180px;
}
/* 左リスト　エントリー一覧
------------------------------------------------------*/
.List {
	background:url("../img/bg_list_bottom.gif") bottom no-repeat;	
	padding-bottom:15px;
	margin-bottom:15px;
}
.listHead {
	height:auto;
	background:url("../img/bg_list_head.gif") no-repeat
} 

#Box180 h5 {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:5px 0px;
	border-bottom:#0a51a1 solid 1px;
	width: 160px;
	margin: 0px 10px 0px 10px;
} 

#Box180 .listBox {
	width:180px;
	height:auto;
	padding: 5px 0px 0px 0px;
	background:url("../img/bg_list_middle.gif") repeat-y;
	}

#Box180 .listBox ul {
	padding: 3px 8px;
	margin: 0px;
	width:164:
	}
#Box180 .listBox li {
	list-style-type: none;
	}
#Box180 div.listBox li.sidecat {
    padding: 2px 0;
	color:#FF9900;
	font-size:12px;
/*	font-weight:bold; */
	float:left;
	}
#Box180 div.listBox li.sidecat a {
	color:#FF9900;
	text-decoration: none; 
	}
#Box180 div.listBox li.sidedate {
    padding: 2px 0;
	font-size:12px;
	text-align: right;
	float:right;
}
#Box180 div.listBox li.sidetitle {
    padding-bottom: 5px;
	color: #0A51A1;
/*	font-weight:bold; */
	border-bottom: 1px #999 dashed;
	clear:both;
	}
#Box180 div.listBox li a {
	color: #0A51A1;
	text-decoration: none; 
	}

#Box180 div.listBox li a:hover { 
	text-decoration:underline; 
}



/* 右・エントリー
------------------------------------------------------*/
#entry {
	width:450px;
	float:right;
	line-height: 150%;
	}

#entry div.entryBox {
	width:450px;
	height:auto;
	background:url("../img/bg_entry_bottom.gif") bottom no-repeat;
	padding-bottom:15px;
	margin-bottom: 20px;
	}

#entry div.entryHead {
	width:420px;
	height:auto;
	background:url("../img/bg_entry_head.gif") no-repeat;
	padding: 15px 15px 0px 15px;
	}	
	
#entry div.cat {
	margin-bottom:4px;
	width:100px;
	height:20px;
	overflow:hidden;
	color:#FF9900;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-image:url("../img/bg_cat.gif") ;
	float:right;
	}
#entry .cat a {
	color:#FF9900;
}
#entry .entryText {
	padding: 0px 15px;
	background:url("../img/bg_entry_middle.gif") repeat-y;	
	}
#entry h4 {
    padding: 8px 10px 5px 20px;
	background:url("../img/beta_arr.gif") no-repeat 0px 15px;
	border-top:#0a51a1 1px solid;
}
#entry .entryText p {
	padding:5px 10px;
	font-size:12px;
	}
#entry .entryText .result {
	width:240px;
	}
#entry .entryText .result a { 
	color:#CC0000; 
	text-decoration: none; 
	}

#entry .entryText .result a:hover { 
	text-decoration:underline; 
}
#entry .entryText .date {
	text-align:right;
	float:right;
	width:90px;	
}



/* フッタ
------------------------------------------------------*/
.naviArea{
	margin:0;
	background:#CCCCCC;
	width:640px;
	height:20px;
	}
.naviArea p.credit{
	height:18px;
	font-size:10px;
	color:#fff;
	background:#666;
	text-align:center;
	}
.copy { 
	background-color: #666666; 
	color: #FFFFFF; 
	font-family: "ＭＳ Ｐゴシック" ,"Osaka",arial;
	font-size: 10px; 
	text-align: center; 
	vertical-align: middle; 
	}
.copy a { 
	color: #fff;
	text-decoration:none;
	}
.copy a:hover { 
	color: #fff;
	text-decoration:none;
	}
	
	
/* ------------------------------------------------------

         ↓カテゴリページ用↓

------------------------------------------------------*/

#categoryTTL {
	witdh:420px;
	padding:10px;
	background:#0A51A1;
	margin-bottom:15px;
	}

#categoryTTL p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	}

