@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      information.css
 Style Info:     最新情報専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#unit {
	border-top:1px #e4e4e4 solid;
	width:550px;
	margin-bottom:20px;
}

dl {
	border-bottom:1px #e4e4e4 solid;
	clear:both;
	overflow:hidden;
	zoom:100%;
	padding:20px 0;
}

dt {
	float:left;
	width:150px;
}

dd {
	float:left;
}

dd ul {
	margin:5px 0 10px 0;
}

dd ul li {
	list-style-type:disc;
	margin-left:1.5em;
}

/*----------------------------
	ENGLISH
----------------------------*/

.english {
	margin-top:10px;
	color:#b3b3b3;
	line-height:1.5em
}

.english a {
	color:#b3b3b3;
	text-decoration:underline;
}

.english a:hover {
	color: #cc612c;
	text-decoration:underline;
}
