﻿/*
'////////////////////////////////////////////////////////////////////////
'
'  ■基本スタイル
'
'////////////////////////////////////////////////////////////////////////
*/
html,body
{
	margin:0px;
	padding:0px;
	font-family:'MS UI Gothic', 'MS PGothic', Osaka, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	color:#555555;
	background-color:#999999;
	background-repeat:no-repeat;
}




/*
'////////////////////////////////////////////////////////////////////////
'
'  ■背景スタイル
'
'////////////////////////////////////////////////////////////////////////
*/
#bg_body
{
	background-image:url('./images/bg_body.jpg');
	background-repeat:repeat-y;
}
#bg_header_1
{
	width:980px;
	height:55px;
	background-image:url('./images/bg_header_1.jpg');
	background-repeat:no-repeat;
}
#bg_header_2
{
	width:980px;
	height:20px;
	background-image:url('./images/bg_header_2.jpg');
	background-repeat:no-repeat;
}
#bg_footer
{
	width:980px;
	height:55px;
	background-image:url('./images/bg_footer.jpg');
	background-repeat:no-repeat;
}
#bg_bottom
{
	width:980px;
	height:55px;
	background-image:url('./images/bg_bottom.jpg');
	background-repeat:no-repeat;
}
