@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Verdana, sans-serif;
}
*html body {
font-size: 12px;
font-family: メイリオ,Verdana, Arial,sans-serif;
}

div#wrapper {
	width: 950px;
	margin:0 auto;
}
div#header {
	background: url(../images/header02.jpg) repeat-x;
	height:20px;
}

div#header p {
	width:950px;
	margin:0 auto;
	color:#fff;
	padding-top:2px;
	font-size: 11px;
}




div#wrapper div#logo {
	width:300px;
	float:left;
}
div#wrapper div#logo h1 {
	display:none;
}
div#wrapper div#logo img {
	margin: 20px 0 15px 15px;
}
*html body div#wrapper div#logo img {
		margin: 15px 0 15px 15px;
}

div#wrapper div#header2 {
	font-size: 14px;
	width:320px;
	float:left;
	margin-top:25px;
}

div#wrapper div#search_mini {
	font-size: 14px;
	width:270px;
	float:right;
	margin-top:50px;
	margin-left:40px;
}
/* 追加 */
div#wrapper div#search_mini img {
	margin-top:2px;
	margin-left:5px;
}




div#wrapper div#search_mini textarea {
	width:135px;
	height:15px;
	float:left;
}

div#wrapper div#pan li {
	list-style:none;
	display: inline-block;
	float:left;
	margin: 10px 0;
	padding-left:5px;
}

div#wrapper div#pan div#bookmark {
	background:url(../images/bookmark.jpg) 0 0 no-repeat;
	float:right;
	width:148px;
	height:38px;
	margin-bottom:5px;
}
div#wrapper div#pan div#bookmark div#img {
	margin-top: 18px;
	margin-left:18px;
}

div#wrapper div#main {
	width:950px;
	clear:both;
}

div#wrapper div#footer {
	width:950px;
}
div#wrapper div#footer p {
	font-size:10px;
	padding:5px;
	padding-top:0;
	line-height:1.8em;
}

h3 {
	background:url(../images/h3.jpg) 0 0 no-repeat;
	width:950px;
	height:32px;
	font-size:18px;
	color:#fff;
	padding: 5px 0 0 15px;
}

h4 {
	background:url(../images/h4.jpg) 0 0 no-repeat;
	height:32px;
	font-size: 14px;
	color:#646464;
	padding:6px 0 0 15px;
	width:457px;
	float:left;
	margin-left:-1px;
}
*html h4 {
	padding:6px 0 0 15px;
	width:456px;
	float:left;
}

h4 img {
	display:block;
	width:24px;
	height:24px;
	float:left;
	margin-top:-2px;
}
h4 span {
	margin-left:5px;
	display:inline-block;
}

h4.long {
	background:url(../images/h4_long.jpg) 0 0 no-repeat;
	width:950px;
}
*html h4.long {
	background:url(../images/h4_long.jpg) 0 0 no-repeat;
	width:936px;
}

h5 {
	font-size:11px;
	padding:5px;
}

h6 {
	font-size:12px;
	padding:10px 0 0 25px;
	color:#003473;
}

hr {
	border: dashed 1px #999;
}

address {
	text-align:center;
	font-style: normal;
	font-size:10px;
	padding:10px;
	padding-bottom:5px;
}

.bold {
	font-weight:bold;
}

.red {
	color:#f00;
}

.big {
	font-size:18px;
}

.ic{
	text-align:center;
}
.ir {
	text-align:right;
}
.il {
	text-align:left;
}
.bl {
	float:left;
}
.br {
	float: right;
}
.clear {
	clear:both;
}
.rank_big {
	font-size:24px;
}
.top {
	margin:20px 0 10px;
}
a img {
	border: none;
}
a:link {/*未訪問のリンク*/
    color:#000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#999;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#f00;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/* ie6png有効化 */
* html .rank,.service,.net,.nourin,.plane,.house,.medi,.suisan,.bank,.chemi,.h2_index, {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
/* ie6png有効化ここまで */

.searchbox {
	margin-top:1px;
	height:15px;
	width:130px;
	float:left;
}
.searchbutton{
	margin-top:2px;
	float:left;
}
