@charset "utf-8";
/* CSS Document */

@import "charactor.css";

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	color:#666;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width:940px;
	margin:0px auto;
	padding:0px;
	background:url(../img/common/bg.gif) repeat-y;
	text-align:left;
	line-height:180%;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	height:110px;
	width:940px;
	background:url(../img/common/header.jpg) no-repeat;
	position:relative;
}

#header h1 a {
	position:absolute;
	background:url(../img/common/logo.jpg) no-repeat;
	width:200px;
	height:80px;
	text-indent:-1000em;
	outline:none;
	top:25px;
	left:10px;
}

#header p{
	color:#B19C5D;
	font-size:1.1em;
	padding:0px 0px 0px 10px;
}

#header p.home a{
	color:#523128;
	font-size:1.0em;
	text-decoration:none;
	position:absolute;
	top:88px;
	left:205px;
}

#header p.policy a{
	color:#523128;
	font-size:1.0em;
	text-decoration:none;
	position:absolute;
	top:88px;
	left:285px;
}

#header img.tel{
	position:absolute;
	top:41px;
	left:400px;
}

#header img.req{
	position:absolute;
	top:41px;
	left:610px;
}

#header img.movie{
	position:absolute;
	top:25px;
	left:770px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	height:57px;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}

#navigation li a {
	position:absolute;
	display:block;
	height:57px;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
}

#navigation li.menu0 a {
	width:146px;
	left:32px;
	background:url(../img/common/menu.jpg) no-repeat -32px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -32px -57px;
}

#navigation li.menu1 a {
	width:145px;
	left:178px;
	background:url(../img/common/menu.jpg) no-repeat -178px -0px;
}

#navigation li.menu1 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -178px -57px;
}

#navigation li.menu2 a {
	width:146px;
	left:323px;
	background:url(../img/common/menu.jpg) no-repeat -323px -0px;
}

#navigation li.menu2 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -323px -57px;
}

#navigation li.menu3 a {
	width:146px;
	left:469px;
	background:url(../img/common/menu.jpg) no-repeat -469px -0px;
}

#navigation li.menu3 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -469px -57px;
}

#navigation li.menu4 a {
	width:146px;
	left:615px;
	background:url(../img/common/menu.jpg) no-repeat -615px -0px;	
}

#navigation li.menu4 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -615px -57px;
}

#navigation li.menu5 a {
	width:146px;
	left:761px;
	background:url(../img/common/menu.jpg) no-repeat -761px -0px;	
}

#navigation li.menu5 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -761px -57px;
}



/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	width:940px;
	background:url(../img/common/contents_top.jpg) no-repeat top;
	margin:0px auto;
	zoom:100%;
	font-size:1.2em;
}

#contents-inner{
	padding:20px 33px 10px 33px;
}

#contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	height:100px;
	width:940px;
	clear:both;
	background:url(../img/common/footer.jpg) no-repeat;
	margin:0px auto;
}

#footer ul.ue{
	text-align:center;
	padding:13px 0px 0px 0px;
}

#footer ul{
	text-align:center;
	padding:0px 0px 0px 0px;
}

#footer li{
	font-size:1.0em;
	display:inline;
	color:#666;
}

#footer li a{
	color:#666;
}
