@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

/* default */

html, body, div,
h1, h2, h3, h4, h5, h6,
html,body,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, td,
address, span, form {
	margin: 0;
	padding: 0;
	font: normal 1em/100% "Aria Helvetica verdana sans-serif";
	text-decoration: none;
	color: #666666;
	background: transparent;
}

/* FireFox3  */

html>/**/body html, body, div,
h1, h2, h3, h4, h5, h6,
html,body,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, td,
address, span, form, x:-moz-any-link, x:default {
    margin: 0;
    padding: 0;
	font: normal 1em/100% Arial, Helvetica, "verdana sans-serif";
	letter-spacing:0;
	text-decoration: none;
	background-color: transparent;
	color: #666666;
}

/* IE7  */

*+html body div,
h1, h2, h3, h4, h5, h6,
html,body,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, td,
address, span, form {
	margin: 0;
	padding: 0;
	font: normal 1em/100% Arial, Helvetica, "verdana sans-serif";
	letter-spacing:0;
	text-decoration: none;
	background-color: transparent;
	color: #666666;
}
p	{
	letter-spacing:2;
}
img {
	vertical-align: bottom;
	border: none;
	margin: 0px;
	padding: 0px;
}
.navi_case {
	display: inline;
}

a {
	color: #009FEC;

}
h2 {
	font-size: 12px;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

ul li, ol li {
	list-style: none;

}

a,a:link,a:visited {
	color: #009FEC;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #54C7FE;
	text-decoration:underline;
}
a:active {
	color: #54C7FE;
}

hr {
	display: none;
}
/* レイアウト */
.clear {
	clear: both;
}
.border {
	border-top: 1px solid #f6f6f6;
}
.font_small {
	font-size: 80%;
}


#wrap {
	width:856px;
	margin:0px auto;
	background:url(../img/frame_main.gif) repeat-y;
	font-size: 80%;
	}
#header {
	background: url(../img/header.jpg) no-repeat;
	height: 118px;
	width: 856px;
	position:relative;
	padding-left: 1px;
}
#header h1 {
	position:absolute;
	left: 15px;
	top: 15px;
}

#pankuzu {
	height: 14px;
	padding-top: 4px;
	margin-left: 20px;
}
#pankuzu img {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#box {
	margin-top: 10px;
	padding-left: 6px;
	height: 100%;
}


#footer {
	clear: both;
	margin-top: 15px;
}
#footer  ul  li {
	float: left;
	margin-right: 15px;
}
#gotop img {
	float: right;
}

#footer_top {
	background: #F8FAFC;
	height: 27px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer_buttom {
	background: url(../img/footer1.jpg) no-repeat;
	height: 52px;
	text-indent: -9999px;
}


/*  グローバルナビ設定  */
#navigation {
	position:absolute;
	left: 8px;
	top: 75px;
	width: 840px;
}

#navigation ul {
		margin: 0;
		padding: 0;
}

#navigation li{
	float: left;
	width: 168px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#navigation li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 27px;
	padding-top: 37px;
	background: url(../img/aa.jpg);
}

/*   オフマウス  */
#navigation li#nav01 a{
	background-position: 0px 0;
}
#navigation li#nav02 a{
	background-position: -168px 0;
}
#navigation li#nav03 a{
	background-position: -336px 0;
}
#navigation li#nav04 a{
	background-position: -504px 0;
}
#navigation li#nav05 a{
	background-position: -672px 0;
}

/*   オンマウス  */
#navigation li#nav01 a:hover{
	background-position: 0px -37px;
}
#navigation li#nav02 a:hover{
	background-position: -168px -37px;
}
#navigation li#nav03 a:hover{
	background-position: -336px -37px;
}
#navigation li#nav04 a:hover{
	background-position: -504px -37px;
}
#navigation li#nav05 a:hover{
	background-position: -672px -37px;
}




/* fontchanger */
#fontchanger {
	position:absolute;
	left:381px;
	top:22px;
}

#fontchanger ul {
	position: relative;
}

#fontchanger li#s {
	position: absolute;
	left: 0px;
}

#fontchanger li#m {
	position: absolute;
	left: 21px;
}

#fontchanger li#l {
	position: absolute;
	left: 42px;
}

#fontchanger a img {
	cursor:pointer;
	float: left;
}
#navi_a {
	position:absolute;
	left: 552px;
	top: 3px;
}

#navi_a ul {
	margin-right:10px;
	line-height:0;
	font-size:0;
}

#navi_a li, #navi_a ul {
	float:left;
}

#box_right  ul li {
	font-size: 12px;
	height: 1%;
}




/*  サイドナビ設定  */

.navi_side {
	margin-bottom: 4px;
	margin-left: 8px;
	vertical-align: top;
}
.navi_side ul {
	background: url(../img/navi_back_body.gif) repeat-y;
	width: 172px;
}
.navi_side .link_a {
	text-decoration: none;
	padding-left: 4px;
}
.navi_side .link_a a {
	text-decoration: none;
}
.navi_case img {
	vertical-align: top;
}

.subnavi_a, .subnavi_b, .subnavi_c, .subnavi_d, {
	background: url(../img/icon_navi_course4.gif) no-repeat;
	margin-left: 4px;
}
.subnavi_a a {
	background: url(../img/icon_navi_course4.gif) no-repeat;
	display:block;
	width:140px;
	height:21px;
	padding:9px 0 0 24px;
	margin-left: 2px;
	line-height: 110%;
}
.subnavi_b a {
	background: url(../img/icon_navi_course4.gif) no-repeat;
	display:block;
	width:140px;
	height:26px;
	padding:4px 0 0 24px;
	margin-left: 2px;
	line-height: 110%;
}
.subnavi_c a {
	background: url(../img/icon_navi_hierarchical1.gif) no-repeat;
	display:block;
	width:140px;
	height:21px;
	padding:9px 0 0 24px;
	margin-left: 2px;
	line-height: 110%;
}
.subnavi_d a {
	background: url(../img/icon_navi_hierarchical1.gif) no-repeat;
	display:block;
	width:140px;
	height:26px;
	padding:4px 0 0 24px;
	margin-left: 2px;
	line-height: 110%;
}
* html .subnavi_b a {
	display:block;
	width:140px;
	height:27px;
	padding:3px 0 0 24px;
	background: url(../img/icon_navi_course4.gif) no-repeat;
}
#box_coure_left {
	width: 660px;
	float: left;
}
#box_index {
	float: left;
}
.font_small_box {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
