@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 #h1Word {
	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{
	display:inline;
}
 
div#header #h1Word a{
	color:#ffffff;
} 

div#header div.title {
	float:left;
	height:79px;
}

div#header ul{
	float:left;
	display:inline;
	padding:32px 0 0 8px;
}

div#header ul li{
	display:inline;
	float:left;
	padding:0 2px 0 0;
}

div#header ul li a{
	width:95px;
	height:0;
	padding-top:47px;
	overflow:hidden;
	display:block;
	 background-position:0 0;
	 background-repeat:no-repeat;
}

div#header ul li.nav01 a{
	background-image:url(/images/gnavi_01.png);
}

div#header ul li.nav02 a{
	background-image:url(/images/gnavi_02.png);
}

div#header ul li.nav03 a{
	background-image:url(/images/gnavi_03.png);
}

div#header ul li.nav04 a{
	background-image:url(/images/gnavi_04.png);
}

div#header ul li.nav05 a{
	background-image:url(/images/gnavi_05.png);
}

div#header ul li.nav06 a{
	background-image:url(/images/gnavi_06.png);
}

div#header ul li a:hover,
div#header ul li a.active{
	background-position:0 -47px;
}
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{
	width:840px;
	background:url(/images/result_middle.gif) repeat-y 0 0;
}

div#result div.rss{
	text-align:right;
	min-height:18px;
	height:auto !important;
	height:18px;
	padding:11px 10px 5px 0;
	background:url(/images/result_title_bg.gif) no-repeat 0 100%;
	line-height:1.1;
}

div#result div.rss a{
	padding:0 0 0 16px;
	background:url(/images/icon_rss.png) no-repeat 0 1px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
}

div#result .inner{
	padding:0 8px 8px;
	background:url(/images/result_bottom.gif) no-repeat 0 100%;
}

div#result table{
	width:100%;
	height:58px;
}

div#result table colgroup.col1{
	width:570px;
}

div#result table colgroup.col2{
	width:90px;
}

div#result table colgroup.col3{
	width:165px;
}

div#result table td{
	vertical-align:middle;
	line-height:1.1;
}


div#result .title{
	background:url(/images/icon_note.png) no-repeat 4px 50%;
}

div#result h2{
	padding:0 0 0 60px;
	font-weight:700;
	font-size:1.5em;
	line-height:1.3;
}

div#result h2 span{
	padding-right:5px;
	color:#ff7d26;
	font-size:1.3em;
}


div#result .number p{
	background:#5fc4e2;
	width:75px;
	padding:8px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
}

div#result .tosearch{
	text-align:center;
}

div#result .tosearch a{
	display:inline-block;
	/display:inline;
	/zoom:1;
	background:url(/images/icon_search.png) no-repeat scroll 0.2em 0.1em;
	padding:0 0 0 18px;
}

.resultLink {
	width:840px;
	padding:8px 0 10px;
	background:#f4f4f4;
	border-top:solid 1px #ececec;
	line-height:1.5;
	/zoom:1;
}
.resultLink:after{ content : ''; display : block; clear : both; }

.resultLink dt {
	width:123px;
	float:left;
	padding: 0 0 0 12px;
	color:#484f53;
	font-weight:700;
}

.resultLink dd {
	width:700px;
	float:left;
}

.resultLink dd a {
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.resultLink dd .other {
	padding:0 0 0 18px;
	background:url(/images/icon_area.gif) no-repeat 0 4px;
}

div#resultTop {
	background:#f4f4f4 url(/images/resultcount_01.png) repeat-x top right;
	padding:10px 8px 6px 8px;
	width:824px;
	margin:20px 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;
}

body#detail .entry{
	width:840px;
	margin:8px 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 table .bold{
	font-weight:bold;
	display:block;
	padding:0 0 2px 0;
}

.entry .entryBody .detail{
	padding:8px 0 8px 8px;
}
.entry .entryBody .detail ul{
	width:495px;
	float:left;
	line-height:1.4em;
	display:inline;
	padding:5px 0 0 0;
}
.entry .entryBody .detailBtn ul{
	width:655px;
}

.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{
	width:320px;
	margin-left:500px;
	text-align:right;
}

.entry .entryBody .detailBtn div.btn{
	width:160px;
	margin-left:660px;
}

.entry .entryBody .detail div.btn span{
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:155px;
	height:42px;
	vertical-align:middle;
	margin-left:5px;
}

.entry .entryBody .detail div.btn span.btn01 {
	background:url(/images/btn_result_o.png) no-repeat 0 0;
}

.entry .entryBody .detail div.btn span.btn02 {
	background:url(/images/btn_entry_o.png) no-repeat 0 0;
}

.entry .entryBody .detail div.btn a{
	display: block;
	width:155px;
	height:42px;
}

.entry .entryBody .detail div.btn img {
	vertical-align:top;
}

.entry .entryBody .detail div.btn a:hover img,
.entry .entryBody .detail div.btn a:active img,
.entry .entryBody .detail div.btn a:focus img{
	width:0;
	height:0;
}

.entry .entryBody .detail div.btn a:hover,
.entry .entryBody .detail div.btn a:active,
.entry .entryBody .detail div.btn a:focus{
	background:none;
}

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

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

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

.search .searchBody table tr td div{
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
	margin-right:15px;
	margin-bottom:10px;
}

.search .searchBody table tr td p{
	color:#666;
	font-size:0.8em;
}

.search .searchBody table tr td div select{
	width:200px;
	padding:3px;
}

.search .searchBody table tr td div span {
	display:block;
}

.search .searchBody table tr td ul{
	/zoom:1;
}
.search .searchBody table tr td ul:after{ content : ''; display : block; clear : both; }

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

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

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

}
.search .searchBody .searchBottom p{
	float:left;
	display:inline;
	line-height:1.4em;
	position:relative;
	top:8px;
	background:url(/images/icon_freeword.png) no-repeat 0 2px;
}
.search .searchBody .searchBottom input{
	padding:2px;
	width:250px;
	margin:0 0 0 93px;
}

.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;
	line-height:1em;
}

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



#topContents .newEntry h4{
	font-weight:bold;
	color:#1b3c52;
	background:url(/images/icon_new.png) no-repeat 0.1em 0.3em;
	padding:2px 5px 3px 32px;
	font-size:0.9em;
	line-height:1.2;
}

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

#topContents .newEntry h4 a:visited{
	font-weight:bold;
	color:#1b3c52;
}
#topContents .newEntry ul{
	margin:0 0 0 32px;
}


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


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

}
#topContents .newEntry p{
	padding:5px 4px 2px 32px;
	font-size:0.9em;
	/padding:6px 4px 3px 32px;
	color:#666666;
	clear:both;
}


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

h3.error{
	text-align:center;
	font-size:1.4em;
	margin:18px 0 0 0;
	font-weight:bold;
	color:#ff7d26;
}
p.noentry{
	text-align:center;
	font-size:1.2em;
	margin:8px 0 14px 0;
	line-height:1.6em;
}

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

.detailContents{
	margin:0 0 10px 0;
}

.detailEntry{
	padding:4px 2px;
	border-bottom:dotted 1px #bbbbbb;
	line-height:1em;
}

.detailContents .lastchild{
	border-bottom:none;
}

.detailEntry h4{
	font-weight:bold;
	color:#1b3c52;
	background:url(/images/icon_check.png) no-repeat 0.1em 0.3em;
	padding:2px 5px 3px 42px;
	font-size:0.9em;
	line-height:1.2;
}

.detailEntry h4 a{
	color:#1B3C52;
}

.detailEntry h4 a:visited{
	font-weight:bold;
	color:#1b3c52;
}
.detailEntry ul{
	margin:0 0 0 42px;
}


.detailEntry ul li{
	display:inline;
	margin:0 7px 0 0;
	font-size:0.8em;
	color:#666666;
}


.detailEntry ul li span{
	font-weight:bold;
}

.detailEntry p{
	padding:5px 5px 2px 42px;
	font-size:0.9em;
	/padding:6px 5px 3px 42px;
	color:#666666;
	clear:both;
}

/*市区町村一覧ページ*/
.areaLink {
	width:840px;
	margin:10px auto 0;
	padding-top:3px;
	background:url(/images/arealink_title_bg.png) no-repeat 0 0;
	border-bottom:solid 2px #f7f7f7;
}

.areaLink h2 {
	padding:0 13px;
	background:url(/images/arealink_title_bg_02.png) no-repeat 0 100%;
	border:solid 1px #bcc2cd;
	border-top:none;
}

.areaLink h2 span {
	display:block;
	padding:12px 0 12px 16px;
	background:url(/images/arealink_title_icon.png) no-repeat 0 50%;
	color:#304b5d;
	font-size:1.2em;
	font-weight:700;
	line-height:1.3;
}

.areaLink ul {
	width:800px;
	padding:15px 8px 30px 30px;
	border-left:solid 1px #bcc2cd;
	border-right:solid 1px #bcc2cd;
	border-bottom:solid 3px #58b2eb;
	/zoom:1;
}
.areaLink ul:after{ content : ''; display : block; clear : both; }

.areaLink li {
	float:left;
	width:140px;
	padding:0 10px 7px;
	background:url(/images/arealink_icon.png) no-repeat 0 6px;
	line-height:1.5;
}


