@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-----*/
body{
margin:0px auto;
text-align:center;
color:#222222;
background:#ffffff;

}

img{
border:none;
color:#ffffff;
background:transparent;
}

#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:500px;
height:20px;
margin:20px 0px 0px 100px;
padding:0px;
font-size:12px;
font-weight:normal;
color:#555555;
text-align:left;
}

#contentBox{
margin:0px;
text-align:left;
width:600px;
height:640px;
background-image:url(../images/base/base_bg.png);
background-repeat:no-repeat;
}

/*-----Display_setting-----*/

#display{
position:absolute;
margin:114px 0px 0px 162px;
text-align:left;
width:276px;
height:413px;
color:white;
font-family:"Century Gothic";
font-size:12px;
z-index:2;
float:none;
overflow:auto;
}

/*-----footer_setting-----*/

#footer{
margin:0px;
width:600px;
height:30px;
text-align:center;
}

#footer h6{
margin:0px;
padding:0px;
font-family:"Century Gothic";
font-size:12px;
}

#ver{
position:absolute;
bottom:0px;
right:0px;
}

/*-----home_menu_setting-----*/

.home_menu{
position:absolute;
width:70px;
height:70px;
margin:530px 0px 0px 265px;
padding:0px;
z-index:2;
}


.m_home a{
display:block;
width:70px;
height:70px;
list-style-type:none;
background-image:url(../images/g_navi/b_home.png);
background-position:0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----clear setting-----*/

.clear{
clear:both;
}

