@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	size:100%;
	background-color: #E8E8E8;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
	margin-bottom:30px;
}
#header {
	height: 70px;
	width: 800px;
	position: relative;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#header h1 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
}
#header h2 {
	height: 29px;
	width: 215px;
	position: absolute;
	left: 10px;
	top: 25px;
}
#global_navi {
	background-image: url(../img/gn_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 800px;
	position: relative;
}
#global_navi #gn_top {
	height: 42px;
	width: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#gn_top a {
	background-image: url(../img/gn_top.jpg);
	display: block;
	height: 42px;
	width: 65px;
	text-indent: -9999px;
}
#gn_top a:hover {
	background-position: 0px -42px;
}

#global_navi #gn_menu {
	height: 42px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#gn_menu li {
	float: left;
	list-style-type: none;
}
#gn_menu li a {
	display: block;
	height: 42px;
	width: 150px;
	background-image: url(../img/gn_menu.jpg);
	text-indent: -9999px;
}
#gn_menu01 a {
	background-position: 0px 0px;
}
#gn_menu01 a:hover {
	background-position: 0px -42px;
}
#gn_menu02 a {
	background-position: -150px 0px;
}
#gn_menu02 a:hover {
	background-position: -150px -42px;
}
#left_side {
	float: left;
	width: 200px;
}

#left_side #sub_navi01 {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#sub_navi01 ul, #sub_navi02 ul {
	margin-top: 1px;
}

#sub_navi01 li,#sub_navi02 li {
	list-style-type: none;
	display: block;
	height: 32px;
	width: 190px;
	text-indent: -9999px;
}
#sub_navi01 li a {
	background-image: url(../img/sn_menu01.jpg);
	display: block;
	height: 32px;
	width: 190px;
}
#sn01_01 a {
	background-position: 0px 0px;
}
#sn01_01 a:hover {
	background-position: -190px 0px;
}
#sn01_02 a {
	background-position: 0px -32px;
}
#sn01_02 a:hover {
	background-position: -190px -32px;
}
#sn01_03 a {
	background-position: 0px -64px;
}
#sn01_03 a:hover {
	background-position: -190px -64px;
}
#sn01_04 a {
	background-position: 0px -96px;
}
#sn01_04 a:hover {
	background-position: -190px -96px;
}
#sn01_05 a {
	background-position: 0px -128px;
}
#sn01_05 a:hover {
	background-position: -190px -128px;
}


#left_side #sub_navi02 {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
#sub_navi02 li a {
	background-image: url(../img/sn_menu02.jpg);
	display: block;
	height: 31px;
	width: 190px;
}
#sn02_01 a {
	background-position: 0px 0px;
}
#sn02_01 a:hover {
	background-position: -190px 0px;
}
#left_side #demo_box01 {
	background-image: url(../img/line_190.gif);
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-top: 15px;
	background-repeat: no-repeat;
}
#demo_box01 a {
	height: 39px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/btn_demo01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}
#demo_box01 a:hover {
	background-position: 0px -39px;
}
#demo_box02 a {
	height: 35px;
	width: 470px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../img/btn_demo02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	clear: both;
}

#demo_box02 a:hover {
	background-position: 0px -35px;
}

#left_side #demo_box03 {
	background-color:#0099FF;
	font-size:12px;
	width: 187px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 5px;
	background-repeat: no-repeat;
}

#left_side #demo_box04 {
	background-color:#FFFFFF;
	font-size:12px;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

#right_side {
	float: left;
	width: 600px;
}

#footer {
	clear: both;
	width: 800px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 40px;
	position: relative;
	margin-top: 30px;
}
#footer ul {
	font-size: 10px;
	width: 600px;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer address {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 10px;
	bottom: 10px;
	line-height: 130%;
}
#top_banbox {
	height: 200px;
	width: 600px;
	margin-bottom: 20px;
}
#top_banbox01 {
	float: left;
	margin-top:3px;
	height: 210px;
	width: 300px;
}

#top_banbox02 {
	float: left;
	margin-top:3px;
	height: 210px;
	width: 300px;
}
#top_banbox03 {
	float: left;
	margin-top:3px;
	margin-left:2px;
}
.clear {
	clear: both;
}