@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
margin:0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////*/
html{
	height: 100%;
}

/*----------------------------*/
#background {
	background-image:url(../images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#wrapper {
	width:800px;
	background-color:#F7F7F0;
	border-left:1px solid #CDC7AE;
	border-right:1px solid #CDC7AE;
	margin:0 auto;
	text-align:center;
}
*:first-child+html #wrapper {
	width:798px;
	background-color:#F7F7F0;
	border-left:1px solid #CDC7AE;
	border-right:1px solid #CDC7AE;
	margin:0 auto;
	text-align:center;
}
/*----------------------------*/
#header {
	width:798px;
	height:110px;
	margin:0 auto;
	text-align:center;
}
#header h1 {
	padding-top:25px;
}
#slink	{
	width:260px;
	height:20px;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:10px;
	left:68%;
	cursor:pointer;
	}
#slink ul	{
	margin-top:0px;
	margin-bottom:0px;
	line-height:0;
	text-align:left;
}
#slink li	{
	height:20px;
	margin-top:0px;
	padding:0px;
	float:left;
	line-height:0;
	text-align:left;
}
/*----------------------------------*/
#navigation {
	width:798px;
	height:52px;
	margin:0 auto;
}
#navigation ul {
	background-image:url(../images/navi_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	line-height:0;
}
#navigation ul li {
	height:52px;
	float:left;
	line-height:0;
}
#navigation ul li a {
	text-indent:-10000px;
	display:block;
	height:52px;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
}
#navi1 a {
	width:159px;
	background-image:url(../images/navi1.gif);
}
#navi1 a:hover {
	background-position:0 -52px;
}
#navi2 a {
	width:160px;
	background-image:url(../images/navi2.gif);
}
#navi2 a:hover {
	background-position:0 -52px;
}
#navi3 a {
	width:160px;
	background-image:url(../images/navi3.gif);
}
#navi3 a:hover {
	background-position:0 -52px;
}
#navi4 a {
	width:160px;
	background-image:url(../images/navi4.gif);
}
#navi4 a:hover {
	background-position:0 -52px;
}
#navi5 a {
	width:159px;
	background-image:url(../images/navi5.gif);
}
#navi5 a:hover {
	background-position:0 -52px;
}
/*----------------------------------*/
#img_area2 {
	width:798px;
	height:119px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#000000;
}
/*----------------------------------*/
#contents_area {
	width:798px;
	background-image:url(../images/contents_area_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:40px;
}
.h3_title {
	width:760px;
	margin:0 auto;
}
#contents_bottom {
	width:798px;
	height:20px;
	margin:0px auto;
}
/*----------------------------------*/
#go_top {
	width:766px;
	margin:0 auto;
	text-align:right;

}
#push{
	height:70px;
}
/*----------------------------------*/
#footer {
	width:798px;
	height:100px;
	margin:0 auto;
	border-top:1px solid #CDC7AE;
	padding-top:5px;
	clear:both;
	text-align:center;
}

p#notes {
	padding-top: 10px;
	font-size: 10px;
	}
/*----------------------------------*/
.clear {
	clear:both;	
}
/*----------------------------------*/

