@charset "UTF-8";
/* CSS Document */
/* total setting */
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color: #FFFFFF;
	color:#FFFFFF;
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}

a:link, a:visited{
    color: #FFFFFF;
    text-decoration: underline;
}

/* top link setting */
#toplink{
    font-size:12px;
    padding:30px 100px 20px 20px;
    line-height:100%;
    text-align:left;
}

#toplink a:link{
    color: #FFFFFF;
    text-decoration: underline;
}

#toplink a:visited{
    color: #CCCCCC;
    text-decoration: underline;
}

/* wrapper setting */
#wrapper{
    position:relative;
    width:600px;
    margin:0 auto;
    text-align:left;
	background-image:url(img/wrapper.jpg);
}

/* header setting */
#header{
    width:600px;
    height:300px;
    background: url(img/header.jpg) no-repeat left top;
    margin:0 auto;
    text-align:center;
}

/* menu setting */
ul#menu{
    margin:150px 0 0 7px;
    text-align:center;
    padding:0;
    list-style-type:none;
    width:250px;
    height:150px;
}

ul#menu li{
    float:left;
    list-style-type:none;
	}

ul#menu a{
    display:block;
    width:250px;
    height:30px;
    background:url(img/menu.png) no-repeat;
    line-height:30px;
    font-size:12px;
    font-weight:bold;
    text-align:left;
	padding-left:24px;
}

ul#menu a.off{
    background-position:0 0;
}

ul#menu a.on, ul#menu a:hover.off{
    background-position:0 -30px;
	color:#CCCCCC;
}

ul#menu a:link{
    color: #FFFFFF;
    text-decoration: none;
}

ul#menu a:visited{
    color: #FFFFFF;
    text-decoration: none;
}

/* image setting */
img{
    border:0;
}

img.left{
    float:left;
    margin:10px 10px 10px 20px;
}

img.right{
    float:right;
    margin:10px 0 10px 10px;
}

img.center{
    display:block;
    margin:20px auto;
    text-align:center;
}

/* subject setting */
h1{
    text-indent:-9999px;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin:0 auto;
    text-align:center;
}

h2, h3, h4{
    clear:both;
    margin:6px auto;
    text-align:left;
	font-size:16px;
}

h3{font-size:14px;
}

h4{
    font-size: 11px;
    text-align:left;
}

/* left content setting */
#main_left{
    clear:both;
    width:360px;
    font-size:12px;
	color:#FFFFFF;  
    float:left;
	padding:20px 20px;
    line-height:150%;
}

/* right content setting */
#main_right{
    width:360px;
    font-size:12px;
	color:#FFFFFF;    
    float:right;
    padding:20px 20px;
    line-height:150%;
}

/* center content setting */
#main_center{
    clear:both;
    width:560px;
    font-size:12px;
	color:#FFFFFF; 
    text-align:left;
    padding:20px;
    line-height:150%;
}

#main_center img.left{
	float:left;
	margin:20px 10px 10px 10px;
}

#main_center img.right{
    float:right;
    margin:20px 0 10px 10px;
}

#main_center p{
    padding:20px 0 0 0;
}

/* footer setting */
#footer{
    text-align:center;
    width:600px;
    height:50px;
    clear:both;
	background-image:url(img/footer.jpg);
}

#footer p{
    margin:0 auto;
    line-height:30px;
    text-align:center;
    color:#FFFFFF;
    font-size:12px;
	font-weight:bold;
}
