@charset "euc-jp";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container{
	text-align: center;
	background: url(../images/container_bg.jpg) repeat-y 50% 0%;
}


#header{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
	overflow: hidden;
  clear:both;
}

#header-left{
  width:380px;
  float:left;
}
#header-right{
  width:520px;
  float:right;
}

#content{
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	clear: both;
	overflow: hidden;
	padding: 0 21px 50px;
	background: url(../images/content_bg.png) repeat-y 50% 0px;
}

#footer{
	clear: both;
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

.twocolumn #main{
	float: right;
	overflow: hidden;
	width: 640px;
	margin-right: 20px;
	display: inline;
}


#sub{
	float: left;
	overflow: hidden;
	width: 256px;
	margin-left: 20px;
	display: inline;
	font-family: "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", serif;
}

.twocolumn #main,
.twocolumn #sub{
	padding-top: 15px;
}

.onecolumn #main{
  clear:both;
  overflow:hidden;
}

