@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family:'ＭＳ Ｐゴシック',
    sans-serif;
	color:#513;	
	font-size:13px;
	line-height:20px;
	letter-spacing:0px;	
	}   

a{
	color:#006699;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}

h2 {
   font-size:150%;
   font-weight:bold;
   color:6699ff;
   width:637px;
   height:51px;
   background-image:url(../common_image/bg_rep_title.gif)
}

h3 {
   font-size:120%;
   font-weight:bold;
   margin:0 0 10px 10px;
}

	
#wrap1 {
	margin:0;
	padding:0;
		}
		
#wrap2 {
	margin:0 auto;
	padding:0;
	text-align:center;	
	width:900px;
		}		

	
#header {
	width:900px;	
	margin:0;
	padding:0;
	}
	
#logo {
	text-align:left;
	display: block;	
	height:53px;
	width:415px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
	}

#header #logo h1 {
	width:415px;
	height:53px;
	margin:0;
	padding:0;
	display: block;
	background: url(../common_image/logo.gif) no-repeat left top;
}
	
#header #logo h1 a {
	width:415px;
	height:53px;
	margin:0;
	padding:0;
	text-decoration: none;
	display: block;
}

#material {
	display: block;	
	height:90px;
	width:360px;
	margin:0;
	padding:0;
	float:right;
	}
	
#material p.btn_material {
	width:360px;
	height:71px;
	margin:10px 0 0 0;
	display: block;
   }
		

td.all_space5 {
    padding:5px; 
    }
	
td.space5 {
    padding:0 5px 0 5px; 
    }	
	
/* グローバルナビ */
#header #g-menu {
    width:900px;
	height:51px;
	margin:10px 0 0 0;
	clear:left;	
    }

#header #g-menu ul li {
	height: 51px;
	float: left;
}

#header #g-menu li a {
	height: 51px;
	text-decoration: none;
	display: block;
}	

#header #g-menu ul li#g-menu01 {
	width: 153px;
	height: 51px;
	display: block;	
}

#header #g-menu ul li#g-menu01 a {
	width: 153px;
	display: block;
}
	
#header #g-menu ul li#g-menu01 a:hover {
	display: block;
	background-image: url(../common_image/menu_01.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

#header #g-menu ul li#g-menu02 {
	width: 182px;
	height: 51px;
	display: block;	
	background:url(../common_image/menu_02.gif) no-repeat left bottom;
}

#header #g-menu ul li#g-menu02 a {
	width: 182px;
	display: block;	
	background:url(../common_image/menu_02.gif) no-repeat left top;
}
	
#header #g-menu ul li#g-menu02 a:hover {
	display: block;
	background-image: url(../common_image/menu_02.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

#header #g-menu ul li#g-menu03 {
	width: 223px;
	height: 51px;
	display: block;	
	background:url(../common_image/menu_03.gif) no-repeat left bottom;
}

#header #g-menu ul li#g-menu03 a {
	width: 223px;
	display: block;	
	background:url(../common_image/menu_03.gif) no-repeat left top;
}
	
#header #g-menu ul li#g-menu03 a:hover {
	display: block;
	background-image: url(../common_image/menu_03.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

#header #g-menu ul li#g-menu04 {
	width: 226px;
	height: 51px;
	display: block;	
	background:url(../common_image/menu_04.gif) no-repeat left bottom;
}

#header #g-menu ul li#g-menu04 a {
	width: 226px;
	display: block;	
	background:url(../common_image/menu_04.gif) no-repeat left top;
}
	
#header #g-menu ul li#g-menu04 a:hover {
	display: block;
	background-image: url(../common_image/menu_04.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

#header #g-menu ul li#g-menu05 {
	width: 116px;
	height: 51px;
	display: block;	
	background:url(../common_image/menu_05.gif) no-repeat left bottom;
}

#header #g-menu ul li#g-menu05 a {
	width: 116px;
	display: block;	
	background:url(../common_image/menu_05.gif) no-repeat left top;
}
	
#header #g-menu ul li#g-menu05 a:hover {
	display: block;
	background-image: url(../common_image/menu_05.gif);
	background-repeat: no-repeat;
	background-position:left center;
}
		
/* グローバルナビ終了 */

/* 新規会員登録 */
#header #option {
	width:140px;
	margin:15px 0 0 130px;
	text-align:left;
	font-size:80%;
	float:left;
	height: 55px;
	}

#header #option p.btn_option {
	width:140px;
	height: 85px;
	margin:0 0;
	display: block;
	overflow: hidden;
}

#header #option p.btn_option a {
	width: 140px;
	height: 85px;	
	display: block;
	text-decoration: none;		
	background: url(../common_image/btn_option.gif) no-repeat left top;
}

#header #option p.btn_option a:hover {
	width: 140px;
	height: 85px;
	display: block;		
	background: url(../common_image/btn_option.gif) no-repeat left bottom;
}


#inner {
	width:900px;
	padding:0;
	margin:10px 0 20px 0;
	}
	
#mainWrap {
    margin:0 10px 0 0;
	padding:0;
	text-align:left;
	width:690px;
	float:left; 
	}
	
.clear hr {
	display:none;
	clear:both;
	}  

	
	
#sideWrap {
    margin:0 0 20px 0;
	padding:0;
 	width:200px;
	font-size:80%;
	float:right;
	}

#base_course {
	width:200px;
	height:253px;	
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../common_image/bn_course.gif) ;
	} 

#base_course p.btn_education {
	width:171px;
	height:49px;
	text-align:center;
	margin:0;
	padding:195px 0 0 0;
	margin:0;
	display: block;
}


p.btn_profile {
	width:200px;
	height:87px;
	text-align:center;
	margin:10px 0;
	display: block;
}


p.btn_kyozai {
	width:200px;
	height:53px;
	text-align:center;
	margin:0 0 10px 0;
	display: block;
}


#page_top {
	width:900px;
	height:25px;
	clear:both;
	margin:20px 0 0 0;
    text align:right;
	} 	

p.btn_page_top {
	width:149px;
	height:25px;
	float:right;
	margin:0;
	display: block;
}


#footer {
	width:900px;
	height:45px;
	clear:both;
	margin:0;
	font-size:100%;
	color:#555555;
	background-image:url(../common_image/footer.gif);
	} 

img.kumabe {
    float:right;
	margin:0 0 0 10px;
    }

p.copyright1 {
	margin:10px 0 0 0;
}

p.sentence {
	margin:0 10px;
}

p.sentence_right {
	float:right;
	padding:0 10px 0 10px;
}


#mainimage {
	clear:both;
    width:900px;
	height:462px;
    text-align:right;	
	background: url(../common_image/main_image.jpg) no-repeat;	
    }
	
.red {
    color:#ff0000;
    }
	
#flashloadArea {
    float:left;
	margin:5px 15px 0 0;
	padding:0 0 0 8px; 
    }
	
.step {
    font-weight:bold;
	color:#cc6666;
	font-size:120%;
    }
	
p.btn_download {
	width:110px;
	height:25px;
	margin:10px 0 0 20px;
	display: block;
}
		
	
