/*00H toppage css*/

/* default
----------------------------------*/

html {
    overflow-y: scroll;
}

p,h1,h2,h3,h4,h5,h6{
    font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}

ul,ol,li,dd,dt,dl{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
    vertical-align: bottom;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul li img {
    vertical-align: bottom;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}


/* base box
----------------------------------*/

body {
    font-family: "ＭＳ Ｐゴシック","Osaka", "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #F5F3F3;
    background-image: url(../img/bg_top01.jpg);
    background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
    margin-right: auto;
    margin-left: auto;
	width: 840px;
}

#header {
    background-image: url(../img/bg_header01.gif);
	background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
	width: 812px;
	height: 105px;
}

#menu {
    background-image: url(../img/menu01.png);
	background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
	width: 820px;
	height: 55px;
}

#flash {
    margin-right: auto;
    margin-left: auto;
	width: 800px;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 1px;
}

#maincont {
    background-color: #F5F3F3;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;	
}

#topleft {
	width: 165px;
	float: left;
	margin-right: 20px;
}

#topmain {
	width: 430px;
	float: left;
}

#rightcont {
	width: 165px;
	float: right;
}

#bottom { 
	background-image: url(../img/bg_bottom01.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
}

#footer { 
	background-color: #0860A8;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}

#footermenu {
	padding-top: 13px;
	margin-left: auto;
	margin-right: auto;	
	width: 800px;
	height: ;
	color: #FFFFFF;	
}

#footermenu a {
	background-image: url(../img/img_copyright.gif);
	color: #FFFFFF;	
}


/* base style
----------------------------------*/

p {
	font-size: 75%;
	line-height: 150%;
}

ul li {
    font-size: 75%;
	line-height: 150%;	
}


/* link style
----------------------------------*/

a:link {
	color: #2757A1;
	text-decoration: none;
}
a:visited {
	color: #2757A1;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}
a:active {
	color: #CC0033;
	text-decoration: underline;
}


/* margin,padding style
----------------------------------*/

.mb1 {
	margin-bottom: 1px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}


/* clear style
----------------------------------*/

.clear {
	clear: both;
}


/* all style
----------------------------------*/

/* menu */

#menu ul {
	width: 800px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	text-indent: -9999px;
}

#menu ul li {
	float: left;	
}

#menu ul li#menu01 a {
	display: block;
	width: 160px;
	height: 55px;
	margin-right: 1px;
}

#menu ul li#menu02 a {
	display: block;
	width: 159px;
	height: 55px;
	margin-right: 1px;
}

#menu ul li#menu03 a {
	display: block;
	width: 159px;
	height: 55px;
	margin-right: 1px;
}

#menu ul li#menu04 a {
	display: block;
	width: 159px;
	height: 55px;
	margin-right: 1px;
}

#menu ul li#menu05 a {
	display: block;
	width: 159px;
	height: 55px;
}


/* header */

#header h1 {
	float: left;
	width: 292px;
}

#header #navi {
	float: right;
	width: 506px;
}

#header #navi p {
	font-size: 0;
	text-indent: -9999px;
}

#header ul {
    width: 172px;
	height: 30px;
	margin-top: 33px;
	font-size: 0;
	text-indent: -9999px;
}

#header ul li{
    float: left;
}

#header ul li.h_menu01 a {
    display: block;
	width: 86px;
	height: 30px;
}

/* root */

#root {
    background-image: url(../img/img_dot01.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	background-color:;
	width: 800px;
	padding: 5px 0;
	margin-bottom: 20px;
}


/* topleft */

#topleft #tlmenu01 {
    background-image: url(../../guide/img/sidemenu01.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 96px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}

#topleft #tlmenu02 {
    background-image: url(../../support/img/support_old.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 282px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}

#topleft #tlmenu03 {
    background-image: url(../../school/img/sidemenu01.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 189px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}

#topleft #tlmenu04 {
    background-image: url(../../homepage/img/homepage.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 220px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}

#topleft #tlmenu05 {
    background-image: url(../../contact/img/sidemenu01.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 127px;
	margin-bottom: 15px;
	font-size: 0;
	text-indent: -9999px;
}

#topleft ul li {
    font-size: 75%;
	line-height: 150%;	
}

#topleft .leftmenu01 a {
	display: block;
	width: 165px;
	height: 35px;
}

#topleft .leftmenu02 a {
	display: block;
	width: 165px;
	height: 30px;
	margin-top: 1px;
}


/* topmain */

.topbox01 {
    background-color: #FFFFFF;
	width: 408px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 0px 10px 10px 10px;
}

.topbox01left {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.topbox01right {
	float: right;
	width: 280px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.topbox01 p strong a {
	color: #0860A8;
	text-decoration: none;
}

.topbox01 p strong a:link {
	color: #0860A8;
	text-decoration: none;
}

.topbox01 p strong a:visited {
	color: #0860A8;
	text-decoration: none;
}

.topbox01 p strong a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.topbox01 p strong a:active {
	color: #CC0033;
	text-decoration: underline;
}

.topbox01 p a:link {
	color: #333333;
	text-decoration: none;
}

.topbox01 p a:visited {
	color: #333333;
	text-decoration: none;
}

.topbox01 p a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.topbox01 p a:active {
	color: #CC0033;
	text-decoration: underline;
}

.topbox02 {
    background-color: #FFFFFF;
	width: 408px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
}

.topbox02 p {
    background-image: url(../img/img_dot01.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	background-color:;
	width: 408px;
	padding: 5px 0;
	margin-bottom: 5px;
}

.topbox03 {
    background-color: #FFFFFF;
	width: 408px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
}

.topbox03 p {
    background-image: url(../img/img_dot01.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	background-color:;
	width: 408px;
	padding: 5px 0;
	margin-bottom: 5px;
}

.fund {
	width: 430px;
	margin: 5px 0px;
	font-size: 100%;
	text-align: center;
}
/* rightcont */

#cnt02 {
    background-image: url(../img/btn_contact02.gif);
    background-repeat: no-repeat;
	width: 165px;
	height: 228px;
	float: left;
	font-size: 0;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#btn_cnt02 a {
	display: block;
	width: 153px;
	height: 40px;
	margin: 6px;
}

#btn_cnt02 a:hover {
    background-image: url(../img/btn_contact02.gif);
	background-repeat: no-repeat;
	background-position: -6px -234px;
}

#cnt02 ul li.btn_form01 a {
	display: block;
	width: 128px;
	height: 20px;
	margin-top: 96px;
	margin-left: 12px;
}

#cnt02 ul li.btn_form01 a:hover {
    background-image: url(../img/btn_contact02.gif);
	background-repeat: no-repeat;
	background-position: -12px -370px;
}

#cnt02 ul li.btn_form02 a {
	display: block;
	width: 128px;
	height: 20px;
	margin-top: 30px;
	margin-left: 12px;
}

#cnt02 ul li.btn_form02 a:hover {
    background-image: url(../img/btn_contact02.gif);
	background-repeat: no-repeat;
	background-position: -12px -420px;
}

