@import "main.css";
@import "ie.css";
@import "plus.css";
*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
}

body{
	font-size:80%;
	margin:0 auto;
	text-align:center;
	background:url(../img/common/body_back.gif);
	line-height:160%;
}

img{
	border-style:none;
	vertical-align:middle;
}

.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.container {display: inline-table;}
.clear {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {min-height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

h5#autochangepg{
	font-size:75%;
	color:#999;
	background-color:#fff;
	width:800px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	line-height:1;
	padding:3px 0;
}

#box{
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	color:#333;
}

/* header */
#header{
	background:#fff url(../img/common/header_back.jpg) no-repeat right top;
	color:inherit;
}
#header div.logo{
	margin:0  0 0 26px;
	padding:17px 0 20px 0;
	width:315px;
	float:left;
	position:relative;
}

#header div.logo h1{
	position:absolute;
	left:50px;
}
#header div.logo p{
	padding-top:3px;
}
#header p.banner{
	margin:15px  28px 0  0;
	width:330px;
	float:right;
}
#header ul{
	padding:5px 25px;
	background:url(../img/common/header_menu_back.gif) repeat-x left top;
}
#header ul li{
	float:left;
	width:200px;
}
#header ul li.others{
	float:right;
}
#header ul li.others ol li{
	margin:0;
	float:left;
	width:100px;
}

/* cnt */
#cnt{
	width:750px;
	margin:0 25px 15px 25px;
	background:url(../img/common/cnt_back.gif) repeat-y left top;

}

/* ------------------------------------------------------------------------------------------------------
---sub */
#sub{
	margin:0;
	padding:0;
	float:left;
	width:200px;
}
#sub p.title{
	padding-top:15px;
	margin-bottom:2px;
	background-color:#fff;
	color:inherit;
}
#sub ul li{
	margin-bottom:10px;
}
#sub ul li ol li{
	margin-bottom:0;
}

#sub ul li.bizlist ol li{
	margin-bottom:2px;
}
#sub ul li address{

	line-height:1.4;
}
#sub li.address ol{

}
#sub li.address ol li{
	margin-right:1px;
	margin-left:1px;
	padding:10px;
	border-bottom:1px solid #ccc;
	background:url(../img/common/sub_menu_address_back.gif) no-repeat left bottom;
}
/* ------------------------------------------------------------------------------------------------------
---footer */

#footer{

	border-top:2px solid #6C91FC;
	padding-top:8px;
	clear:both;
}
#footer ul{
	text-align:center;
	font-size:85%;
}
#footer ul li{
	padding-left:5px;
	margin-left:5px;
	display:inline;
	color:#666;
	background-color:inherit;
	border-left:1px solid #666;
}
#footer ul li.first{
	padding-left:0;
	margin-left:0;
	border-style:none;
}
#footer address{
	padding:5px 25px 0 0;
	font-size:85%;
	text-align:right;
	color:#666;
	background-color:inherit;
	border-top:2px solid #ECE9D8;
}

/* -----------------------------------------------------------
--- print */
@media print{
body{background-image:none}
#header ul{padding-left:0;}
#header ul li{width:210px;}
#cnt{margin:0 25px 15px 0px;}
#footer{	width:800px;display:none;}
#main.permission_notification div.block{width:515px}
}

