@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	color: #000000;
}

/*----------------------------------------------------
	基本
----------------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../cmn_img/top_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

body > #container {
        height: auto;
}

a:link {
	color: #CC0000;
	text-decoration: none;

}

a:visited {
	color: #CC0000;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}

a:active {
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#container {
	width:100%;
    position: relative;
    min-height: 100%;
	
}

* html div#container {
	height:100%;
}

#page {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px; /* footer */

}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width: 100%;
	text-align: center;
    position: absolute;
	height: 20px;
	bottom: 0px;
}

address{
	font-size: x-small;
	line-height: 20px;
}

/*----------------------------------------------------
	#top
----------------------------------------------------*/
#top-menu {
	width: 280px;
	text-align: left;
	position: relative;
	left: 110px;
	top: 300px;
	line-height: 180%;
	float:left;
}

#sub-menu {
	width: 250px;
	text-align: left;
	position: relative;
	top: 470px;
	line-height: 180%;
	right: 30px;
	float:right;

}

#link{
	font-size: small;
	line-height: 200%;
	letter-spacing: 0.1em;
}


#cate_menu li{
	margin-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 35px;
	vertical-align: middle;
	height: 35px;
	font-weight: bolder;
}

#cate_menu li a{

	padding-left:20px;
	background-image: url(../cmn_img/mini_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;	
		color: #000000;
}

#cate_menu li a:hover{
	padding-left:20px;
	background-image: url(../cmn_img/mini_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CC0000;
	text-decoration: none;
}
