*{
	margin:0;
	padding:0;
}
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	background-image: url(../img/body_back.gif);
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
a img {
	border:none;
}
/*
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
*/
#container {
	width: 785px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #b8a098;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* header
---------------------------------------------------- */
#header {
	position:relative;
	width: 785px;
	height:89px;
	background:url(../img/bg_header.gif) repeat-x top left;
}
#header p.logo,
#header h1.logo{
	position:absolute;
	top:22px;
	left:37px;
	width: 85px;
	height:41px;
}
#header p.address {
	position:absolute;
	top:18px;
	right:27px;
	width: 300px;
	height:60px;
	text-align:right;
	color:#551101;
}

#header a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}

/* menu
---------------------------------------------------- */
#menu {
	height: 60px;
	width: 785px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
}

/* navi
---------------------------------------------------- */
#navi {
	width: 355px;
	float: left;
	height: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi a {
	color: #5D2835;
	background-image: url(../img/topic_path.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: right;
}
#navi a:hover {
	text-decoration: none;
}
#navi ol {
	list-style-type: none;
}
#navi li {
	display: inline;
}

/* intro
---------------------------------------------------- */
#intro {
	width: 410px;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#intro h2 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 10px;
}

/* contents
---------------------------------------------------- */
#contentsWrapperTop {
	width: 785px;
	padding-top: 46px;
	background:url(../img/bg_contents.gif) no-repeat top center;
}
#contentsWrapper {
	width: 785px;
	padding-top: 26px;
	background:url(../img/bg_contents.gif) no-repeat top center;
}
#contents {
	width: 716px;
	padding-right: 49px;
	padding-left: 20px;
	float: left;
	padding-bottom: 30px;
}
#contents_left {
	width: 216px;
	padding-right: 30px;
	float: left;
}

/* side_menu
---------------------------------------------------- */
#side_menu {
	width: 214px;
	padding-bottom: 15px;
}
#side_menu h2 {
	margin-bottom: 10px;
}
#side_menu ul {
	list-style-type: none;
}
#side_menu li {
	margin:0px;
	padding: 0px;
	line-height:0;
}
#side_menu a {
}
#side_menu a:hover {
}
.left_banner {
	padding-bottom: 10px;
}
#sns_menu{
	margin-bottom:15px;
}

/* side_tab_nav
---------------------------------------------------- */
.side_tab_nav {
	width:216px;
	margin:0px 0px 10px 0px;
	text-align:center;
}
.side_tab_nav ul.btnList{
	clear:both;
	width:210px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
.side_tab_nav ul.btnList li{
	margin:0px 0px 3px 0px;
	padding:0px;
	line-height:0px;
}
ul.tabs {
	clear:both;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 36px; /*--Set height of tabs--*/
	border-bottom: 1px solid #e1e0df;
	border-left: 1px solid #e1e0df;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width:107px;
	height: 35px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 35px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #e1e0df;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #eee;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_content {
	width: 215px;
	clear:both;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left:1px solid #e1e0df;
	border-right:1px solid #e2e1df;
	border-bottom:1px solid #e2e1df;
}

/* contents_right
---------------------------------------------------- */
#contents_right {
	float: right;
	width: 470px;
}
#contents_right h3 {
	padding-bottom: 15px;
}
#contents_right h4 {
	padding-bottom: 15px;
	padding-left: 10px;
	color: #A38427;
}
#contents_right p {
	padding-left: 10px;
	padding-bottom: 20px;
}
#contents_right p.number_p {
	padding-bottom: 5px;
	color: #D54575;
}
.txtSt {
	font-weight:bold;
	color:#ff0000;
	padding-bottom: 5px;
}

.floatL {
	float:left;
	margin:0px 10px 0px 0px;
	padding-bottom: 10px;
}
.floatR {
	float:right;
	margin:0px 0px 0px 10px;
	padding-bottom: 10px;
}

.clear {
	clear:both;
}

#contents_right ul {
	list-style-type: none;
	padding-left: 10px;
}
#contents_right li {
	line-height: 2;
}

#mobile {
	width: 470px;
}
#mobile_info {
	padding-left: 20px;
	padding-bottom: 10px;
}
#policy {
	margin-bottom: 40px;
}
.news_border {
	padding-top: 15px;
	padding-bottom: 15px;
}

#pagetop {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}
/* ƒRƒ“ƒeƒ“ƒc‚±‚±‚Ü‚Å */

#footer {
	clear: both;
	position:relative;
	width: 785px;
	background-image: url(../img/bg_footer.gif);
	text-align: left;
	height: 90px;
	color:#fff;
}
.address_east {
	position:absolute;
	top:20px;
	left:20px;
}
.address_west {
	position:absolute;
	top:20px;
	right:20px;
}
.footer_catch {
	position:absolute;
	top:45px;
	left:20px;
}
.footer_catch a {
	color:#fff;
	text-decoration:none;
}
.footer_catch a:hover {
	color:#ccc;
	text-decoration:none;
}
.footer_copyright {
	position:absolute;
	top:45px;
	right:20px;
}
.left{
	float: left;
}
/*ƒtƒbƒ^[‚±‚±‚Ü‚Å */
