@charset "utf-8";
/* CSS Document */


/*--------------------------------------
　リセット
--------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}


button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow: visible;/*IE用*/
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:baseline;  
}

fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:middle; 
}  
   
table {  
	border-collapse:collapse;  
	border-spacing:0;  
	font-size:100%;  
}

hr{
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
	* html hr{/* for -IE6 */
	  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
*:first-child+html * {
	letter-spacing:0;/*IE7 hasLayout対策*/
}



/*--------------------------------------
　基本設定
--------------------------------------*/

body {
	background:url(../images/bg_02.png) repeat top center;
	color:#1b1b1b;
	font-family:'ＭＳ Ｐゴシック','Ms P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,sans-serif;
	font-size:0.8em;
	height:100%;
}

a:link {
	color:#0070c7;
	text-decoration:underline;
}

a:visited {
	color:#0070c7;
}

a:hover {
	text-decoration:none;
}

/*----　clearfix　----*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { /*簡易clearfix*/
	clear:both;
}

div#wrapper{
	background:url(../images/body_01.png) repeat-y top center;
	margin:0 auto;
	width:900px;
    height:100%; 
    min-height:100%;
}

html>body>#wrapper{ 
    height:auto; 
}

div#contents{
	width:900px;
	padding:0;
	margin:0 auto; 
}

div#header{
	width:880px;
	margin:0 auto 0 auto; 
}
div#header h1{
	background:#67d4a7 url(../images/header_01.png) no-repeat bottom;
	width:780px;
	margin:0 auto;
	font-size:0.8em;
	color:#ffffff;
	padding:6px 0 10px 100px;
	line-height:1em;
} 
div#header h1 a{
	color:#ffffff;
	text-decoration:none;
} 

div#header div.title {
	float:left;
	display:inline;
	height:78px;
}

div#header ul{
	float:right;
	display:inline;
	position:relative;
	top:25px;
	right:20px;
}

div#header ul li{
	display:inline;
	float:left;
	width:auto;
	margin:0 10px 0 0;
	height:53px;
	width:254px;
}

div#header ul li.nav01 a{
	background:url(../images/gnavi_01.png) no-repeat top;
	height:53px;
	width:254px;
	display:block;
}
div#header ul li.nav01 a:hover,
div#header ul li.nav01 a.active{
	background:url(../images/gnavi_01.png) no-repeat 0 -53px;
	height:53px;
	width:254px;
	display:block;
}


div#header ul li.nav02 a{
	background:url(../images/gnavi_02.png) no-repeat top;
	height:53px;
	width:254px;
	display:block;
}
div#header ul li.nav02 a:hover,
div#header ul li.nav02 a.active{
	background:url(../images/gnavi_02.png) no-repeat 0 -53px;
	height:53px;
	width:254px;
	display:block;
}
div#contentsArea{
	width:840px;
	margin:0 auto; 
	padding:10px 0;
}

p.pagetotop{
	padding:0 40px 0 0;
	text-align:right;
	margin:10px 0 0 0;
}
div#footer{
	background:url(../images/footer_01.png) repeat-x center top;
	color:#5b6064;
	width:880px;
	margin:0 auto;
	height:100%;
}

div#footer p.primary{
	padding:24px 30px;
	float:left;
	display:inline;
}
div#footer p.secondary{
	padding:18px 30px;
	float:right;
	display:inline;
}


div#result{
	margin:0 0 6px 0;
	width:840px;
}

div#result h2{
	background:url(../images/icon_note.png) no-repeat 0.2em 3px;
	padding:10px 30px 0 55px;
	float:left;
	display:inline;
	font-size:1.4em;
	width:550px;
	min-height:50px;
	position:relative;
	top:12px;
}
* html div#result h2{
	background:url(../images/icon_note.png) no-repeat 0.2em 3px;
	padding:12px 30px 22px 55px;
	float:left;
	display:inline;
	font-size:1.4em;
	width:550px;
}

div#result h2 span{
	color:#ff7d26;
	font-size:1.5em;
	font-weight:bold;
}


div#result div.number{
	background:#5fc4e2;
	display:inline;
	float:right;
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	position:relative;
	top:10px;
	width:90px;
}
div#result div.number p{
	padding:4px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	margin:0 auto;
	text-align:center;
}

div#result div.number div.numberTop{
	background:url(../images/counter_02.png) no-repeat top right;
	height:3px;
}
div#result div.number div.numberBottom{
	background:url(../images/counter_04.png) no-repeat bottom right;
	height:3px;
}






div#resultTop {
	background:#f4f4f4 url(../images/resultcount_01.png) repeat-x top right;
	padding:10px 8px 6px 8px;
	width:824px;
	margin:6px 0 0 0; 
}


div#resultTop div.resultcaption{
	float:left;
	display:inline;
	padding:0;
	font-weight:lighter;
	color:#575252;
}
div#resultTop div.resultcaption span{
	color:#484f53;
	font-weight:bold;
}

div#resultTop  div.rss{
	float:right;
	display:inline;
	padding:0 0 0 18px;
	margin:0 10px 0 0;
	background:url(../images/icon_rss.png) no-repeat scroll 0.2em 0.1em;
}

div#resultTop  div.tosearch{
	float:right;
	display:inline;
	background:url(../images/icon_search.png) no-repeat scroll 0.2em 0.1em;
	padding:0 0 0 18px;
	margin:0 10px 0 0;
}

div#resultBottom {
	position:relative;
	top:-8px;
}


div#resultBottom div.resultcaption{
	padding:0;
	font-weight:lighter;
	color:#575252;
}
div#resultBottom div.resultcaption span{
	color:#425f73;
	font-weight:bold;
}


.pagination{
	clear:both;
	text-align:center;
	padding:10px 0;
	margin:12px 0;
}

.pagination a {
	background-color:#FFFFFF;
	border:1px solid #bbbbbb;
	padding:8px 10px;
	margin:0 2px 0 0;
}

.pagination a:hover {
	background-color:#dff3f9;
	border:1px solid #bbbbbb;
	padding:8px 10px;
	margin:0 2px 0 0;
}

.pagination span {
	background-color:#f3f3f3;
	border:1px solid #bbbbbb;
	padding:8px 10px;
	font-weight:bold;
	margin:0 2px 0 0;
	color:#385569;
}


div#desc{
	margin:4px 0 0px 0;
}

div#desc h3{
	color:#31aba8;
	font-size:1.2em;
	font-weight:bold;
	padding:2px 11px 2px 20px;
	background:url(../images/icon_memo.png) no-repeat 0.2em 0.2em;
}

div#desc p{
	padding:0px 3px;
	line-height:1.5em;
	color:#4e4949;
}

.entry{
	width:840px;
	margin:4px 0 16px 0;
}
.entry .entryHead{
	background:url(../images/result_03.png) repeat-x bottom;
	border:solid 1px #bac0cc;
	border-top:none;
	width:838px;
}

.entry .entryHead h2{
	font-weight:bold;
	font-size:1.3em;
	float:left;
	display:inline;
	background:url(../images/result_02.png) no-repeat scroll 0.8em 0.5em;
	padding:10px 0px 12px 28px;
	color:#1b3c52;
}
.entry .entryHead h2 a{
	color:#1b3c52;
}
.entry .entryHead h2 a:visited{
	color:#1b3c52;
}


.entry .entryHead p{
	float:right;
	display:inline;
	background:url(../images/number_01.png) no-repeat 0.2em 0.2em;
	font-size:0.85em;
	color:#848b7e;
	font-weight:bold;
	width:100px;
	margin:6px 14px 0 0;
	text-align:center;
	padding:8px 8px 8px 16px;
}

.entry .entryBody{
	border:solid 1px #bbbbbb;
	border-top:none;
	width:838px;
	padding:1px 0 0 0;
}

.entry .entryBody table{
	border:solid 1px #ffffff;
	border-top:none;
	width:836px;
}
.entry .entryBody table tr{
	background:url(../images/border_01.png) no-repeat scroll center bottom;
	margin:2px;
}

.entry .entryBody table tr th{
	background:#dff3f9 url(../images/border_01.png) no-repeat scroll center bottom;
	margin:4px;
	width:10%;
	padding:5px;
	color:#373e42;
	font-weight:lighter;
}

.entry .entryBody table tr td{
	background:#ffffff url(../images/border_01.png) no-repeat scroll center bottom;
	margin:4px;
	line-height:1.5em;
	padding:5px;
	width:40%;
	vertical-align:top;
}

.entry .entryBody .detail{
	padding:8px;
}
.entry .entryBody .detail ul{
	width:580px;
	float:left;
	line-height:1.4em;
	display:inline;
	position:relative;
	top:5px;
	left:2px;
}

.entry .entryBody .detail ul li{
	display:inline;
	float:left;
	white-space:nowrap;
	color:#3c4245;
	padding:0 6px 0 0;
}
.entry .entryBody .detail ul li.keyword{
	background:url(../images/icon_keyword.png) no-repeat 0.2em 0.25em;
	padding:0 8px 0 22px;
	display:inline;
	font-weight:bold;
}


.entry .entryBody .detail div.btn{
	float:right;
	display:inline;
}

.entry .entryBody .detail div.btn a{
	display:block;
	height:48px;
	width:215px;
	background:url(../images/btn_result.png) no-repeat top;
}

.entry .entryBody .detail div.btn a:hover{
	display:block;
	height:48px;
	width:215px;
	background:url(../images/btn_result.png) no-repeat 0 -48px;
}



.search{
	width:840px;
	margin:4px 0 16px 0;
}

.search .searchBody{
	border:solid 1px #bbbbbb;
	border-top:none;
	width:838px;
	padding:1px 0 0 0;
}

.search .searchBody table{
	border:solid 1px #ffffff;
	border-top:none;
	width:836px;
}
.search .searchBody table tr{
	background:url(../images/border_01.png) no-repeat scroll center bottom;
	margin:2px;
}

.search .searchBody table tr th{
	background:#e0effa url(../images/border_01.png) no-repeat scroll center bottom;
	margin:4px;
	width:14%;
	padding:5px;
	color:#3f4d40;
	font-weight:lighter;
}

.search .searchBody table tr td{
	background:#ffffff url(../images/border_01.png) no-repeat scroll center bottom;
	margin:4px;
	line-height:1.5em;
	padding:5px 8px;
}
.search .searchBody table tr td.pref{
	width:16%;
}

.search .searchBody table tr td ul li{
	display:inline;
	padding:0 6px 0 0;
	white-space:nowrap;
}


.search .searchBody table tr td input{
	margin:4px 2px;
}

.search .searchBody table tr.columnBottom th{
	background:#e0effa url(../images/border_02.png) no-repeat scroll center bottom;
	border-bottom:dotted 1px #cccccc;
	margin:4px;
	width:14%;
	padding:5px;
	color:#3f4d40;
	font-weight:lighter;
}

.search .searchBody table tr.columnBottom td{
	background:none;
	background:#ffffff url(../images/border_02.png) no-repeat scroll center bottom;
	margin:4px;
	line-height:1.5em;
	padding:5px 8px;
} 
.search .searchBody table tr td div.primary{
	padding:5px 15px 5px 0; 
	line-height:1.6em;
}
.search .searchBody table tr td div.primary span{
	padding:0 5px 0 0; 
	line-height:1.6em;
	color:#484g53;
	float:left;
	display:inline
}
.search .searchBody table tr td div.primary ul {
	width:80%;
	float:left;
	display:inline;
	padding:4px 0 4px 0;
}

.search .searchBody table tr td div.primary ul li{
	float:left;
	display:inline;
}

.search .searchBody table tr td div.secondary{
	padding:0 15px 10px 5px; 
	line-height:1.6em;
}
.search .searchBody table tr td div.secondary span{
	color:#484g53;
	float:left;
	display:inline
}

.search .searchBody table tr td div.secondary ul {
	width:70%;
	float:left;
	display:inline;
	padding:4px 0 4px 4px;
}

.search .searchBody table tr td div.secondary ul li{
	float:left;
	display:inline;
	width:20%;
}

.search .searchBody table tr td div.secondary ul li input{
	margin:0 3px 0 1px;
}

.search .searchBody .searchBottom{
	background:#f7f7f7;
	padding:8px;

}
.search .searchBody .searchBottom p{
	float:left;
	display:inline;
	line-height:1.4em;
	position:relative;
	top:8px;
}
.search .searchBody .searchBottom input{
	padding:3px;
	width:250px;
	margin:0 0 0 5px;
}

.search .searchBody .searchBottom p span{
	color:#888888;
	padding:6px 0 6px 10px;
	font-size:0.9em;
}


.search .searchBody .searchBottom button{
	float:right;
	display:inline;
}

#topContents {
	margin:2px 0;
}

#topContents h2 {
	font-size:0.8em;
	line-height:1.5em;
	margin:2px 0 6px 0;
	color:#4f5356;
}

#topContents .newEntry{
	padding:4px 2px;
	border-bottom:dotted 1px #bbbbbb;
}

#topContents .lastchild{
	border-bottom:none;
}



#topContents .newEntry h4{
	font-weight:bold;
	color:#1b3c52;
	background:url(../images/icon_new.png) no-repeat 0.2em 0.35em;
	padding:2px 0 2px 33px;
	font-size:0.9em;
	/padding:3px 0 3px 33px;
}

#topContents .newEntry h4 a{
	color:#1b3c52;
}

#topContents .newEntry h4 a:visited{
	font-weight:bold;
	color:#1b3c52;
}
#topContents .newEntry ul{
	margin:0px 0 2px 2px;
	/margin:4px 0 3px 2px;
	/padding:0 0 3px 0;
}


#topContents .newEntry ul li{
	display:inline;
	margin:0 10px 0 0;
	font-size:0.8em;
	color:#5b6064;
}


#topContents .newEntry ul li span{
	font-weight:bold;
}


#leftContents{
	float:left;
	display:inline;
	width:588px;
}
#leftContents h4{
	border-bottom:solid 1px #c9c9c9;
	margin:4px 0 1px 0;
	color:#344a59;
	font-weight:bold;
	background:url(../images/icon_cir.png) no-repeat 0.5em 0.35em;
	padding:3px 0 5px 23px;
}

#leftContents .pref {
	background:url(../images/pref_01.png) repeat-y top;	
	width:588px;
}

#leftContents .section {
	background:url(../images/border_01.png) no-repeat bottom;	
	width:588px;
}

#leftContents .lastchild {
	background:none;	
}

#leftContents .section p {
	width:89px;
	float:left;
	padding:8px 4px;
	text-align:center;
	display:inline;
	color:#415b58;
}

#leftContents .section p a{
	color:#415b58;
}

#leftContents .section ul {
	float:left;
	display:inline;
	width:483px;
	padding:4px 4px 8px 4px;
	zoom:1;
}

#leftContents .section ul li {
	float:left;
	display:inline;
	white-space:nowrap;
	padding:0 23px 0 14px;
	line-height:1.6em;
	background:url(../images/icon_tri_01.png) no-repeat 0.4em 0.6em;
}
#leftContents .popular ul {
	margin:8px 0 0 0;
}


#leftContents .popular ul li{
	float:left;
	display:inline;
	white-space:nowrap;
	padding:0 25px 0 15px;
	line-height:1.6em;
	width:13%;
	background:url(../images/icon_tri_01.png) no-repeat 0.4em 0.6em;
}

#rightContents{
	float:right;
	display:inline;
	width:232px;
	margin:0 0 15px 0;
}

div.banner {
	margin:0 0 10px 0;
	width:232px;
	text-align:center;
	font-size:0.8em;
	text-decoration:none;
	cursor:pointer!important;
	display:block;
}

div.banner a{
	text-decoration:none;
	color:#5b645e;
	cursor:pointer!important;
	display:block;
	width:232px;
}

div.banner a img{
	margin:0 0 4px 0;
	cursor:pointer;
}

div.banner a span{
	text-decoration:underline;
	color:#5b645e;
	cursor:pointer;

}
div.ranking a{
	display:block;
	padding:10px 0 10px 38px;
	height:20px;
	width:194px;

}

div.ranking a.rank01{
	background:url(../images/rank_01.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}
div.ranking a.rank01:hover{
	background:#dff3f9 url(../images/rank_01.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank02{
	background:url(../images/rank_02.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank02:hover{
	background:#dff3f9 url(../images/rank_02.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline
}

div.ranking a.rank03{
	background:url(../images/rank_03.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank03:hover{
	background:#dff3f9 url(../images/rank_03.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	font-weight:bold;
	color:#1b3c52;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}


div.ranking a.rank04{
	background:url(../images/rank_04.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}
div.ranking a.rank04:hover{
	background:#dff3f9 url(../images/rank_04.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank05{
	background:url(../images/rank_05.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;

}


div.ranking a.rank05:hover{
	background:#dff3f9 url(../images/rank_05.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank06{
	background:url(../images/rank_06.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank06:hover{
	background:#dff3f9 url(../images/rank_06.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank07{
	background:url(../images/rank_07.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank07:hover{
	background:#dff3f9 url(../images/rank_07.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank08{
	background:url(../images/rank_08.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank08:hover{
	background:#dff3f9 url(../images/rank_08.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank09{
	background:url(../images/rank_09.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
}

div.ranking a.rank09:hover{
	background:#dff3f9 url(../images/rank_09.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:dotted 1px #bbbbbb;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a.rank10{
	background:url(../images/rank_10.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:none;
	height:16px;
	width:194px;
}
div.ranking a.rank10:hover{
	background:#dff3f9 url(../images/rank_10.gif) no-repeat 0.4em 0.4em;
	padding:10px 0 10px 38px;
	color:#686a6b;
	border-bottom:none;
	height:16px;
	width:194px;
	text-decoration:underline;
}

div.ranking a:visited{
	color:#1b3c52;
}


div.link {
	margin:4px 0;
	height:auto;
}
div.linkArea{
	padding:8px 0;
	background:url(../images/link_02.png) no-repeat bottom;
	height:auto;
	width:840px
}

div.link ul {
	background:url(../images/icon_tonurse.png) no-repeat 0.2em 0.2em;
	padding:4px 0 4px 135px;
	margin:0 0 0 10px;
}

div.link ul li{
	background:url(../images/icon_tri_02.png) no-repeat 0.2em 0.35em;
	padding:0 0 0 12px;
	float:left;
	display:inline;
	margin:0 12px 0 0;
}

p.noentry{
	text-align:center;
	font-size:1.2em;
	margin:10px 0 14px 0;
	line-height:1.6em;
}

p.noentry a{
	font-weight:bold;
}