@charset "euc-jp";
/* σώσώσώ--------------------------------------------------------------------------------------------------------
top_page css

_0. common
_1. reset
_2. object
_3. section

  */

/* ===============================================================================================================
_0. common
 */
@import "./common.css";
@import "./base.css";

/* ===============================================================================================================
_1. reset
 */

		
/* ===============================================================================================================
_2. object
 */

#home #obj_bg {
	width: 100%;
	background: url(../images/bg_obj.jpg) repeat-x left top;
}
#home #obj {
position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_home.jpg) no-repeat left top;
}

	/* main catch */
	#home #obj h3 {
	display: block;
		padding: 110px 10px;
	}

	/* main image */
	#fig_home {
	position: absolute;
	top: 30px;
	right: 45px;
		width: 185px;
	}


/* ===============================================================================================================
_3. section and module
 */


/* home content
-------------------------------------------------------------------------- */
#i_home2,
#i_home3 {
float: left;
	width: 300px;
	margin: 50px 30px 45px 0;
}
#i_home4 {
float: left;
	width: 300px;
	margin: 75px 0 45px;
}

	/* text */
	#i_home2 a,
	#i_home3 a,
	#i_home4 a {
	display: block;
		width: 300px;
		text-decoration: none;
	}
	
	/* background */
	#i_home2 strong { padding-bottom: 105px; background: url(../images/img_home2.jpg) no-repeat left bottom; }
	#i_home3 strong { padding-bottom: 105px; background: url(../images/img_home3.jpg) no-repeat left bottom; }
	#i_home4 strong { padding-bottom: 105px; background: url(../images/img_home4.jpg) no-repeat left bottom; }
	
	/* text */
	#i_home2 .p_txt,
	#i_home3 .p_txt,
	#i_home4 .p_txt {
	display: block;
		padding-top: 15px;
		
		font-size: 108%;
		line-height: 1.8;
	}


/* home information
-------------------------------------------------------------------------- */
#h_info {
float: left;
	width: 630px;
	margin: 0 0 45px;
}

	#h_info .sec_in{
	position: relative;
		width: 100%;
	}

	#h_info .sbj {
		margin-bottom: 15px;
	}
	
	#h_info .box_rt {
	position:absolute;
	top: 4px;
	right: 4px;
		width: 200px;
		height: 27px;
	}	
		#h_info li {
		float: right;
			margin-left: 10px;
			padding-left: 10px;
		}
		#h_info .btn_more {
			background: url(../images/line_sep.gif) no-repeat left center;
		}
	
	#h_info .scroller {
	overflow: auto;
		width: 100%;
		height: 100px;
	}
		#h_info .tbl_list dt {
			min-width: 100px;
		}
		#h_info .tbl_list dd {
			margin-left: 102px;
		}


/* home side
-------------------------------------------------------------------------- */
#h_side {
float: right;
	width: 300px;
}




/* end.css
=============================================================================================================== */