@import "baseOutline.css";
@import "center.css";
@import "footer.css";
@import "left.css";

/* -- --------------default-------------- --*/

* {
	font-family: "Osaka", Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯";
	margin: 0px;
	list-style: none;
}

img {
	border: 0px;
}

body {
	background-color: #eaeedb;
	text-align: left;
}


#topNewText a:link,
#topNewText a:visited,
#topNewText a:active {
	text-decoration: underline;
	color: #cccccc;
}
#topNewText a:hover {
	text-decoration: none;
	color: #cccccc;
}

#specialArea a:link,
#specialArea a:visited,
#specialArea a:active {
	text-decoration: underline;
	color: #cccccc;
}
#specialArea a:hover {
	text-decoration: none;
	color: #cccccc;
}

#bodyArea3 a:link,
#bodyArea3 a:visited,
#bodyArea3 a:active {
	text-decoration: underline;
	color: #666666;
}
#bodyArea3 a:hover {
	text-decoration: none;
	color: #666666;
}

#linkContentsTitle a:link,
#linkContentsTitle a:visited,
#linkContentsTitle a:active {
	text-decoration: underline;
	color: #666666;
}
#linkContentsTitle a:hover {
	text-decoration: none;
	color: #666666;
}

#footLinkArea a:link,
#footLinkArea a:visited,
#footLinkArea a:active {
	text-decoration: underline;
	color: #cccccc;
}
#footLinkArea a:hover {
	text-decoration: none;
	color: #cccccc;
}

/*-------------------*/
li {
	line-height: 1.7em;
	font-weight: normal;
}

.information03-list{
	padding: 0;
	font-size: 12px;
}

.information03-list > li > dl{
	overflow:hidden;
}

.information03-list > li > dl > dt{
	float:left;
	padding: 18px 0 18px 1px;
}

.information03-list > li > dl > dd{
	margin-left:154px;
	padding: 15px 0 13px;
}

.information03-list > li{
	background: url(img/dotline550_3.gif) 0 bottom no-repeat;
	padding: 1px 0 2px;
}

.information03-list > li.odd > dl{
	background-color:#f6f6f6;
}

.information03-box-1{
	overflow:hidden;
	background:#eeeeee;
	border:solid 1px #cfcfcf;
	padding: 20px 18px;
}

.information03-box-1 > dt{
	float:left;
}

.information03-box-1 > dd{
	margin-left:2em;
}