@import url("main.css");

body {
	background-image: none;
}

#topSwfImg {
	margin-top: 40px;
	margin-left: 25px;
}

#mainMenu {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.column {
	width: 750px;
	padding:0px 0px 0px 0px;/*[上][右][下][左]*/
	margin: 10px 0px 10px 0px;/*[上][右][下][左]*/
}

/****leftbox****/
#leftbox {
	float: left;
	text-align: left;
	width: 310px;
	padding:0px 0px 0px 30px;/*[上][右][下][左]*/
}
#leftbox #leftbox01 h2 {
	width: 310px;
	height: 61px;
	background-image: url(../images/top/menu_head_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
#leftbox #leftbox02 h2 {
	width: 310px;
	height: 61px;
	background-image: url(../images/top/menu_head_back04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 5px;
}
#leftbox h2 a {
	font-size: 1.8em;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 20px;
}
#leftbox h2 a:hover {
	color: #EEEEEE;
}
#leftbox #leftbox01 ul {
	width: 310px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: normal;
	margin-left: 5px;
}

#leftbox #leftbox01 ul li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/****centerbox****/
#centerbox {
	float: left;
	text-align: left;
	width: 310px;
	padding:0px 0px 0px 10px;/*[上][右][下][左]*/
}
#centerbox #centerbox01 h2 {
	width: 310px;
	height: 61px;
	background-image: url(../images/top/menu_head_back03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
#centerbox h2 a {
	font-size: 1.8em;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 20px;
}
#centerbox h2 a:hover {
	color: #EEEEEE;
}
#centerbox #centerbox01 ul {
	width: 310px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: normal;
	margin-left: 5px;
}

#centerbox #centerbox01 ul li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


/*footer*/
#footer {
	width: 728px;
	margin-left: 31px;
	clear:left;
	margin-top: 30px;
}


/*counter*/
#counter {
	width: 728px;
	margin-left: 31px;
	clear:left;
}



