@charset "UTF-8";

/* IMPORT
-------------------------------------------------------------*/
@import "common.css";


/* MAIN VISUAL
-------------------------------------------------------------*/
#mainPix {
    width:798px;	
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
}


/* CONTENTS
-------------------------------------------------------------*/
#container {
	width: 100%;	
    margin: 0;
    background: url(../images/bg_top_base.gif) 0 0 repeat-x;
}
#main {
	width:796px;	
    margin: 0 auto 35px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF url(../images/bg_top_main.gif) 0 0 no-repeat;
}
#contents {
	width:744px;
    margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 10px;
}

/* LEFT */
#leftBox {
    float: left;
	width: 433px;
}
#leftBox h2 {
	width: 433px;
	height: 33px;
	background: url(../images/mds_reason_top.gif) 0 0 no-repeat;
	margin-bottom: 9px;
	text-indent: -10000px;
}
.box {
    clear: both;
	width: 433px;
	height: 60px;
	background: url(../images/dot.gif) left bottom repeat-x;
	margin-bottom: 9px;
}
.box img {
    float: left;
	margin-right: 20px;
}
.box dt#mds01 {
    width: 276px;
    height: 16px;
	margin-left: 65px;
	background: url(../images/mds_top_01.gif) 0 0 no-repeat;
	text-indent: -10000px;
}
.box dt#mds02 {
    width: 213px;
    height: 16px;
	margin-left: 65px;
	background: url(../images/mds_top_02.gif) 0 0 no-repeat;
	text-indent: -10000px;
}
.box dt#mds03 {
    width: 364px;
    height: 16px;
	margin-left: 65px;
	background: url(../images/mds_top_03.gif) 0 0 no-repeat;
	text-indent: -10000px;
}
.box dd {
	margin-top: 9px;
}


/* RIGHT */
#rightBox {
    float: left;
	width: 292px;
	height: 238px;
	background: url(../images/ruby.gif) 0 0 no-repeat;
	margin-left: 19px;
	position: relative;
}
#rightBox h3 {
	text-indent: -10000px;
}
#rightBox p {
	width: 105px;
	height: 80px;
	position: absolute;
	top: 100px;
	left: 18px;
}
#rightBox a {
	width: 147px;
	height: 28px;
	background: url(../images/btn_search_ruby.gif) 0 0 no-repeat;
	position: absolute;
	top: 195px;
	left: 80px;
	text-indent: -10000px;
}

/* 新規登録ボタン */
#btnTouroku {
    clear: both;
    margin: 0 auto 10px;
	padding-top: 5px;
	text-align: center;
}


