@charset "UTF-8";
/* CSS Document */
#menu span.m5 a{background-position:left center;}
#contents #wrap-stage{padding: 20px 0px 40px 0px !important;}

/* headtag ---------------------------- */
#stage h2{
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#stage h3{
	width:650px;
	height:24px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-position:left top;
	background-repeat:no-repeat;
}

/* h2 */
#stage h2.title-intern{
    background-image: url(../images/hl_intern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 191px;
}
/* block */
#stage .blockindex{
	width:650px;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-image:url(../images/dotline.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
#stage .blockindex-nm{
	margin:0px;
}
/* h3 */
#stage h3.title1{background-image:url(../images/title_intern_index01.gif);}
#stage h3.title2{background-image:url(../images/title_intern_index02.gif);}
#stage h3.title3{background-image:url(../images/title_intern_index03.gif);}
#stage h3.title4{background-image:url(../images/title_intern_index04.gif);}
/* each page-------------------------  */
#stage .box-image{
	width:220px;
	height:auto;
	float:left;
}
#stage .box-text{
	width:400px;
	height:auto;
	margin:0 0 0 30px;
	float:left;
}
/* table */
#stage .box-text table{
	width:400px;
	height:auto;
    margin:0 0 15px 0;
	border-collapse:collapse;
	font-size:11px;
	border-top:1px #CCC solid;
}
#stage .box-text table tr{}
#stage .box-text table th{
	width:120px;
	height:auto;
	padding:3px 0 3px 0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	color:#333;
	border-bottom:1px #CCC solid;
}
#stage .box-text table td{
	padding:3px 0 3px 0;
	border-bottom:1px #CCC solid;
}
/* button */
#stage .box-text p.btn{
	width:210px;
	height:25px;
	display:block;
	clear:both;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
#stage .box-text p.btn a,#stage .box-text p.btn a:visited{
	width:210px;
	height:25px;
	display:block;
	background-image:url(../images/btn_intern.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#stage .box-text p.btn a:hover,#stage .box-text p.btn a:active{
	background-position:left bottom;
}
