@charset "utf-8";
/* CSS Document */
/* Common ******************/

#wrapper_sc{
width:780px;
background-color :#FFFFFF;
}

body{
	background-color:#E4E4E4;
	margin :0;
}
#clear {
clear:both;
margin:0;
padding:0;
height:1px;
font-size:1px;
}

/* content ****************/
.course_content{
width :750px;
text-align: left;
padding-bottom :10px;
background-attachment: scroll;
}
.conduct {
	text-align: right;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 30px;
	width: 740px;
}

/* apanlink ****************/
#panlink{
    margin-left :0px;
    margin-top :12px;
    font-size :11px;
    text-align :left ;
    font-family : "MS UI Gothic",Osaka, sans-serif;
}


