body {
margin:0px;
color:#333333;
font-size:12px;
background:url(../top/back_img.jpg) no-repeat;
}

/* link */
a:link {
	color:#09C;
text-decoration:underline;}

a:visited {
text-decoration:underline;
	color:#09C;
}
a:hover {
	text-decoration:none;
	color:#9CF;
}
a:active {
text-decoration:none;
}



/* header */

#header{
    margin:0 auto;
    width:980px;
    height:120px;
    background-image:url(../top/header_back.jpg);
    background-repeat:no-repeat;
}

h1{
    float:left;	
    width:280px;
    height:30px;
    margin:0;
    padding:50px 0px 0px 40px;
}

h1 img{
vertical-align:top;
}


/* container */
#container{
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

h2{
margin:30px 0px 0px 0px;
padding:0px;
}

h2 img{
vertical-align:top;
}

#link_area{
	float:left;
    margin:10px 0px 40px 540px;
	padding:0px;
    width:360px;
	height:50px;
}


/* contents */

#contents{
width:860px;
margin:0px 20px 0px 20px;
padding:0px;
}


h3{
margin:40px 0px 20px 0px;
padding:0px;
}

h3 img{
vertical-align:top;
}


#ct_box{
width:820px;
margin:0px 20px 20px 20px;
padding:0px;
}

#ct_box .left{
float:left;
margin:0px 0px 20px 0px;
padding:0px 20px 0px 0px;
}

#ct_box .right{
float:right;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 20px;
}

#ct_box .com{
padding:0px;
text-align:left;
line-height:1.8em;
}

#ct_box .com02{
padding:0px;
text-align:left;
line-height:2.4em;
}

#ct_box .com02 span{
color:#F93;
}


#event_box{
width:820px;
height:210px;
margin:0px 20px 20px 20px;
padding:0px;
overflow:auto;
}

#event_box .ctl{
float:left;
width:210x;
margin:0px 20px 0px 0px;
padding:0px;
vertical-align:bottom;
}

#event_box .ctl02{
float:left;
width:210px;
margin:0px;
padding:0px;
vertical-align:bottom;
}


#galley_box{
width:820px;
height:195px;
margin:20px 20px 0px 20px;
padding:0px;
overflow:auto;
}

#galley_box .ctl{
float:left;
width:190x;
margin:0px 15px 0px 0px;
padding:0px;
vertical-align:bottom;
}

#galley_box .ctl02{
float:left;
width:190px;
margin:0px;
padding:0px;
vertical-align:bottom;
}


#page_navi{
margin:20px 0px 20px 0px;
padding:0px;
}

#page_top{
    margin:80px 20px 50px 740px;
	padding:0px;
    width:85px;
	height:18px;
}

#address{
    margin:0px 0px 10px 0px;
	padding:0px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer_area{
margin:0px;
padding:0px;
height:60px;
background-image:url(../top/footer_back.jpg);
background-repeat:no-repeat;
}

/*float:クリア*/

.clear {
clear:both;
}