@charset "utf-8";

/* sub-in */

.sub-in h3 {
	font-size:13px; color:#456;
	/* height:27px; line-height:32px; */
	height:2.1em; line-height:2.5em; overflow:hidden;
	background:#eee url(../images/sub/sub_header_bg_0710.gif) no-repeat left top;
	width: 310px; padding: 0 15px;
}

.sub-in h3 span {
	font-size:13px;
	height:2.1em; line-height:2.5em;
}

.sub-in h3 span.r {
	font-size:12px;
	font-weight:normal;
}

.sub-in h3 span a {
	font-size:10px;
	height:2.7em; line-height:3.2em;
}

.sub-in {
	background:#fff url(../images/sub/sub_bg_0710.gif) repeat-y;
	border-bottom:1px solid #666;
}

.sub-in-content {
	background:transparent url(../images/sub/sub_content_bg_0710.gif) no-repeat;
	overflow:hidden; /* for Mac IE */
}

.sub-in-content:after {
	content:""; display:block;
	clear: both;
}


.sub-in * {
	font-size: 12px;
}


/* search box */

#searchform {
	clear:both;
	margin:0px; padding:10px;
	text-align:center;
}
#search { 
	width: 241px; height:22px;
	padding: 5px 6px 0 6px;
	vertical-align: middle;
	border:none;
	background: url(../images/sub/search_text_bg.gif) no-repeat;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
* html #search {
	background-attachment: fixed;
}

#searchsubmit {
	width:55px; height:27px; 
	background:url(../images/sub/search_btn.gif) no-repeat;
	vertical-align: middle;
	margin-left:10px;
	text-indent:-100em;
	cursor:pointer;
}
