/* -+-+-+-+-+-+-+-+-+-+-+-+- top_contents スタート */

#site {
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#site h2 {
	margin-bottom: 0px;
	height: 30px;
	width: 640px;
}

#site h3 {
	margin-bottom: 0px;
	height: 25px;
	width: 640px;
}



#site p {
	line-height: 1.5em;
}


#site_title {
	height: 55px;
	width: 900px;
	background-image: url(/gds/site/img/title_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-indent: -9999px;
}

.right {
	float: right;
	padding-left: 20px;
}


.margin {
	margin-top: 10px;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- #various_courses_indexnavi スタート */

#site_indexnavi {
	height:260px;
	width:230px;
	background-image: url(/gds/site/img/site_indexnavi.jpg);
	background-repeat: no-repeat;
	text-indent: 0px;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
}


#site_indexnavi ul {
	padding: 40px 0 0 10px;
	margin: 0px;
}

#site_indexnavi li {
 display:inline;
 list-style-type:none;
}
#site_indexnavi li a {
	height:40px;
	width: 200px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	clear: both;
}


/*------indexnaviNavioff*/
#site01 a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -10px -40px;
}
#site02 a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -10px -80px;
}
#site03 a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -10px -120px;

}
#site04 a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -10px -160px;

}
#site05 a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -10px -200px;

}




/*------indexnaviNavihover*/
#site01 a:hover {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -250px -40px;
}

#site02 a:hover {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -250px -80px;
}
#site03 a:hover {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -250px -120px;
}
#site04 a:hover {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -250px -160px;
}
#site05 a:hover {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -250px -200px;
}


/*------indexnaviNaviactive*/
#site01 a:active {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -40px;

}
#site02 a:active {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -80px;

}
#site03 a:active {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -120px;

}
#site04 a:active {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -160px;

}
#site05 a:active {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -200px;

}


/*------indexnaviNavi_on a*/
#site01_on a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -40px;

}
#site02_on a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -80px;

}
#site03_on a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -120px;

}
#site04_on a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -160px;

}
#site05_on a {
 background: url(/gds/site/img/site_indexnavi.jpg) no-repeat -490px -200px;

}
#site_contents {
	height: auto;
	width: 640px;
	margin: 10px 10px 40px 0px;
	float: right;
}
#site_contents p.title {
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0px 14px 0px;
	line-height: 1em;
	color: #666;
}
#site_contents p.detail {
    font-size: 12px;
    line-height: 18px;
}
#site_contents ul {
    list-style: none;
    font-size: 12px;
    line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
#site_contents ul li {
    padding-left: 1.5em; /*1em（1文字）分、右に動かす*/
    text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
#site_contents .contact_box{
	border:2px solid #bbb;
	background-color:#fafafa;
	padding:12px 12px 0px 12px;
	margin-top: 40px;
}
#site_contents .contact_box p.title-top{
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 14px 0px;
	line-height: 1em;
	color: #666;
}
#site_contents .contact_box p.title{
    margin: 20px 0px 14px 0px;
}

#site_contents table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 24px;
}
#site_contents th.t_top {
    border-top: #f60 4px solid;
}
#site_contents th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 30px 10px;
	font-weight: normal;
}
#site_contents td.t_top {
	border-top: #b3b3b3 4px solid;
}
#site_contents td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 30px 10px;
}
#site_contents table a{
	color:#333333;
}
#site_contents table a:hover{
	color:#f90;
}

#download {
	margin-top: 10px;
}

#download img{
	width:88px;
	float: left;
	height: 31px;
	margin-right: 20px;
}
