<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* ---------------------------------------------
*Since 2007-7-31
*Modified 2007-7-31
*  ---------------------------------------------
*/

/* レイアウト
   --------------------------------------------- */
#wrapper{
	width: 760px;
	background-image: url(../../common/bg_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	position: relative;
	width: 740px;
	height: 56px;
	margin: 0 0 15px 10px;
	border-bottom-width: 1px;
	border-bottom-color: #09ABEB;
	border-bottom-style: solid;
}
#header h1{
	position: absolute;
	top: 11px;
	left: 0px;
}
#header p{
	position: absolute;
	top: 16px;
	right: 0px;
}
#main{
	width: 740px;
	margin-left: 20px;
}
#primary{
	float: right;
	width: 560px;
}
#secondary{
	float: left;
	width: 140px;
}
#footer{
	clear: both;
	width: 740px;
	background: #ffffff;
}

/* 印刷用

@media print{
	div#secondary{
		display:none;
	}
}

*/
</pre></body></html>