@charset "UTF-8";
/* CSS Document */
/* total setting */
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color: #FFFFFF;
	/*
	background-image:url(img/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	*/
}


/* wrapper setting */
#wrapper{
    width:820px;
    margin:0 auto;
}
/* header setting */
#header{
    width:820px;
    height:300px;
    background: url(img/header.gif) no-repeat left top;
    margin:0 auto;
    text-align:center;
}

/* upper menu setting */
ul.uppermenu{
    margin:0 auto;
	position:absolute;
	top:10%;
    text-align:center;
    padding:0;
    list-style-type:none;
    width:820px;
    height:30px;
}
ul.uppermenu li{
    float:left;
    list-style-type:none;
}

ul.uppermenu a{
    display:block;
    width:150px;
    height:30px;
    margin:0px 5px 0 5px;
    background:url(img/menu.png) no-repeat;
    line-height:30px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
ul.uppermenu a#off{
    background-position:0 0;
}
ul.uppermenu a#on, ul#menu a:hover#off{
    background-position:0 -30px;
	color:#666666;
}
ul.uppermenu a:link{
    color: #333333;
    text-decoration: none;
}

ul.uppermenu a:visited{
    color: #666666;
    text-decoration: none;
}




/* under menu setting */
ul.undermenu{
    margin:0 auto;
	position:absolute;
	bottom:0px;
    text-align:center;
    padding:0;
    list-style-type:none;
    width:820px;
    height:30px;
}
ul.undermenu li{
    float:left;
    list-style-type:none;
}

ul.undermenu a{
    display:block;
    width:150px;
    height:30px;
    margin:0px 5px 0 5px;
    background:url(img/menu.png) no-repeat;
    line-height:30px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
ul.undermenu a#off{
    background-position:0 0;
}
ul.undermenu a#on, ul#menu a:hover#off{
    background-position:0 -30px;
	color:#666666;
}
ul.undermenu a:link{
    color: #333333;
    text-decoration: none;
}

ul.undermenu a:visited{
    color: #666666;
    text-decoration: none;
}



/* link setting */
a{
    color:#CC3300;
}

a:hover{
    color:#CC9933;
}




/* image setting */
img{
    border:0;
}
img.left{
    float:left;
    margin:10px auto;
}
img.right{
    float:right;
    margin:10px auto;
}
img.center{
    display:block;
    margin:0 auto;
    text-align:center;
}
/*
img.hover:hover{
  text-decoration : none;
  cursor : hand;
  visibility : visible;
  position : relative;
  top : 2px;
  right : 3px;
}
ごめん。なんか画像が動いたから外しちゃった（笑） */


/* subject setting */
h1{
    text-indent:-9999px;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin:0 auto;
    text-align:center;
}


h2{
    clear:both;
    margin:3px auto;
    text-align:center;
}

h3{
    clear:both;
    margin:10px auto;
    text-align:center;
	background-color:#CCCCCC;
}


h4{
    margin:10px auto;
    text-align:center;
    font-size: 12px;
	border-bottom:thin dotted;
}



/* left content setting */
.main_left{
    width:380px;
    font-size:12px;
	color:#000000;  
    float:left;
	padding:10px 5px;
    line-height:150%;
}


/* right content setting */
.main_right{
    width:380px;
    font-size:12px;
	color:#000000;    
    float:right;
    padding:10px 5px;
    line-height:150%;
}
/* center content setting */
.main_center{
    clear:both;
    width:780px;
    font-size:12px;
	color:#000000; 
    text-align:center;
    padding:20px 20px;
    line-height:150%;
}

.main_center img.left{
    float:left;
    margin:0 10px 0 0;
}
.main_center img.right{
    float:right;
    margin:0 0 0 10px;
}

.main_center p{
    padding:6px 0 0 0;
}



/* profile content setting */


.profile-box{
    width:300px;
    font-size:12px;
	color:#000000;
    float:left;
	padding:10px 10px;
    line-height:150%;
}






/* footer setting */
#footer{
    text-align:center;
    width:820px;
    height:80px;
    background:url(img/footer.gif) no-repeat left bottom;
    clear:both;

}
#footer p{
    margin:0;
    line-height:80px;
    text-align:center;
    color:#000000;
    font-size:12px;
}




