@import url("individually.css");
/* css document */

/* For index.html以外のページ */


/* menu */
#img_space {
	width:330px;
	height:auto;
	float:left;
}

#img_space_information{
	width:330px;
	height:640px;
	float:left;
	background:url(img/information_bg.jpg) no-repeat;
}
#img_space_information2{
	width:330px;
	height:640px;
	float:left;
	background:url(img/information_bg2.jpg) no-repeat;
}

#frame {
	padding:45px 0 0 0;
}

#img_space img{

}

#img_space p{
	font-size:10px;
	line-height:15px;
	color:#000;
	margin:0 0 20px 30px;
}


/* content */
#content{
	margin:0 0 0 352px;
}


/** link.html **/

#link table,#link tr,#link td,#link th{
	border-style:none;
	background-color:#FFFFFF;
	font-weight:normal;
}

#link th{
	width:150px;
	color:#003366;
	text-align:left;
}

#link th a{
	padding:0 0 0 20px;
	background:url(img/link_index.gif) no-repeat 0 50%;
}