@charset "UTF-8";

/* formatting style
-------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #E7DDD0;
}

/* link style
-------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #4F1D27;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
}

/* basic layout
-------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0px auto;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat;
}
#wrapper_top {
	width: 950px;
	margin: 0px auto;
}
#wrapper #main {
	background-image: url(../images/bg_wrapper.jpg);
}
#top_main {
	clear: both;
}
#contents {
	width: 699px;
	float: left;
	padding: 0px 0px 20px;
	position: relative;
	margin: 0px;
}
#contents_top {
	width: 699px;
	float: left;
	padding: 0px 0px 20px;
	margin: 0px;
	clear: both;
}
#sidebar {
	float: right;
	width: 251px;
}
#sidebar #sidebar_title {
	font-size: 120%;
	font-weight: bold;
	color: #521E29;
	text-indent: 16px;
	padding-top: 5px;
}
#sidebar  #Region  {
	margin-left: 20px;
	line-height: 120%;
	color: #333333;
	font-size: 100%;
	margin-bottom: 5px;
}

#footer {
	width: 694px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 50px;
}
#header {
	height: 109px;
	width: 950px;
	position: relative;
}

#top_header {
	width: 950px;
	padding-left: 12px;
}

#header #logo01 {
	position: absolute;
	left: auto;
	top: 0px;
}
#header #logo02 {
	position: absolute;
	top: 0px;
	left: 699px;
}
#main   #float  {
	float: left;
}
#contents #return {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#top_side_left {
	float: left;
}
#top_side_right {
	float: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
#wrapper #float_clear {
	clear: both;
}

