@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:url(../img/common/bg.gif);
	color:#47210d;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: underline; color:#A35722;}
a:visited {text-decoration: underline; color:#6A4724;}
a:hover {text-decoration: none; color:#9D8C7F;}

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

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


/*-------------------------------------------------
Header
-------------------------------------------------*/
#header_wrapper {
	height:210px;
	background:url(../img/common/header_bg.jpg) repeat-x;
}

#header {
	height:136px;
	width:940px;
	margin:0px auto;
	padding:0px;
	background:url(../img/common/header.png) no-repeat;
	text-indent:-1000em;
	position:relative;
}

/*IEのみpng使わない*/
*html #header {
	height:136px;
	width:940px;
	margin:0px auto;
	padding:0px;
	background:url(../img/common/header.jpg) no-repeat;
	text-indent:-1000em;
	position:relative;
}


#header h1 a {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:245px;
	height:40px;
	text-indent:-1000em;
	outline:none;
	top:44px;
	left:52px;
}

#header p{
	color:#FFC;
	font-size:1.1em;
	line-height:150%;
	text-align:left;
	padding:70px 0px 0px 60px;
}

#link a {
	position:absolute;
	background:url(../img/common/katteguchi.jpg) no-repeat;
	width:135px;
	height:86px;
	text-indent:-1000em;
	outline:none;
	top:44px;
	left:750px;
	display:block;
}

#link a:hover {
	background:url(../img/common/katteguchi_hover.jpg) no-repeat;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:absolute;
	height:74px;
	top:136px;
	left:0px;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

#contents-inner{
	padding:30px 49px 0px 49px;
	zoom:100%;
}


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

.leftside {
	float:left;
	width:562px;
}

.rightside {
	float:right;
	width:252px;
}

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

#footer_wrapper {
	height:200px;
	background:url(../img/common/footer_bg.jpg) repeat-x;
}

div#footer {
	height:200px;
	width:940px;
	clear:both;
	background:url(../img/common/footer.png) no-repeat;
	margin:0px auto;
	text-align:left;
	position:relative;
}

/*IEのみpng使わない*/
*html div#footer {
	height:200px;
	width:940px;
	clear:both;
	background:url(../img/common/footer.jpg) no-repeat;
	margin:0px auto;
	text-align:left;
	position:relative;
}

#footer img.pagetop {
	position:absolute;
	left:400px;
	top:60px;
}

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

#footer li{
	font-size:1.1em;
	display:inline;
	color:#47210d;
}

#footer li a{
	color:#47210d;
}