@charset "utf-8";
/* CSS Document */

/* 　ブラウザスタイルの初期化　*/

* {
margin:0px;
padding:0px;
color:#686868;
font-family:Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
font-size:12px;
line-height:140%;
}

body {
	background: #FFFFFF url(img/page_back.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* 　リンクテキスト(a)　 */

a:link {
color:#666699;
text-decoration:underline;
}
a:visited {
color:#666699;
text-decoration:underline;
}
a:hover {
color:#CC6699;
text-decoration:none;
}
a:active {
color:#CC6699;
text-decoration:underline;
}

.shop_link a:link {
color:#666699;
text-decoration:underline;
font-size:10px;
}
.shop_link a:visited {
color:#666699;
text-decoration:underline;
font-size:10px;
}
.shop_link a:hover {
color:#CC6699;
text-decoration:none;
font-size:12px;
}
.shop_link a:active {
color:#CC6699;
text-decoration:underline;
font-size:12px;
}

/* 　画像（img） */

img {
border:0;
}


/* 　全体のコンテナ（#container)　 */

#container {
width:800px;
height:auto;
margin:0 auto;
padding-top:0;
border-left:1px solid #EFEFEF;
border-right:1px solid #efefef;
background:#fff url(img/contents_back.gif) repeat-y;
text-align:left;
}


/* 　メインとサイド-R　 */

div#side-R {
width:250px;
float:right;
background-color:#FFFFFF;
margin-right:0px;
margin-top:5px;
padding-right:10px;
}
.shop_link {
	font-size:10px;
	color:#666699;
	line-height:140%;
	margin-bottom:10px;
}


div#main {
	width:490px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	height: auto;
}

#main img {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}

/* 　ヘッダーとフッター */

div#header {
	background: url(img/header.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 800px;
}

div#footer {
background:url(img/footer.gif) no-repeat;
margin:0;
padding:0;
height:108px;
width:800px;
clear:both;
font-size:10px;
}
#footer .txt {
padding:35px 0px 0px 25px;
}


/* 　フロート崩れ対策　clear　 */

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}


/* 　いろいろ　 */

.mL10 {
	margin-left: 10px;
}
.mT10 {
	margin-top: 10px;
}
.mB10 {
	margin-bottom: 10px;
}
#tokusyou td {
padding: 3px 2px 3px 3px;
background-color:#E9F2F8;
line-height:150%;
}


#main h1 {
	font-size: 18px;
	color: #3F4354;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#main h2 {
	font-size: 14px;
	color: #5A475F;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
