/* CSS Document */

@import "temp/general.css";
@import "temp/layout.css";


#centerArea {
	float: left;
	width: 360px;
	margin-left: 0px;
}
#leftArea {
	width: 180px;
	margin-left: 0px;
	float: left;
	margin-right: 14px;
	margin-bottom: 13px;
}
#leftArea li {
	margin-bottom: 1px;
	list-style-type: none;
	background-image: url(../../image/main/left-menu.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 180px;
	overflow: hidden;
}
#leftArea li#button1 {
	background-position: 0px 0px;
}
#leftArea li#button2 {
	background-position: 0px -90px;
}
#leftArea li#button3 {
	background-position: 0px -180px;
}
#leftArea li#button4 {
	background-position: 0px -270px;
}
#leftArea li#button5 {
	height: 40px;
	background-position: 0px -360px;
}
#leftArea li#button6 {
	height: 40px;
	background-position: 0px -400px;
}
#leftArea li#button7 {
	height: 40px;
	background-position: 0px -440px;
}
#leftArea li#button8 {
	background-image: url(../../image/main/left-menu2.gif);
	background-repeat: no-repeat;
	background-position: 0px -480px;
}
#centerArea h3 {
	margin-right: auto;
	margin-left: auto;
}
#centerArea div {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5591C2;
	border-bottom-color: #5591C2;
	border-left-color: #5591C2;
	margin-bottom: 20px;
}
#leftArea #button7 {
	background-position: 0px -440px;
}

#centerArea div li {
	text-align: left;
	list-style-type: none;
	font-size: 14px;
	background-image: url(../../image/top/etc/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 29px;
	line-height: 150%;
	background-position: 15px center;
	padding-right: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5591C2;
}
#contentsArea #centerArea p {
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 5px;
}
#contentsArea #centerArea p a {
	text-decoration: none;
}
#contentsArea #centerArea p a:hover {
	text-decoration: none;
	color: #C8404A;
}

#centerArea div li.button1 {
	background-image: url(../../image/top/etc/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px -12px;
	padding-left: 47px;
}
#centerArea div li.button2 {
	background-image: url(../../image/top/etc/list-mark.gif);
	background-repeat: no-repeat;
	background-position: 5px -27px;
	padding-left: 47px;
}
.linkbox,.linkbox2 {
	padding: 5px;
}
li.box_hover:hover {
	text-decoration: underline;
}
.box_hover {
	cursor:pointer;
}
li.box_hover {
	cursor:pointer;
	background-color: #D0E3FF;
}
.none {
	display: none;
}
	
