/* 全体 */
body	{font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		margin: 0px;
		padding: 0px;
		text-align:center;
		width:100%;
	    background-color:#FFFFFF;
}

a:			{text-decoration:none;}
a:link		{text-decoration:underline;color: #5B5BFF;}
a:visited	{text-decoration:underline;color: #5B5BFF;}
a:hover		{text-decoration:underline;color: #ff0000;}
a:active	{text-decoration:underline;color: #ff0000;}

img			{border: 0px;}


.headwrap	{
			background:#ffffff url(top_back.jpg) repeat-x center top;
			float:left;
			width:100%;
}

.container	{text-align:center;}


/* メイン */
div#body	{width: 800px;
			margin-top: 50px;
			background:url(main_back.gif) repeat-y center;
		    margin-left: auto;
			margin-right: auto;
}

.left		{
			font-size: 80%;
			line-height: 150%;
			background:url(left_back.gif) repeat-y right;
}

.menu_icon	{margin-bottom:10px}

.right		{font-size: 80%;
			line-height: 150%;}

h3			{width: 570px;
			height: 30px;
			background:url(h3.gif) no-repeat;
			padding-left: 10px;
			padding-top: 5px;
			margin-left: 5px;
			clear: both;}

p			{font-size: 90%;
			line-height: 175%;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
}

.coupons	{margin-top: 100px;
			margin-bottom: 100px;
			text-align: center;
			}
			
.index		{text-align: center;
			margin-top: 50px;}

.pagetop	{font-size: 90%;
			text-align:right;}

/* ヘッダー */
div#header	{width: 790px;
			height: 160px;
		    margin-left: auto;
			margin-right: auto;
}

div#header h1	{margin: 0px;
		    	padding: 0px;}

/* メイン */

div#width_790		{width: 790px;
		    margin-left: auto;
			margin-right: auto;
			text-align: center;
}

.center		{width: 570px;
			padding-left: 10px;
			margin-left: 5px;
			margin-bottom: 30px;
			clear: both;}

/* モダンブラウザ用*/
.off:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.off {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .off {
  height: 1%;
}
.off {
  display: block;
}





/* フッター */
.footer		{width: 100%;
			height: 200px;
			text-align: center;
			background:url(footer_back.jpg) repeat-x center bottom;
			clear: both}

div#footer_a{width: 800px;
			height: 150px;
			font-size: 10pt;
			line-height: 150%;
			background:url(footer.gif) no-repeat;
			margin-bottom: 50px;
		    margin-left: auto;
			margin-right: auto;
}









