/*サイト構造部分- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html{
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #101010;
}
.clear {
	clear: both;
	width: 960px;
	height: 0px;
}

/*　clearfixハック　*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* MacIE5以外 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* MacIE5以外終わり */

/*＼*/
　* html #aw_body{overflow: visible;}
/**/

#container {
	
}
#header {
	width: 960px;
	float: left;
	height: 90px;
}
#contents {
	width: 960px;
	float: left;
	overflow:hidden;
	background-color: #EFEFEF;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#main, #side_bar{
	padding-bottom:32768px;
	margin-bottom:-32768px;
}
#main {
	width: 583px;
	float: left;
	height: auto;
	padding-right: 87px;
	padding-left: 100px;
}
#side_bar {
	width: 190px;
	float: left;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-color: #101010;
	height: 100%;
}
#side_sub_menu {
	height: 350px;
}
#banner {
	padding: 5px;
}
#footer {
	float: left;
	width: 960px;
	background-color: #EFEFEF;
	padding-top: 30px;
}

/*文字スタイル- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
