ol {
	list-style-image:none;
	list-style-position:outside;
	margin:0 0 0.4em 3em;
}

div#main{
	clear: both;
	width:900px;
	padding:0px;
}


div#contents_inner_area {
	padding:10px 0 10px 45px;
	width: 750px;
}

div#contents_inner_area h3 {
	margin:30px 0 10px 0;
	padding:9px 0 0 0;
    background:none;
	width: 730px;
	height: 26px;
	font-weight: bold;
}

div#contents_inner_area h2{
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
    background:none;
	width: 750px;
	height: 40px;
	font-weight: bold;
	font-size: 120%;
}

div#main_top_left{
	float:left;
	margin:0 0 5px 5px;
	width:625px;
	height:250px;
	border:1px solid #cccccc;
}

div#picture_area{
	padding:0;
	float:left;
	width:470px;
	height:250px;
	margin: 0;
}

div#main_top_left_buttons{
	padding:5px 0 0 5px;
	margin:0;
	float:right;
	width:150px;
	height:245px;
	background-color: #999999;
}

div#main_top_right{
	padding:0 5px 5px 0;
	float:right;
	width:250px;
	height:250px;
}

div#main_top_left_buttons a{
	padding:0px;
	margin-bottom:5px;
	color: #ffffff;
}

div#main_top_left_buttons a.signin{
	display:block;
	width:150px;
	height:60px;
    background:transparent url(http://depot.monmon-study.com/images/button_login.jpg);
	text-indent:-1000em;
	outline:none;
}

div#main_top_left_buttons a.signin:hover{
        background:transparent url(http://depot.monmon-study.com/images/button_login_hover.jpg);
}

div#main_top_left_buttons a.signup{
	display:block;
	width:150px;
	height:60px;
        background:transparent url(http://depot.monmon-study.com/images/button_signup.jpg);
	text-indent:-1000em;
	outline:none;
}

div#main_top_left_buttons a.signup:hover{
        background:transparent url(http://depot.monmon-study.com/images/button_signup_hover.jpg);
}

div#main_top_left_buttons ul{
	padding:0px;
	margin:0px;
	width:130px;
}

div#main_top_left_buttons li{
	padding:0px;
	margin:0px;
	width:130px;
}

div#top_contents{
	clear:both;
	padding:0 10px;
	margin:0px;
	width:880px;
}


div#contents_left{
	float:left;
	width:670px;
	margin:10px 5px;
}

div.one_q_header {
    background:transparent url(http://depot.monmon-study.com/images/one_q_header.jpg) no-repeat;
	height:32px;
	width:670px;
}
div.one_q_header h2{
	padding: 7px 0 0 20px;
	margin: 0;
	float:left;
	font-weight: bold;
}

div.one_q_body {
	clear:both;
    background:transparent url(http://depot.monmon-study.com/images/one_q_body.jpg) repeat-y;
	min-height:200px;
	padding:7px 10px 3px 10px;
}

div.one_q_body ul{
	margin: 0;
	padding: 0;
}

div.one_q_body ul li{
	padding: 5px 0;
}

div.one_q_body h3{
	margin: 0;
	padding: 0;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
}

div.one_q_footer {
    background:transparent url(http://depot.monmon-study.com/images/one_q_footer.jpg) no-repeat;
	height:10px;
	width:670px;
	margin-bottom:10px; 
}

div.notice_header {
	margin-top:5px;
	border-bottom:3px double #003300;
	clear:both;
	height: 23px;
	padding-top:3px;
}

div.notice_header h2 {
	margin-top: 3px;
	float: left;
	font-weight:bold;
	font-size:100%;
}

div.notice_header a.more{
	float: right;
	background:transparent url(http://depot.monmon-study.com/images/more.jpg) no-repeat;
	text-indent:-1000em;
	outline:none;
	width: 59px;
	height: 23px;
}

div.notice_body {
	clear:both;
	margin:5px 0 10px 0;
}

div.notice_body li{
	clear:both;
	padding: 5px 0;
}

div#contents_right{
	float:left;
	width:190px;
	margin:10px 5px;
}

a#mobile{
	display: block;
	margin-bottom: 10px;
}

span#mobile{
	display: block;
	margin-bottom: 10px;
}

#slider {
    width: 470px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 470px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 444px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}