@charset "utf-8";
/* ALL */
* {
	margin: 0;
	padding: 0;
	line-height: 1.35;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
}

img {
	border: none;
}

.alt {
	display: none;
}

.ind {
	text-indent: -10000px;
}

.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.clear {
   clear: both;
   height: 0;
   line-height: 0;
   zoom: 1;
}

.top {
   vertical-align: top;
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}

strong {
	text-decoration: none;
	font-weight: 400;
}

/* BASE_BOX */

body {
	text-align: center;
	font-size: small;
	background: url(../common/back_body.jpg) repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../common/back_wrapper.jpg) repeat-y;
}


/* HEADER */

#header {
	width: 960px;
	height: 23px;
	background: url(../common/header.jpg) no-repeat;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 260px;
	height: 23px;
	text-indent: -9999px;
	font-size: 10px;
}


/* RIGHT MENU */

#right_box {
	width: 150px;
	margin: 0px;
	background: url(../common/back_right.jpg) repeat-y;
	float: right;
}

#gnavi {
	width: 110px;
	height: 567px;
	padding-top:10px;
	padding-right: 40px;
	background: url(../common/back_gnavi.jpg) no-repeat;
	text-align: right;
}

#gnavi ul li a {
	text-decoration: none;
	line-height: 30px;
}

#gnavi ul li a:link {
	color: #000000;
}

#gnavi ul li a:visited {
	color: #000000;
}

#gnavi ul li a:hover {
	color: #3399FF;
}

#gnavi ul li a:active {
	color: #000000;
}


/* LEFT BOX */

#left_box {
	width: 810px;
	float: left;
}

#main_visual {
	margin: 17px 0px 0px 0px;
}

#sub_visual {
	margin: 17px 0px 0px 0px;
}

#con_box {
	width: 730px;
	padding: 0px 50px 50px 30px;
	background: url(../common/back_contents.jpg) no-repeat;
}

#con_box_2 {
	width: 730px;
	padding: 0px 50px 50px 30px;
	background: url(../img/back_contents_2.jpg) no-repeat;
}


/* MENU BOX */

#menu_box {
	width: 960px;
	height: 85px;
	margin: 0px;
}

#menu_box ul li {
	width: 160px;
	height: 85px;
	float: left;
}

.navi_all a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#navi_1 {
	background: url(../common/btn_navi_1.jpg) no-repeat;
}

#navi_2 {
	background: url(../common/btn_navi_2.jpg) no-repeat;
}

#navi_3 {
	background: url(../common/btn_navi_3.jpg) no-repeat;
}

#navi_4 {
	background: url(../common/btn_navi_4.jpg) no-repeat;
}

#navi_5 {
	background: url(../common/btn_navi_5.jpg) no-repeat;
}

#navi_6 {
	background: url(../common/btn_navi_6.jpg) no-repeat;
}


/* FOOTER */

#footer {
	width: 960px;
	height: 40px;
	padding-top: 20px;
	background: url(../common/back_footer.jpg) no-repeat;
	text-align: center;
}











