@charset "utf-8";

/* import.css */
  @import "../common_css/import.css";
  @import "ext/reset.css";
  @import url(/css/renew2/common/header.css);
  @import url(/css/renew2/common/footer.css);

/* baselayout */
  @import "ext/layout/2col-main-aside.css";

/* extension */
  @import "ext/util/accessibility.css";
  @import "ext/util/logtag.css";
  @import "ext/util/fnav/center.css";
  @import "ext/util/box.css";
  @import "ext/util/clearfix.css";
  @import "ext/util/float.css";
  @import "ext/util/margin-padding.css";
  @import "ext/util/nav.css";
  @import "ext/util/textalign.css";
  @import "ext/util/wrapper.css";


/**
 * 2. html, body
 */

/* body */
	body {
		background-color: #ffffff;
		background-image: url(../img/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
		padding-bottom: 0;
	}
	

/**
 * 3. HTMLtag, siteCommonClass
 */

/* anchor */
	a {
		color: #3399cc;
	}
	a:visited {}
	a:hover, a.on, .on a {
		color: #33ccff;
	}
	a:active {}

/* BASE WIDTH */
	.wrapper { width: 950px; }
	.page { min-width: 980px; }

/* CommonHeader */
	#TopLink {
		padding-top: 10px;
		padding-bottom: 0px;
		text-align: right;
	}
	#CommonHeader .wrapper,
	#keyword .wrapper { width: 930px; }
	#CommonHeader,
	#CommonHeader #main_tab a {
		color:#ffffff;
		font-weight:bold;
	}
	#keyword {
		margin-bottom: 0;
		padding-bottom: 0;
		height: auto;
	}
	#keyword h1 {
		font-weight: bold;
	}
	#keyword p {
		font-weight: normal;
	}
	#CommonHeader img { vertical-align: top; }
	#CommonHeader .hgroup { zoom: 1; }
	#CommonHeader .hgroup:after { content : ''; display : block; clear : both; }
	#CommonHeader .headText {
		float: left;
		padding: 0;
		margin-bottom: 0;
		width: 350px;
		font-size: 10px;
	}
	#CommonHeader .headText .title {
		margin: 0;
		padding-left: 0;
	}
	#CommonHeader .description {
		margin-bottom: 3px;
	}
	#CommonHeader .breadcrumb {
		float: right;
		padding-top: 5px;
	}

/* Footer */
	#Footer #list_group,
	#Footer #bottom_navi {
		font-size: 100%;
	}


/* pagetop */
	.pagetop {
		margin-right: 15px;
		margin-top: 10px;
		text-align: right;
	}
	.pagetop a {
		padding: 2px 0 2px 15px;
		background-color: transparent;
		background-image: url(../img/base/blt-05.gif);
		background-repeat: no-repeat;
		background-position: left 50%;
	}

/* #content */

#content {
    float: left;
    width: 712px;
}


#content h1 {
    border-bottom: 3px solid #E02B22;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#searchingArea .style ul.propose{
	width:300px!important;

}
#searchingArea .style ul.propose li{
	float: left!important;
    padding: 0 12px 0 10px!important;
    width: auto!important;
	display:block!important;
}
#searchingArea .map100 {
    width: 280px!important;
}
#searchingArea .map100 ul {
    width: 195px!important;
}
#searchingArea .style {
    width: 320px!important;
}
#searchingArea .popular ul {
	width: 250px!important;
	overflow:hidden;
}
#searchingArea .popular li {
	padding: 0 10px 0!important;
	width:60px!important;
}

#searchingArea dl ul {
    width: 250px !important;
}