@charset "utf-8";

/*-------------------------------------------------------------------------
css Information

Site URL:     http://wwww.aloha7.co.jp/serch.php
File name:    style_new.css
Summary:      all styles
Created:      2008-03-25
Last update:  2008-03-25
-------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
     __clear
-------------------------------------------------------------------------*/

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clear {display: inline-table;}
.clear{
	display: inline-block;
	min-height:1%;  /* for IE 7*/
}



/*-----------------------------------------------------------------------
     __header
-------------------------------------------------------------------------*/
#new_header {
	width: 950px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#new_header h1 {
display:block;
	height:27px;
	margin:0;
	padding:0;
	background-image:url(../img-new/h1_bg.gif);
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	font-weight:normal;
	line-height:27px;
	text-indent:170px;
}
#new_header h1 a {
	color:#333333;
	text-decoration: none;
}
#new_header #header_img{
    position:relative;
	height:84px;
	background-image:url(../img-new/header_bg.jpg);

}

#new_header #logo {
	position:absolute;
	left:0px;
	top:0px;
	width:37px;
	height:34px;
	z-index:1;
}

#new_header #header_bt {
    width:945px;
	margin:0px;
	padding:15px 5px 0 0;
	position:relative;
}

#header_bt ul{
	position:absolute;
	top:0px;
	right:5px;
	margin-top:15px;
	}


#new_header #header_bt li {
    float:left;
    margin:0;
    padding:0;
	list-style:none;
}

#new_header #tForm {
	text-align:right;
	margin: 29px 15px 0 0;
}

*html #new_header #tForm{
	margin: 44px 15px 0 0;
}


*:first-child+html #new_header #tForm{
	margin: 44px 15px 0 0;
}

#new_header h2 {
	margin:0;
	padding:0;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	font-weight:normal;
	line-height:23px;
	text-indent:15px;
}

#new_header #HeaderBanner{
    overflow:hidden;
    width:940px;
	height:200px;
	margin:5px auto 5px auto;
	padding:0;
}

#new_header #HeaderBannerLeft{
    float:left;
    width:600px;
	height:200px;
}

#new_header #HeaderBannerRight{
    float:right;
    width:340px;
	height:200px;
}

#new_header #HeaderBannerRight img{
    float:left;
    width:170px;
}


/*-----------------------------------------------------------------------
     __search box
-------------------------------------------------------------------------*/

.searchtab_n{
	background-color:#ffffff;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	clear: both;
	font-size: 13px;
	line-height: 150%;
}
.sele_radio input {
	margin-right: 2px;
}


.searchtab_n th{
	background-color:#ffe9bc;
	text-align: left;
	padding: 5px;
}
.searchtab_n td {
	border:1px solid #fdd7a1;
	background-color: #FFFFFF;
	padding: 5px;
}

.searchtab_n .sele_radio li {
	display: inline;
	margin-right: 6px;
}

.searchtab_n .sele_radio {
	display: inline;
	margin: 0px;
	padding: 0px;
}


.pr01{
	margin:10px 0 5px;
	}
	
.pr01 ul{
	list-style:none;
	}

.pr01 .floatL{
	float:left;
	width:360px;
	}


.pr01 iframe{
	width:350px;
	}


.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


*html .clearFix{
	height:1%;
	}


*:first-child+html .clearFix{
	oveflow:hidden;
	}

