@charset "utf-8";

/*--krkdesignCSS -- 201004xx Rel-ish yu-ki--*/

/* FF Scrolbar */
html {
	overflow-y: scroll;
}

/* Base Font */
body {
	font: 13px "MS P Gothic","ＭＳ Ｐゴシック" sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 130%;
	color: #333;
}

table {
    font-size: inherit;
    font: 100%;
}

html>/**/body {
	font-size: 0.8em;
}


/* #header */
.header_inner h1,
.header_inner h2,
.header_inner span
{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: bottom;
}

/* gmenu */
.gmenu {
	position: relative;
	width: 818px;
	margin: 17px auto 0;
}

.gmenu ul {
	margin: 0 0 0 -45px;
	line-height: 0;
}

.gmenu li {
	display: inline;
	margin: 0 0 0 45px;
	zoom: 1;
}


/* #contents */
.contents {
	width: 800px;
	margin: -18px auto 0;
	background: #fff;
}

.contents_boxtop {
	width: 800px;
	height: 11px;
	background: url(../img/contents_box_top.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.contents_boxbottom {
	width: 800px;
	height: 11px;
	background: url(../img/contents_box_bottom.jpg) no-repeat left bottom;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	clear: both;
}


/* right */
.sidemenu {
	margin: 0 0 20px;
	padding: 0 0 15px;
	background: url(../img/r_menu_bg_y.jpg) repeat-y left top;
	border-bottom: solid 6px #333;
}

.sidemenu h3 {
	height: 41px;
	background: url(../img/r_menu_re001.jpg) no-repeat left top;
}

.sidemenu ul {
	margin: 10px 0 0;
	line-height: 0;
}

.sidemenu li {
	padding: 2px 0 0;
	text-align: center;
}


.side_access {
	position: relative;
	background: url(../img/r_access_bg_xy.jpg) repeat left top;
	border-bottom: solid 7px #096;
	border-left: solid 7px #096;
	border-right: solid 7px #096;
}

.side_access h3 {
	height: 41px;
	margin: 0 -7px;
	background: url(../img/r_access_top.jpg) no-repeat left top;
}

.side_access div {
	margin: 10px 0 20px;
	padding: 8px 10px 2px;
	background: #ffc;
}

.side_access div p {
	margin: 0 0 .5em;
}


/* footer */
#footer {
	padding: 15px 0;
	text-align: center;
}

address {
	color: #fff;
}



/*-------------------------cf*/
.contents:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.contents { display: inline-block; }

/* exlude MacIE5 \*/

* html .contents { height: 1% }

.contents {display:block;}
/* end MacIE5 */

/*--------------------------bgimage*/
.bg {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
