@charset "UTF-8";
body  {
	font-family: 100% Osaka,'ＭＳ Ｐゴシック';
	background: #887f7c url(../images/bg.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd	{
	margin:0;
	padding:0;
}

img	{
	border:0;
}

/* リンク */

a:link {
	text-decoration: none;
	color:#990000;
}
a:visited {
	text-decoration: none;
	color:#660000;
}
a:hover {
	text-decoration: underline;
	color:#CC0000;
}
a:active {
	text-decoration: none;
	color:#CC0000;
}




/* コンテナ */
div#container { 
	width: 800px;
	margin: 40px auto 0;
	border: 3px solid #CC0000;
	text-align: left;
	background:#FFFFFF;
}



/* ヘッダー */
div#header {
	height: 85px;
}


/* メインコンテンツ */
div#mainContent {
	padding: 0 25px;
	background: #ffffff;
}



/* フッター */
div#footer { 
	margin:0 auto;
	width:800px;
	padding:5px 0;
	font-size:12px;
	line-height:12px;
	color:#ffffff;
	text-align:right;
}



/* 太字 */
strong	{
	font-weight:bold;
}

.f_bold	{
	font-weight:bold;
}

/* 文字小　注意書きなど */
.fs_S	{
	font-size:10px;
	line-height:12px;
}

.fs_SB	{
	font-weight:bold;
	font-size:10px;
	line-height:12px;
}

/* 文字大　価格など */
.fs_L	{
	font-size:14px;
	line-height:16px;
}

.fs_LB	{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}


/* マージン */
.m_ud_10	{
	margin:10px 0;
}



/* カラー */
.fc_green	{
	color:#669900;	
}

.fc_orange	{
	color:#FF9900;
}

.center	{
	text-align:center;
}



.fltrt {
	float: right;
}

.fltlft {
	float: left;
}



.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear	{
	clear:both;
}
