@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: 800px;
	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: 260px;
	text-align: left;
	position: relative;
	left: 80px;
	top: 290px;
	line-height: 180%;
	float:left;
}

#contactmenu {
	width: 180px;
	text-align: left;
	position: relative;
	right: 80px;
	top: 300px;
	line-height: 180%;
	float:right;
}

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


#cate_menu li{
	margin-left:10px;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
	font-weight: 700;
}

#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;
}

#contactmenu li{
	margin-left:30px;
	font-family:HelveticaNeue;
	letter-spacing: 0.1em;
	font-size: 23px;
	line-height: 20px;
	vertical-align: middle;
	height: 40px;
}

#contactmenu li a{

	padding-left:20px;

		color: #000000;
}

#contactmenu li a:hover{
	padding-left:20px;
	color: #CC0000;
	text-decoration: underline;
}
