
*{
margin:0;
padding:0;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 329px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -329px; /* negative value of footer height */
	height: 329px;
	clear:both;} 

img{
border:0;
}

body{
font-size:12px;
color:#FFFFFF;
}


#main-content {
background:#4fcfec url(../common/img/under_background_loop.jpg) left top repeat-x;
}

#main-bg{
background:url(../common/img/under_background_main.jpg) center top no-repeat;
}

#main-inner{
background:url(../img/background_loop.jpg) center top repeat-y;
}

#main-container{
width:680px;
margin:0 auto;
text-align:center;
}

/* 2階層以降　共通ページ背景 */

#content-innner-middle{
background:url(../common/img/undercontents_body.gif) center top repeat-y;
}



/* Caption */
img.caption{
vertical-align:bottom;
padding:5px 0 0 0;
}


/* Footer */
#footer {
background:url(../img/background_footer.jpg) center repeat-x;
font-size:12px;
}

#footer p.text{
width:694px;
text-align:center;
margin:0 auto;
padding:250px 0 0 0;
}


#accesstag{
display:none;
}