@charset "Shift_JIS";

/*----------------------------------------------------------------
 index.html only
----------------------------------------------------------------*/

/*----------------------------------------------------------------
 box
----------------------------------------------------------------*/
#header{
	width				: 900px;
	height				: 70px;
	overflow			: hidden;
	clear				: both;
}
#contents{
	width				: 900px;
	overflow			: hidden;
	clear				: both;
}

/*----------------------------------------------------------------
 contents
----------------------------------------------------------------*/
#contents #left{
	width				: 500px;
	float				: left;
	background			: #fff;
}
#contents #right{
	width				: 400px;
	float				: left;
	margin-right		: -7px;
	background : url(image/index_bg2.gif) repeat left top;
}
#contents #left a,
#contents #right a{
	color				: #035DB6;
	font-weight	:bold;
}

/*-----------------------------------------------------
 left
-----------------------------------------------------*/
#contents #left h2{
	width				: 500px;
	height				: 30px;
	text-indent			: -9999px;
	background : url(image/index_h2_info.gif) no-repeat left top;
}
#contents #left .content{
	margin				: 10px 10px 20px 20px;
	color				: #000;
}
#contents #left .content p{
	margin				: 0 0 10px 15px;
	font-size			: 14px;
}
#contents #left .content ul{
	list-style			: none outside;
	margin				: 20px 0 0 15px;
}
#contents #left .content li{
	list-style			: none outside;
}
#contents #left .line{
	margin				: 0 0 10px 0;
	width				: 470px;
}
#contents #left .red{
	color			:#FF0000;
	font-size	:16px;
	font-weight	:bold;
	line-height	:170%;
	border-bottom		: 1px solid #FF0000;
}
/*-----------------------------------------------------
 right
-----------------------------------------------------*/
#contents #right h2{
	width				: 400px;
	height				: 30px;
	text-indent			: -9999px;
	background : url(image/index_h2_company.gif) no-repeat left top;
}

#contents #right dl{
	margin				: 0 0 0 15px;
	line-height			: 30px;
	width				: 365px;
	color				: #035DB6;
	background : url(image/index_left_line.gif) repeat-x left bottom;
	overflow			: hidden;
	font-size			: 12px;
}
#contents #right dl dt{
	width				: 70px;
	padding				: 0 0 0 15px;
	float				: left;
}
#contents #right dl dd{
	width				: 265px;
	float				: left;
}
#contents #right .content{
	margin				: 10px 0 20px 0;
}

#contents #right .content p{
	margin				: 15px 0 20px 20px;
}
