@charset "Shift_JIS";

/***********************************************/ 
/*header*/
/***********************************************/ 
#header{
}



/***********************************************/ 
/*contents*/
/***********************************************/ 
#contents {
	text-align: left;
	margin-top: 50px;
}



/***********************************************/ 
/*article*/
/***********************************************/ 
article {
	width: 660px;
	overflow: hidden;

}

#mainTitle01 {
	background-image: url(../img/bod_main_ttl_01.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 660px;
}

#sectionTitle01 {
	background-image: url(../img/bod_ttl_01.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 660px;
	margin: 0 0 13px 0;
}

#sectionTitle02 {
	background-image: url(../img/bod_ttl_02.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 660px;
	margin: 0 0 13px 0;
}

#sectionTitle03 {
	background-image: url(../img/bod_ttl_03.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 660px;
	margin: 0 0 13px 0;
}

#sectionTitle04 {
	background-image: url(../img/bod_ttl_04.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 660px;
	margin: 0 0 13px 0;
}

#mainContents .courseContents {
	width: 658px;
	margin: 20px 0 0 0;
	border: 1px solid #E9E9E9;
	background-color: #f8f8f8;
}

#mainContents .courseTitle {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #1F578C;	
}

#mainContents .courseContents .textBox {
	padding: 20px;
}


#mainContents #toFormBtn a {
	background-image: url(../img/bod_toForm_btn.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 236px;
	margin: 30px auto;
	text-align: center;
}

#mainContents #toFormBtn a:hover {
	opacity: 0.8;
}


/***********************************************/ 
/*aside*/
/***********************************************/ 
aside {
	width: 658px;
	margin: 10px 0 0;
	border: 1px solid #E9E9E9;
}

aside #supportInfo {
	padding: 20px;
}

aside #supportInfo #infoText {
	margin: 0 0 15px;
}


/***********************************************/ 
/*footer*/
/***********************************************/ 