﻿@CHARSET "UTF-8";

/* CSS document */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* Common */
* {
	margin: 0px;
	padding: 0px;
	border:none;
}

body {
	font: 12px MS PGothic, Osaka, Arial, sans-serif;
	font-size: 12px;/*75%*//*1em = 10px;normal:16px*/
	color: #333333;
	background-color: #BAE3F9;
	line-height:1.0;
}

.sub, .main {
	float: left;
	display:inline;
}

.footer {
	clear: both;
	line-height:1.4;
}

a:link, a:visited,
a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color:#369;
		
}

/* Common */



/* Wrapper */
.wrapper {
	width: 100%;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
}
/* Wrapper */



/* Header */

.header {
	height: 185px;
	position: relative;
	background-image: url(../img/sun.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	
}

.header #logo {
	position: absolute;
	top: 35px;
	left: 105px;
}
/* Header */



/* Contents */
/* Written in other CSS file. */
/* Contents */



/* Sub content */
.sub {
	position:relative;
	width: 280px;
	margin-left: 100px;
	margin-top:-5px;
}
/* Sub content */



/* Menu */




.menu_bar {
}



.menu_bar p {
	clear:both;
	position:relative;
	display:block;
	float:left;
		width: 217px;

}

.menu_bar p a {
	position:relative;
	float:left;
	clear:both;
	display: block;
	/*padding: 10px 0px 10px 37px;*/
	vertical-align:middle;
	width:100%;
}


.menu_bar p.menu_ttl{
	height:31px;	
	line-height:31px;
	font-size: 125%;
	font-weight: bolder;
	color: #FFF;
	margin-left: 25px;
	display:inline;
}

.menu_bar p.menu_item{
	height:32px;	
	line-height:32px;
	padding: 0 0 0 40px;
}

/*
#mt01 {
	position: absolute;
	top: 0;
	top: 190px;
	left: 100px;
}

#mi01 {
	position: absolute;
	top: 213px;
	
}

#mi02 {
	position: absolute;
	top: 243px;
}

#mi03 {
	position: absolute;
	top: 273px;
}

#mt02 {
	position: absolute;
	top: 313px;
}

#mi04 {
	position: absolute;
	top: 340px;
}

#mi05 {
	position: absolute;
	top: 369px;
}

#mt03 {
	position: absolute;
	top: 410px;
}

#mi06 {
	position: absolute;
	top: 436px;
}

#mi07 {
	position: absolute;
	top: 466px;
}

#mi08 {
	position: absolute;
	top: 497px;
}

#mi09 {
	position: absolute;
	top: 528px;
}

#mt04 {
	position: absolute;
	top: 569px;
}

#mi10 {
	position: absolute;
	top: 595px;
}

#mi11 {
	position: absolute;
	top: 625px;
}

*/
/* Menu */




/* Banner */

.banner {
	clear:both;
	margin: 10px 0 0 5px;
}

.banner a{
	display:block;
}

#b_coupon{
	width: 240px;
	height: 110px;
	background: url(../img/coupon.gif) no-repeat;
}


#report{
	width: 240px;
	height: 110px;
	background: url(../img/report.gif) no-repeat;
}

#blog{
	width: 240px;
	height: 95px;
	background: url(../img/blog.gif) no-repeat;
}
/* Banner */



/* Main content */
.main {
	width: 700px;
	position: absolute;
	/*top: 187px;*/
	left: 380px;
	line-height:1.4;
	
}

#main_text {
	width: 260px;
	height: 100px;
	font-size: 98%;
	line-height: 1.2;
	font-weight: bolder;
	position: absolute;
	top: 125px;
	left: 23px;
}

/* Written in other CSS file. */
/* Main content */



/* Footer */
.footer {
	width:100%;
	height: 385px;
	position: relative;
	background: url(../img/background_footer.png) repeat;

}

.footer div#footer_flash {
	float:left;
	position:relative;
	width:100%;


}

.footer div#footer_flash embed {
}


.footer div#address {
	position:relative;
	float:left;
	padding:50px 0 0 150px;
	margin:0;
	width:240px;
/*	position: absolute;
	top: 150px;
	left: 150px;*/
}

.footer div#site_map_top_left {
	position:absolute;
	width: 180px;
	top: 140px;
	left: 483px;
	
}

.footer p#ad_name {
	font-size: 125%;
	font-weight: bolder;
	padding-bottom: 20px;
}

.footer p#footer_btn01 {
	padding-top: 30px;
	text-align: right;
}

.footer div#site_map_bottom_left {
	width: 180px;
	position: absolute;
	top: 232px;
	left: 483px;
}

.footer p.sm_title,
.footer p.comp_name {
	font-weight: bolder;
	line-height:0.9;
	margin:0 0 7px 0; 
}

.footer div#site_map_top_right  {
	width: 180px;
	position: absolute;
	top: 140px;
	left: 680px;
}

.footer div#site_map_bottom_right  {
	width: 180px;
	position: absolute;
	top: 232px;
	left: 680px;
}

.footer div#company {
	width: 165px;
	position: absolute;
	top: 210px;
	left: 930px;
}

.footer p#footer_btn02 {
	padding-top: 30px;
	text-align: right;
}
/* Footer */
