/* base_design */

*{
	margin:0;
	padding:0;
}

body{
	text-align:left;
	background:url("img/bg_check.gif");
	font-family:"‚l‚r ƒSƒVƒbƒN",sans-serif;
	font-size:15px;
	color:#333333;
}

img{
	border:none;
}

a:link{
	text-decoration:underline;
	color:#555555;
}

a:visited{
	text-decoration:underline;
	color:#000000;
}

a:active{
	text-decoration:underline;
	color:#000000;
}

a:hover{
	text-decoration:underline;
	color:#FF0000;
}


/* base_layout */

#layout{
    position:absolute;
    left:50%;
    width:1000px;
    height:1000px;
    margin-left:-500px;
	background:#FFFFFF url("img/layout.jpg") no-repeat;
}

#header{
    position:absolute;
    left:50%;
    width:1000px;
    height:225px;
    margin-left:-500px;
	background:#FFFFFF url("img/header.gif") no-repeat;
}

#h-top{
    position:absolute;
    left:50%;
	top:225px;
    width:1000px;
    height:124px;
    margin-left:-500px;
	background:#FFFFFF url("img/h_top.gif") no-repeat;
}

#h-event{
    position:absolute;
    left:50%;
	top:225px;
    width:1000px;
    height:124px;
    margin-left:-500px;
	background:#FFFFFF url("img/h_event.gif") no-repeat;
}

#h-writer{
    position:absolute;
    left:50%;
	top:225px;
    width:1000px;
    height:124px;
    margin-left:-500px;
	background:#FFFFFF url("img/h_writer.gif") no-repeat;
}

#h-links{
    position:absolute;
    left:50%;
	top:225px;
    width:1000px;
    height:124px;
    margin-left:-500px;
	background:#FFFFFF url("img/h_links.gif") no-repeat;
}

#main{
    position:absolute;
    left:50%;
	top:349px;
    width:1000px;
    height:650px;
    margin-left:-500px;
	background:#FFFFFF url("img/main.gif") no-repeat;
}

#main2{
    position:absolute;
    left:50%;
	top:349px;
    width:1000px;
    height:1500px;
    margin-left:-500px;
	background:#FFFFFF url("img/main2.gif") no-repeat;
}


/* table_layout */

.t1{
	width:750px;
	margin:25px 0px 0px 125px;
}

.t1-1{
	text-align:left;
	width:33%;
	margin:2px;
	padding:2px;
	border-right:1px #000000 solid;
	border-bottom:1px #555555 solid;
}

.t1-2{
	text-align:center;
	width:33%;
	margin:2px;
	padding:5px;
	background:#EEEEEE;
}


/* base_font */

.button{
	padding:0px 0px 0px 638px;
}

.main{
	padding:10px 125px 10px 125px;
}

.gray1{
	padding:5px 125px 10px 125px;
	font-size:12px;
	color:#999999;
}


