@charset "UTF-8";

/*---------------------------------------------

layouttype01 CSS
使用箇所
■special/index.html

---------------------------------------------*/

/* 001:ベース
--------------------------- */
div#layouttype01{
	margin-left:10px;
}

div#layouttype01-banner1{
	height:90px;
}

div#layouttype01-contents{
	margin-top:10px;
	background:url("/static/images/bg/bgborder01.gif") repeat-y;
	padding-bottom:10px;
}

div#layouttype01-new-contents{
	margin-top:10px;
	background:url("/static/images/bg/bgborder01.gif") repeat-y;
	padding-bottom:0px;
}


/* 001:ベース 幅826px　バナーなし
--------------------------- */
div#layouttype01-contents-826{
	margin-top:0px;
	margin-right: 10px;
	padding-bottom:10px;
}



/* バナーによるIEのズレ修正 */
/** html div#layouttype01-contents{
	margin-top:-5px;
}
*/

div#layouttype01-contents-left {
	float:left;
	width:646px;
	background-color:#FFFFFF;
}

div#layouttype01-contents-right {
	float:right;
	width:180px;
}

div#layouttype01-banner1 img {
	vertical-align:top;
}

div#layouttype01-banner1-left {
	float:left;
	width:728px;
	height:90px;
}

div#layouttype01-banner1-right {
	float:left;
	margin-left:10px;
	width:88px;
}

div#layouttype01-banner2 {
	margin-top:10px;
	margin-left:10px;
}
