@charset "utf-8";
/* ==================================
基本CSS
================================== */


* {
	margin: 0;
	padding: 0;
	font-size: medium;
	line-height: 1.0;
}
th,tr,td {
	margin: 0;
	padding: 0;
}

a {
	font-size: 1em;
	line-height: 1.3;
}

a:link { color: #190C81; text-decoration: none;}
a:visited { color: #190C81; text-decoration: none;}
a:hover { color: #FFFFFF; background: #190C81; text-decoration: none;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg_body.gif) repeat 0px 0px;
}

div#wrapper {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

div#content {
	width: 100%;
}

div#mainContent {
	width: 650px;
	float: left;
	margin: 0 10px 0 10px;
	padding: 20px 0 0 0;
	display: inline;
}

div#subContent {
	width: 170px;
	float: left;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

div#footer address {
	font-size: 0.6875em;
	font-style: normal;
	letter-spacing: 1px;
	color: #666666;
	padding: 30px 0 20px 0;
}

div#mainContent h2 {
	clear: both;
	font-size: 0.875em;
	line-height: 1.3;
	background: url(images/marker_title.gif) no-repeat 0px 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
div#mainContent p {
	font-size: 0.75em;
	line-height: 1.5;
}
div#mainContent p.sponsorImg-s {
	width: 82px;
	float: left;
	margin: 12px 0 20px 20px;
	display: inline;
}
div#mainContent p.sponsorImg-s img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
div.sponsorTxtBox {
	width: 380px;
	float: right;
	margin: 12px 0 20px 0;
}


div#mainContent p.btnGoTop {
	clear: both;
	font-size: 0.6875em;
	text-align: right;
	padding: 2px 0 4px 16px;
}
div#mainContent p.btnGoTop a {
	background: url(images/marker_gotop.gif) no-repeat 0em 0em;
	padding: 2px 0 4px 16px;
}

div#mainContent p.btnGoTop a:link { color: #190C81; text-decoration: none;}
div#mainContent p.btnGoTop a:visited { color: #190C81; text-decoration: none;}
div#mainContent p.btnGoTop a:hover { color: #FFFFFF; background: #190C81; text-decoration: none;}


/*サブカラム*/
div#subContent p.bannerBox {
	margin: 16px 0 16px 0;
}
div#subContent h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	background: #190C81;
	margin: 16px 0 0 0;
	padding: 4px 8px 2px 8px;
}
div#subContent ul {
	margin: 10px 0 0 26px;
}
div#subContent ul li {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 4px 0;
}



/*details*/
#details div#mainContent p {
	margin: 0 0 4px 20px;
}
#details div#mainContent p#readTxt {
	font-size: 0.75em;
	font-weight: bold;
	color: #190C81;
	margin: 12px 0 14px 20px;
}

div.imgBox {
	margin:10px;
	text-align:center;
	}

#details div#mainContent p img {
	margin: 16px 0;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

table#shopInfo {
	margin: 16px auto 20px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#shopInfo th {
	width: 150px;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 8px;
	background: #F2F2F2;
	line-height: 1.3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table#shopInfo td {
	font-size: 0.75em;
	padding: 4px 4px 4px 8px;
	line-height: 1.3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*category*/
#category h1 {
	font-size: 1em;
	border-bottom: 3px double #190C81;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
}


