@charset "UTF-8";
/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 1.5;
	color: #000000;
	padding: 0px;
	margin: 1cm;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* basic layout
---------------------------*/
#container {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
#sidemenu {
	background-image: url(/images/common/menu_back.jpg);
	background-repeat: repeat-y;
	width: 200px;
	float: left;
	display: none;
}
#main {
	width: 723px;
	background-image: url(/images/common/main_side_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 22px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-left: 25px;
}
#footer {
	clear: both;
	border-top: 1px solid #BBBBBB;
	font-size: 8px;
	color: #888888;
	text-align: center;
	line-height: 33px;
}

/* header style
---------------------------*/
#header {
	height: 161px;
	position: relative;
	display: none;
}

/* right menu style
---------------------------*/
#rightmenu {
	float: right;
	width: 135px;
	display: none;
}


#gototop {
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	width: 30%;
	background-image: url(/images/common/gototop.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 14px;
	display: none;
}
#orz {
	background-image: url(/images/common/error_orz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: 40px;
	padding-top: 100px;
}

