/* レイアウト用 CSS */

#maincontainer {
	width:910px;
	margin: 0px auto;
}


/* ヘッダー */
#header{
	background-image: url('./img/bg_header.gif');
	background-repeat: no-repeat;
	width:910px;
	height: 90px;
	color: #EEE;
	padding: 12px 0px 0px 0px;
}

#header h1 {
	padding: 0px 0px 0px 90px;
	font-size: 84%;
	color: #666;
	height: 18px;
}

#topsection{
	margin: -15px 0px 0px 0px;	
}

#headermenu{
	text-align : right;
}

#colmn_left{
	float: left;
	padding: 0px 0px 0px 10px;
	width: 400px;
}

#colmn_right{
	text-align: right;
	float: right;
	padding: 0px 10px 0px 0px;
	width:400px;
}



/* メインコンテンツ */
#content {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width:910px;
	min-height: 600px;
	background-image: url('');
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	color: #333;
}


/*\*/
* html #content{
    height: 1em;
}

#content{
    display: block;
}



#contentInner {
	margin: 10px auto;
	width: 890px;
}


.wrapper{
	width: 890px;
}

#contents_left {
	width:180px;
	margin: 0 auto;
	float: left;
	text-align:center;
	padding : 15px 3px 15px 5px;
	border-right : 2px dotted #888;
	
}

#contents_right{
	width: 700px;
	margin: 0 auto;
	float: right;
}


/* ヘッダーナビゲーション */
#headernavi{
	display: block;
	width: 910px;
	height: 38px;
	background:transparent url("./img/headermenu/back.gif") repeat-x 0 0;
	text-align: center;
}

#headernavi ul{
	display: block;
	margin: 0 auto;
}

/* ログインメニュー */
#loginMenu{
	display: block;
	width: 910px;
	height: 15px;
	text-align: center;
}

#headernavi ul{
	display: block;
	margin: 0 auto;
}


/* サイドメニューのバナー */
div.side_ad{
	margin: 30px 0px 20px 0px;
}

#contentwrapper {
	float: left;
	width: 910px;
}

#footer { /* フッタ */
	clear: both;
	background-repeat: no-repeat;
	width: 910px;
	background-color: #18244D;
	color: #DDD;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footermenu li { /* フッタメニュー */
	height: 20px;
	background-color: transparent;
	font-size: 90%;
	color: #DDD;
	padding: 4px 4px;
	display: inline;
}

#footer a {
	font-weight: normal;
	color: #cc8e51;
}


#footer p.footerattention {
	font-size: 87%;
}


.inner {
	margin: 15px;
	/* Margins for inner DIV inside each column (to provide padding) */
	margin-top: 0;
	margin-bottom: 0;
}

/**/

.clrFix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clrFix{
  overflow:hidden;
}
/*\*/
* html .clrFix{
  zoom:1;/* for hasLayout */
  overflow:visible;
}
/**/ 


