/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

body {
	padding: 0px;
	background-color: #000000;
	background-image: url(bg.jpg);
	color: #FFFFFF;
	text-align: center;
}

p, li, dt, dd, address {
	color: #FFFFFF;

	line-height: 1.4;
}
p {
	margin-bottom: 10px;
	text-indent: 10px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}

a:link, a:visited {
	color: #FF0000;

	text-decoration: none;
}
a:active, a:hover {
	color: #00FF00;

	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	margin-bottom: 10px;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 900px;
	margin: 0px auto;
	border: 1px solid #333333;
	background-color: #000000;
	text-align: center;
}

div#header {
	float: none;
	clear: both;
	height: 130px;
	color: #FFFFFF;
}

div#header_title {
	background-color: #000000;
	height: 50px;
	vertical-align: bottom;
	text-align: left;
}
.category {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 19px;
	text-align: left;
}


div#footer {
	float: none;
	clear: both;
	height: 250px;
	background-color: #000000;
}

/* ハイドTXT*/
.hide {
	font-size: xx-small;
	color: #333333;
}

/* ----- テキスト設定-------------------------------- */


.c_re   { color: #f00 }
.c_br { color: #723f00 }
.c_or { color: #f60 }
.c_bl { color: #004bc8 }
.c_99 { color: #999 }
.c_66 { color: #666 }
.c_33 {	color: #333 }

ul { line-height: 150%; list-style-type: disc; margin: 1em 0 0 20px }
hr { color: #aaa }
.c_km  {
	color: #5058A0;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin: 20px;
}

.in_12px  { margin-left: 18px }

.bt_mail {
	background-color: #FFFFFF;
	line-height: 150%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: 3px;
	border-right-style: solid;
	border-right-width: 10px;
	border-bottom-width: 3px;
	border-left-width: 10px;
}

.box_1p {
	width: 900px;
	background-color: #191919;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#footer_noflash {
	float: none;
	clear: both;
	height: 75px;
	background-color: #000000;
	background-image: url(../css/foot.jpg);
}
h3 {
	color: #ECEAFB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	color: #FFCC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
	text-align: right;
	border-bottom: dotted #666666 1px;
	padding: 5px;
}


input{
	margin-right: 1px;
	padding: 1px;
	color: #000000;
}

select {
	margin-top: 1px;
	color: #000000;
}

textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	color: #000000;
}

div#header_noflash {
	float: none;
	clear: both;
	height: 90px;
	background-color: #000000;
	background-image: url(/css/head.jpg);
}

.buy {
	border-bottom: dotted #000000 1px;
	padding: 3px;
	margin: 3px;
	text-align: right;
}
