@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffff;
}

html{
	height:100%;
	background:#942d4e;
}

img,a {
	border:none;
}

a, a:visited {
	color:#0099CC;
}

a:hover {
	text-decoration:none;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ========================================
	
* header
	
======================================== */

div#header {
	margin:0 auto;
	border-top:10px solid #942d4e;
}

div#header-inner {
	width:820px;
	margin:0 auto;
	border-bottom:3px solid #942d4e;
	height:70px;
}

div#header h1 a{
	width:246px;
	height:51px;
}

div#h_left{
	float:left;
	margin:10px 0 0 0;
}

div#h_right{
	float:right;
	margin:10px 0 0 0;
/*
	float:right;
	display:block;
	margin:25px 0 0 0;
	width:360px;
	font-size: 0.75em;
	color:#333333;
*/
}

/* ========================================
	
* main_contents
	
======================================== */

div#main_contents {
	margin:0 auto;
	padding:0 0 30px 0;
	background:url(../images/foot_bg_top.gif) repeat-x bottom;

}

/* ========================================
	
* flash_area
	
======================================== */

div#flash_area {
	width:820px;
	margin:0 auto;
	padding:0;
}

div#flash_area object {
	outline: none;
}

/* ========================================
	
* footer
	
======================================== */

div#footer{
	height:40px;
	margin:0;
	padding:5px 0 0 0;
	background:#942d4e;
	font-size:0.7em;
	line-height:110%;
}
div#foot_wrap{
	width:820px;
	margin:0 auto;
}
div#foot_l{
	width:400px;
	float:left;
}
div#foot_contact{
	width:389px;
	text-align: left;
	margin-top:7px;
	margin-left:11px;
	color:#F3E2E2;
}
div#foot_r{
	width:346px;
	float:right;
}
div#foot_copyright{
	width:335px;
	margin-top:7px;
	margin-right:11px;
	text-align: right;
	color:#F3E2E2;
}
div#foot_copyright a {
	color:#F3E2E2;
}
div#foot_copyright a:hover {
	text-decoration:underline;
	color:#F3E2E2;
}

