@charset "utf-8";

@import url("./common_base.css");
@import url("./common_header.css");
@import url("./common_footer.css");
@import url("./common_navigation.css");

/*------------------------------
バックナンバーインデックス
------------------------------*/

#serach {
	margin:0px 20px 0px 20px;
	padding:15px 0px 20px 0px;
}
#serach h2 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 10px;
	font-size:1.5em;
	line-height:1em;
	background:url("../images/search_tl_bg.gif") repeat-x left bottom;
}

#serach form {
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #dfdfdf;
}

#serach form input.text {
	color:#999;
	width:300px;
	margin: 0px 0px 0px 0px;
	padding:3px;
}

#serach form input.submitbtn {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url("../images/gsearch_btn_large.gif") no-repeat left top;
	width:48px;
	height:26px;
	border-style:none;
}
