/* CSS Document */

* html {
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
}



/*▽ヘッダー__________________________________________________________________________________________________________________________________*/
div.header-left{
	width:470px;
	float:left;
}
div.header-right{
	width:330px;
	float:left;
}
/*△ヘッダー__________________________________________________________________________________________________________________________________*/






/*▽メインフレーム__________________________________________________________________________________________________________________________________*/
div.structure{
	clear:both;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	background:url(../images/header_bg.jpg) center top no-repeat;
}

div.main-frame{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding-bottom:1px;
}
div.main-left{
	width:640px;
	float:left;
}
div.main-left-wrap{
	padding-right:20px;
}

div.main-right{
	width:160px;
	float:left;
}

div.main-under{
	padding:40px 0px 30px 0px;
	clear:both;
}
/*△メインフレーム__________________________________________________________________________________________________________________________________*/


/*▽メインフレーム右__________________________________________________________________________________________________________________________________*/
div.main-right p.border{
	padding:0px 0px 6px 0px;
	border-bottom:2px dashed #666666;
	margin:0px 0px 6px 0px;
}
div.main-right p img{
	margin-bottom:4px;
}
div.main-right p a img{
	vertical-align:bottom;
}
/*△メインフレーム右__________________________________________________________________________________________________________________________________*/



/*▽メインフレーム下__________________________________________________________________________________________________________________________________*/
/*△メインフレーム下__________________________________________________________________________________________________________________________________*/

/*▽フッタ__________________________________________________________________________________________________________________________________*/
/*△フッタ__________________________________________________________________________________________________________________________________*/



