@charset "utf-8";

@import url("../../shared/style/element.css");
@import url("../../shared/style/layout.css");
@import url("../../shared/style/imageMenu.css");

/*
--------------------------------------------------------------
	PageTitle
--------------------------------------------------------------
*/

#Contents .Wrapper .PageTitle {
	padding: 0px 0px 40px;
}

#Contents .Wrapper .PageTitle h2 {
	background: url(../img/ttl_page.jpg) no-repeat;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
}

/*
--------------------------------------------------------------
	Float
--------------------------------------------------------------
*/

#Contents .Wrapper .Left {
	width: 200px;
	float: left;
	margin: 0px 0px 30px;
}

#Contents .Wrapper .Right {
	width: 520px;
	float: right;
	margin: 0px 0px 30px;
}

/*
--------------------------------------------------------------
	#Contents .Wrapper .Curriculum
--------------------------------------------------------------
*/

/* .Left
----------------------------------------*/
#Contents .Wrapper .Curriculum .Left h3 {
	background: url(../img/ttl_curriculum.gif) no-repeat;
	height: 106px;
	text-indent: -9999px;
	overflow: hidden;
}


/* .Right
----------------------------------------*/
.Curriculum .TextBox {
	margin: 0px 0px 20px;
	width: 173px;
	float: left;
}

.Curriculum .TextBox h4 {
	font-size: 16px;
	color: #F30;
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 5px;
	margin: 0px 10px 5px 0px;
}

.Curriculum .TextBox ul {
	line-height: 100%;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
}

.Curriculum .TextBox ul li {
	font-size: 12px;
	padding: 3px 0px 3px 18px;
	background: url(../../shared/img/icon_redbar.gif) no-repeat left 5px;
}


/*
--------------------------------------------------------------
	#Contents .Wrapper .Gallery
--------------------------------------------------------------
*/

/* .Left
----------------------------------------*/
#Contents .Wrapper .Gallery .Left h3 {
	background: url(../img/ttl_gallery.gif) no-repeat;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
}



/* .Right
----------------------------------------*/
#Contents .Wrapper .Gallery .Right {
	width: 560px;
	float: right;
	margin: 0px 0px 30px;
	background: #DDD;
}

#Contents .Wrapper .Gallery .Right .Images {
	width: 137px;
	float: left;
	margin: 10px 0px;
	text-align: right;
}

#Contents .Wrapper .Gallery .Right .Images img {
}



/*
--------------------------------------------------------------
	#Contents .Wrapper .Training
--------------------------------------------------------------
*/

/* .Left
----------------------------------------*/
#Contents .Wrapper .Training .Left h3 {
	background: url(../img/ttl_training.gif) no-repeat;
	height: 137px;
	text-indent: -9999px;
	overflow: hidden;
}


/* .Right
----------------------------------------*/
.Training .TextBox {
	margin: 0px 0px 20px;
	width: 260px;
	float: left;
}

.Training .TextBox h4 {
	font-size: 16px;
	color: #F30;
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 5px;
	margin: 0px 20px 5px 0px;
}

.Training .TextBox p {
	font-size: 14px;
	text-align: justify;
	line-height: 140%;
	margin: 0px 20px 0px 0px;
}

