@charset "UTF-8";

/* -------------------------------------------------------------- 
wrapper
-------------------------------------------------------------- */

div#wrapper1,div#wrapper2,div#wrapper3 {
	text-align:center;
	width:100%;
}
div#wrapper1 {
	min-width:950px;
	background:url(../img/wrapper_top.png) no-repeat center top !important;
	padding:16px 0 0 0;
}
div#wrapper2 {
	min-width:950px;
	background:url(../img/wrapper_bottom.png) no-repeat center bottom;
	padding:0 0 20px 0;
}
div#wrapper3 {
	min-width:950px;
	background:url(../img/wrapper_middle.png) repeat-y center top;
}

/* -------------------------------------------------------------- 
container
-------------------------------------------------------------- */

div#container {
	text-align: left;
	width:930px;
	margin: 0 auto;
	padding:10px 10px 0 10px;
}

/* -------------------------------------------------------------- 
header
-------------------------------------------------------------- */

div#header {
	width:950px;
	height:86px;
	margin:0 auto;
	position:relative;
}
div#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:460px;
	height:86px;
}
div#header p {
	position:absolute;
	top:5px;
	left:400px;
	color:#888;
	font-size:85%;
	letter-spacing:normal;
}
div#tel {
	position:absolute;
	top:26px;
	left:756px;
	width:189px;
	height:60px;
}
div#animation {
	position:absolute;
	top:21px;
	left:445px;
	widht:279px;
	height:71px;
}

/* -------------------------------------------------------------- 
main
-------------------------------------------------------------- */
div#main {
	position: relative;
	width: 930px;
	margin:10px auto;
}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

/* -------------------------------------------------------------- 
contents
-------------------------------------------------------------- */
div#contents {
	overflow:hidden;
	width:670px;
	float:left;
	clear: both;
	padding-left:30px;
}

/* -------------------------------------------------------------- 
sidebar
-------------------------------------------------------------- */
div#sidebar {
	float: left;
	width: 215px;
	overflow:hidden;
	padding-left:15px;
}

/* -------------------------------------------------------------- 
footer
-------------------------------------------------------------- */
div#footer {
	clear: both;
	margin-top:15px;
	border-top:1px dotted #669900;
}
div#address {
	margin:10px 0 10px 10px;
	color:#111;
	font-size:85%;
}
div#privacy {
	position:relative;
	top:60px;
	left:780px;
	width:145px;
	height:19px;
	text-align: right;
	font-size:0.8em;
}
div#copyright {
	color: #555;
	clear: both;
	text-align:center;
	font-size:75%;
	letter-spacing:0.05em;
}
