@charset "UTF-8";
/* CSS Document */
 * { margin: 0; }
html{
	height:100%;
}

body{
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%;

	}

#wrapper-out{
	height:100%;
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-moz-box-shadow: 0px 0px 10px #000;　/* Firefox用 */  
	-webkit-box-shadow: 0px 0px 10px #000;　/* Safari,Google Chrome用 */  
	box-shadow:0 0 5px 5px #555;
	
	}

#wrapper{
	
	width:933px;
	min-height:100%;
	margin:0 auto ;
	}
	

		

#area1 {
	font:15px;
	min-height:500px;
	line-height:1.8em;
	color:#000;
	
text-shadow: 0px 0px 2px #FFF;
  text-align:left;	}


#area1 #main .froatleft{
	margin-left:10px;
}

#area2{
}
#area2 a{
	}

#copyright {
	width:940px;
	height:80px;
}


#copyright img{ margin-top:30px;}
.kihon-renai,.kihon-taikai{ padding-top:0.5em;}
.kihon-practice,.kihon-renai,.kihon-taikai{ padding-bottom:1em;}
.kihon-practice,.kihon-renai{/* border-bottom:1px solid #E1924F;*/ }
div.kihon-title{ background-image:url(../images/system/kihon/title_bg.png); background-repeat:repeat-y; margin-left:5px; }
div.kihon-title span{color:#000;text-shadow: 0px 0px 2px #FFA; height:auto; vertical-align:8px; margin-left:1em;} 
div.kihon-ss{ text-align:center;}

div.btn{ text-align:right;}
