@charset "Shift_JIS";

/*----------------基本設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #000000;
	font-size: 12px;
	_font-size: 75%;/*IE6用*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.5;
	text-align: center;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------モジュール----------------*/
.pagetop {
	clear: both;
	margin: 20px 0 0 0;
	font-size: 84%;
	font-weight: bold;
	text-align: right;
}

/*----------------レイアウト設定----------------*/
#container {
	position: relative;
	overflow: hidden;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	text-align: left;
}

/* content */
#content {
	overflow: hidden;
	width: 780px;
}

#banners {
	overflow: hidden;
	width: 343px;
	height: 42px;
	margin: 18px 0 0 0;
	padding: 11px 0 0 437px;
	background: url(../../img/bg_amazon.jpg) no-repeat left top;
}

/*footer*/
#footer {
	clear: both;
	overflow: hidden;
	width: 780px;
	margin:28px auto 10px;
	padding: 0;
}
#footer table.footerTable {
	margin-bottom: 6px;
	padding-bottom: 7px;
	background: url(../img/line_dot01.gif) repeat-x left bottom;
}
#footer .footerLogo {
	float: left;
	width:570px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	display: inline;
	float: left;
	width: 488px;
	margin-left: 6px;
	color: #FFFFFF;
	font-size: 84%;
}
#footer .footerLogo .copyright img {
	vertical-align: middle;
}
#footer .footerBtn {
	float: right;
	width: 200px;
}
/*----------------リンク基本設定----------------*/

a:link {
	color:#FFFF00;
	text-decoration:none;
}
a:visited {
	color:#FFFF00;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

/*----------------テキスト基本設定----------------*/
.sText {
	font-size: 10px;
	line-height: 1.4;
}

.mText {
	font-size: 12px;
	line-height: 1.5;
}

.lText {
	font-size: 14px;
	line-height: 1.6;
}
	
.llText {
	font-size: 17px;
	line-height: 1.7;
}
