@charset "UTF-8";


/*====================================================
　base
------------------------------------------------------
  ・各要素のデフォルトスタイルをリセット
  ・要素の基本となるスタイル
====================================================*/


/*--------------------------------------------------
　[1]Universal selector
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	}


/*--------------------------------------------------
　[2]Structure Module
--------------------------------------------------*/

body {
	background-color: #8dd8f8;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px; /* 基本文字サイズ */
	*font-size: small; /* IE7・IE6標準準拠モードに適用 */
	*font: x-small; /* IE6後方交互モードに適用 */
	}


/*--------------------------------------------------
　[3]Text Module
--------------------------------------------------*/

strong {
	font-weight: bold;
	}
	
span {
	color: #ed1a3a;
	}

h3 {
	margin: 0 0 0 10px;
	padding: 3px 0 0 30px;
	height: 40px;
	background: url(img/title_02.gif) no-repeat 0 0;
	font-size: 114%;
	font-weight: bold;
	}
	
	
	
/*--------------------------------------------------
　[4]Hypertext Module
--------------------------------------------------*/

a:link {
	color: #333333;
	}
	
a:visited {
	color: #0b719d;
	}
	
a:hover, 
a:active {
	color: #8dd8f8;
	}


/*--------------------------------------------------
　[5]List Module
--------------------------------------------------*/

/* \*/
* html li {
	height: 1%;
	}
/* */


/*--------------------------------------------------
　[6]Table Module
--------------------------------------------------*/

table {
	font-size: 100%;
	border-collapse: collapse;
	}
	
caption {
	font-weight: bold;
	text-align: left;
	}
	
th {
	font-weight: bold;
	text-align: left;
	}	

/*--------------------------------------------------
　[7]Image Module
--------------------------------------------------*/

a img {
	border: 0;
	}




/*====================================================
　common
------------------------------------------------------
  ・ページのデザインを構成するスタイル
====================================================*/


/*--------------------------------------------------
　[1]主要レイアウト
--------------------------------------------------*/

body {
	text-align: center;
	}
	
div#main {
	margin: auto;
	width: 820px;
	background: url(img/bg.gif) repeat-y 0 0;
	text-align: left;
	}

div#contents {
	margin: 0 0 0 60px;
	width: 700px;
	}




/*--------------------------------------------------
　[2]ヘッダー
--------------------------------------------------*/

div#header div {
	height: 31px;
	background: url(img/header_01.gif) no-repeat 0 0;
	}

div#header div p {
	margin: 5px 0 0 40px;
	color: #ffffff;
	}

div#header div p a:link {
	color: #ffffff;
	}
	
div#header div p a:visited {
	color: #ffffff;
	}
	
div#header div p a:hover, 
div#header div p a:active {
	color: #0b719d;
	}


/*--------------------------------------------------
　[3]エリアリンクボックス
--------------------------------------------------*/

div.areaBox {
	margin: 0 0 10px 0; 
	background: url(img/box_middle.gif) repeat-y 0 0;
	} 

div.areaBox table {
	margin: 0 0 0 160px;
	} 
	
div.areaBox table td.coupon{
	padding: 10px 0;
	}

div.areaBox table td.width{
	width: 220px;
	vertical-align: top;
	}
	
div.areaBox table td.width_small ul li.hukuoka{
	text-align: right;
	}
	
div.areaBox table td.width_small{
	width: 90px;
	vertical-align: top;
	}
	
div.areaBox table th span.style1{
	color: #666666;
	text-align: center;
	} 

div.areaBox table td ul li {
	list-style: none;
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	}

div.areaBox table td ul.area1 li {
	background-image: url(img/icon_01.gif);
	}

div.areaBox table td ul.area2 li {
	background-image: url(img/icon_02.gif);
	}

div.areaBox table td ul.area3 li {
	background-image: url(img/icon_03.gif);
	}


/*--------------------------------------------------
　[4]使い方
--------------------------------------------------*/

div.box {
	margin: 10px 10px 20px 10px;
	}

div.box div.rightBox {
	float: right;
	}

div.box div.leftBox {
	width: 330px;
	}

div.box div.leftBox dl strong {
	color: #ed1a3a;
	}

div.box div.leftBox div.center {
	text-align: center;
	}


div.box div.clear {
	clear: both;
	text-align:center;
	padding-top: 20px;
	}

table.qr {
	margin: 10px 0 0 62px;
	}

table.qr th, 
table.qr td {
	padding: 0 44px 0 0;
	vertical-align: top;
	}

table.qr th {
	color: #ed1a3a;
	}

.third {
	padding: 0;
	}

table.qr td.qrImg {
	width: 200px;
	padding: 0;
	}
	
table.qr td.qrImg {
	width: 156px;
	padding: 0;
	}
	
table.logo {
	margin: 20px 0 0 50px;
	border-collapse: separate;
	}	
	
table.logo td {
	padding: 0 10px;
	}	

table.logo td.iCollar {
	border: 2px solid #fdd000;
	}	

table.logo td.eCollar {
	border: 2px solid #eb6000;
	}	

table.logo td.yCollar {
	border: 2px solid #e72d35;
	}	
	
