@charset "Shift_JIS";

/*//////////////////////////////////////////////////////////
//  - CSS for HOME
//  - 2011-08-26 (Fri)
//////////////////////////////////////////////////////////*/


/*----------------------------------------------------------
  - Main Section
----------------------------------------------------------*/

#mainSection {
	float: left;
	width: 865px;
	margin: 0;
	padding: 0;
}


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

#information,
#needs {
	width: 865px;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

#information h3,
#needs h3,
#needs h3 a {
	width: 865px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#information {
	height: 170px;
	background: url(../images/info_base.gif) no-repeat 0 bottom;
	margin: 0 0 10px 0;
}

#information h3 {
	height: 30px;
	background: url(../images/info_title.gif) no-repeat 0 0;
}

#information ul {
	width: 825px;
	/* height: 95px; */
	height: 110px;
	*height: 65px;
	margin: 10px auto 0 auto;
	padding: 2px 10px;
	overflow: auto;
	overflow-x: hidden;
}

#information li {
	width: 810px;
	margin: 0;
	padding: 0px 0 1px 0;
	_padding: 0px 0 1px 0;
	_zoom: 1;
	overflow: hidden;
}

#information li a {
	color: #986633;
}

#information li em {
	float: left;
	width: 110px;
	color: #666;
	background: url(../../common/images/arrow_m.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 0 15px;
	_zoom: 1;
	overflow: hidden;
}

#information li span {
	display: block;
	_zoom: 1;
	overflow: hidden;
}


#information .backnum {
	float:right;
	position:relative;
	top:-26px;
}

#information p.backnum {
	padding: 0px 10px 0px 0px;
}


/*----------------------------------------------------------
  - Needs
----------------------------------------------------------*/

#needs {
	/* height: 235px; */
	height: 185px;
	background: url(../images/needs_base.gif) no-repeat 0 bottom;
	margin: 0;
}

#needs h3 {
	height: 50px;
	background: url(../images/needs_title.gif) no-repeat 0 0;
}

#needs h3 a { display: block; height: 50px; }

#needs #needs_board,
#needs #needs_comment {
	width: 645px;
	color: #0066cc;
	font-size: 11px;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

#needs #needs_board {
	height: 112px;
	*height: 112px;
	margin: 5px auto 0 auto;
	padding: 0;
}

body:first-of-type #needs #needs_board {
	height: 112px;
	margin: 5px auto 0 auto;
	padding: 0;
}


#needs #needs_comment {
	height: 50px;
	margin: 8px auto 0 auto;
	padding: 0;
}

#needs #needs_board h4,
#needs #needs_comment h4 {
	width: 645px;
	height: 20px;
	margin: 0 0 3px 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#needs #needs_board h4     { background: url(../images/needs_board_title.gif) no-repeat 0 0; }
#needs #needs_board h4 a   { display: block; height: 20px; }
#needs #needs_comment h4   { background: url(../images/needs_comment_title.gif) no-repeat 0 0; }
#needs #needs_comment h4 a { display: block; height: 20px; }

#needs #needs_board li {
	width: 625px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	padding: 3px 10px 2px 10px\9;
	*+html padding: 1px 10px 3px 10px;
	_padding: 2px 10px 2px 10px;
	line-height: 130%;
	*+html line-height: 0%;
	_line-height: 130%;
	_zoom: 1;
	overflow: hidden;
	border-bottom: dotted 1px #666666;
}

#needs #needs_board li.last {
	border-bottom: none;
}


*:first-child+html #needs #needs_board li {
	width: 625px;
	margin: 0;
	padding: 1px 10px 1px 10px;
	line-height: 130%;
	*+html line-height: 0%;
	_line-height: 130%;
	_zoom: 1;
	overflow: hidden;
}


#needs #needs_board li a {
	color: #986633;
}

#needs #needs_board li em {
	float: left;
	width: 160px;
	color: #666;
	background: url(../../common/images/arrow_m.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 5px 0 15px;
	_zoom: 1;
	overflow: hidden;
}

#needs #needs_board li span {
	width: 445px;
	_width: 442px;
	display: block;
	_zoom: 1;
	overflow: hidden;
	color: #333;
}

#needs #needs_board li span a {
	color: #00f;
}

#needs #needs_comment h4 {
	position: relative;
}

#needs #needs_comment h4 span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 180px;
	height: 20px;
	background: url(../images/needs_comment_count.gif) no-repeat 0 0;
}

#needs #needs_comment h4 span em {
	position: absolute;
	top: 5px;
	left: 103px;
	display: block;
	width: 50px;
	height: 12px;
	text-align: center;
	font-weight: bold;
	text-indent: 0px;
	line-height: 100%;
}

#needs #needs_comment ul {
	width: 623px;
	height: 13px;
	background-color: #dbedff;
	margin: 5px 0 0 0;
	padding: 3px 10px;
	border: 1px solid #99ccff;
	_zoom: 1;
	overflow: hidden;
}

#needs #needs_comment li {
	background: url(../../common/images/arrow_m.gif) no-repeat 0 3px;
	line-height: 130%;
	margin: 0;
	padding: 0 0 0 15px;
}

#needs h3 a:hover,
#needs #needs_board h4 a:hover,
#needs #needs_comment h4 a:hover {
	background-color: #fff;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}


/*----------------------------------------------------------
  - Side Banner
----------------------------------------------------------*/

#sideBanner {
	float: right;
	width: 210px;
	height: 1100px;
	_height: 1100px;
	_zoom: 1;
	overflow: hidden;
}

#sideBanner li {
	width: 210px;
	height: 60px;
	margin: 0 0 7px 0;
	*+html _margin: 0 0 5px 0;
	_margin: 0 0 5px 0;
	padding: 0;
}


#information .backnum a:hover img,
#sideBanner li a:hover img,
#service .box div a:hover img,
#howto .box div a:hover img,
#footer_banner span a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*----------------------------------------------------------
  - Service / How to
----------------------------------------------------------*/

#service,
#howto {
	_zoom: 1;
	overflow: hidden;
}

#service {
	float: left;
	width: 570px;
}

#howto {
	float: right;
	width: 525px;
}

#service h3,
#howto h3 {
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#service h3 { background: url(../images/service_title.gif) no-repeat 0 0; }
#howto h3   { background: url(../images/howto_title.gif) no-repeat 0 0; }

#service .box {
	width: 280px;
	margin: 0 5px 10px 0;
	padding: 0;
}
#service .box_top {
	width: 565px;
}
#service .box_wrapper .box {
	float: left;
}

#howto .box {
	display: block;
	float: left;
	width: 195px;
	min-height: 150px;
	*height: 155px;
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	_zoom: 1;
	overflow: hidden;
}

#howto .double { min-height: 110px !important; }
#howto .single { min-height: 50px !important; }

#service .box div,
#howto .box div {
	margin: 0 0 5px 0;
	padding: 0;
}

#service .box li,
#howto .box li {
	font-size: 14px;
	background: url(../../common/images/arrow_m.gif) no-repeat 0 4px;
	margin: 0 5px;
	padding: 0 0 0 12px;
}


/*----------------------------------------------------------
  - Service / How to
----------------------------------------------------------*/

#footer_banner {
	width: 890px;
	height: 55px;
	text-align: center;
}

#footer_banner span {
	margin: 0 5px 0 0;
}

