@charset "utf-8";

/*-----css reset-----*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
fieldset,img { 
	border:0;
	color:#ffffff;
	background:transparent;
}
address,caption,cite,code,dfn,em,strong,b,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style-type:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*-----page all default setting-----*/


#layoutBox{
position:relative;
margin:0px auto;
width:600px;
z-index:0;
text-align:left;
}


#header{
position:relative;
background-image:url(../images/base/header_bg.png);
background-repeat:no-repeat;
margin:0px auto;
width:600px;
height:100px;
z-index:10;
}

#header h1{
position:relative;
width:600px;
height:20px;
margin:3px auto;
padding:0px;
font-size:12px;
color:#555555;
text-align:center;
}

.l_m{
position:absolute;
width:600px;
margin:-10px auto;
padding:0px;
text-align:center;
}

.description{
position:absolute;
width:350px;
height:20px;
margin:20px 0px 0px 120px;
padding:0px;
font-size:12px;
font-weight:normal;
color:#555555;
text-align:left;
}


#contentBox{
margin:0px;
text-align:left;
width:600px;
height:700px;
background-image:url(../images/base/base_bg.png);
background-repeat:no-repeat;
}


#display{
position:absolute;
width:276px;
height:413px;
margin:114px 0px 0px 162px;
padding:0px;
text-align:left;
}


/*-----footer_setting-----*/

#footer{
margin:0px;
width:600px;
height:30px;
text-align:center;
}


/*-----clear setting-----*/

.clear{
clear:both;
}

