@charset "utf-8";

/* ==================================
common
================================== */

#main-contents a:link {
	color:#0c419a;
	text-decoration:none;
}
#main-contents a:visited {
	color:#0c419a;
	text-decoration:none;
}
#main-contents a:active {
	color:#666666;
	text-decoration:none;
}
#main-contents a:hover {
	color:#0099cc;
}
#main-contents .center {
	text-align:center;
}
#main-contents .page-top {
	clear:both;
	padding:20px 0 0 0;
	text-align:right;
}





/* ==================================
container
================================== */
#main-contents {
	width:640px;
	padding: 0 0 20px 0;
	font-size:83%;
	line-height:1.5;
}


/* ==================================
section
================================== */
#main-contents .section {
	clear:both;
	width:640px;
	padding:35px 0 0 0;
	line-height:1.4;
}
#main-contents span {
	color:#333333;
	font-weight:bold;
}
#main-contents span.text-attention01 {
	display:block;
	font-size:80%;
	font-weight:normal;
	text-align:left;
}
#main-contents span.text-attention02 {
	display:block;
	padding:0 0 0 18px;
	font-size:80%;
	font-weight:normal;
	text-align:left;
}
#main-contents span.font-red {
	display:block;
	padding:0 0 8px 0;
	font-size:110%;
	color:#dd0000;
}
#main-contents span.font-large {
	display:block;
	font-size:110%;
}
#main-contents .section .inner-section {
	width:625px;
	padding:0 0 0 15px;
}

#main-contents .section .inner-section01 {
	width:625px;
	padding:0 0 20px 15px;
}



/* ==================================
footer
================================== */
#footer {
	clear:both;
	width:850px;
	margin:0 auto;
	color:#999999;
	overflow:auto;
}
#footer .footer-inquiry {
	position:relative;
	height:70px;
	border-top:1px solid #cccaca;
	border-bottom:1px solid #cccaca;
}
#footer .footer-inquiry .area-textImg {
	position:absolute;
	top:28px;
	left:31px;
}
#footer .footer-inquiry .footer-call-number {
	position:absolute;
	top:13px;
	left:550px;
}
#footer .area-Copyright {
	height:1%;
	margin:15px 0 0 0;
	padding:10px 0 28px 0;
	background:url(../course_images/copyright_bg.gif) no-repeat left top;
	text-align:right;
	font-size:80%;
}


/* ==================================
Clear fix
================================== */
#header .header-utility:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#header .header-utility {
	min-height: 1px;
}

/* for IE6 */
* html #header .header-utility {
	height: 1px;
}

/* for IE7 */
*:first-child+html #header .header-utility {
	zoom: 1;
}



