@charset "euc-jp";

/* Imports
----------------------------------------*/
@import url("./default.css");
@import url("./common_header.css");
@import url("./common_footer.css");


/* レイアウト
----------------------------------------*/
html	{
	height: 100%;
}

body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #777978 url("../../images/common/bg_main.jpg") fixed center top;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #44444f;
}

#wrapper	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	margin:  0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-size: 1.15em;
}
#wrapper, x:-moz-any-link {font-size: 1.2em;} /* FF2 and older */
#wrapper, x:-moz-any-link, x:default {font-size: 1.15em;} /* FF3 reset */

#mainContainer	{
	margin: 0 10px;
	background: #ffffff;
}

#subContentsL	{
	float: left;
	width: 170px;
	margin-top: 10px;
	background: #ffffff;
}

#subContentsR	{
	float: right;
	width: 300px;
	margin-top: 10px;
	background: #ffffff;
}


/* リンク
----------------------------------------*/
a,
a:hover,
a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #ad0033;
}
a:hover	{
	text-decoration: underline;
}


/* 仕切り・float解除
----------------------------------------*/
hr.separator	{
	visibility: hidden;
	display: none;
	clear: both;
}
br.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
