@charset "shift_jis";


/*--------------------------------------------------------
メイン / body, h1, storong, em, など
--------------------------------------------------------*/

* {
	margin:0 auto;
}

body {
	font-size:small;
	line-height:150%;
	color:#ffffff;
	background-color:#000000;
	text-align:center;
	margin:0;
}

h1 {
	font-weight:normal;
	font-size:10px;
	color:#999999;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:5px;
	padding:0px;
	letter-spacing:2px;
}

h2 {
	font-weight:bold;
	font-size:medium;
	color:#ffcc99;
	margin-left:35px;
	margin-bottom:0px;
}

h3 {
	font-weight:normal;
	font-size:small;
	color:#333333;
	margin-bottom:0px;
}

strong {
	font-weight:normal;
}

em {
	font-weight:normal;
	font-style:normal;
}

ol {
	margin:1em 0 1em 40px;
	padding:0;
}

li {
	list-style-type:decimal;
}

hr {
	border:1px #666666 solid;
	height:1px;
}

textarea {
	width:310px;
}

/*--------------------------------------------------------
テキスト / .xxxのもの
--------------------------------------------------------*/

.txt_redbold {
	color:#CC0000;
	font-weight:bold;
}

.txt_copyright {
	color:#FFFFFF;
	font-size:10px;
}

.medium {
	font-size:medium;
	font-weight:bold;
}

.redbold {
	color:#FF3333;
	font-weight:bold;
}

.txt_blue {
	color:#000066;
}

.txt_black {
	color:#333333;
}

.whitebold {
	color:#FFFFFF;
	font-weight:bold;
}

.darkredbold {
	color:#CC0000;
	font-weight:bold;
}

.bluemedium {
	color:#000066;
	font-size:medium;
}

.komejirushi {
	color:#CC0000;
}

.midashi {
	font-weight:bold;
	font-size:medium;
	color:#ffcc99;
	padding-left:35px;
}

.txtorange {
	color:#ff3300;
}

.txt_red {
	color:#CC0000;
}

.txt_12px {
	font-size:12px;
}

.logo {
	margin-left:10px;
	margin-bottom:10px;
}

.bu_top_toi {
	margin-right:10px;
}

.txt_pink {
	color:#FF9999;
}

.bold{
font-weight:bold;
font-size:14px;

}

/*--------------------------------------------------------
背景
--------------------------------------------------------*/

.bg_line {
	background-image:url(img/bg_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


/*--------------------------------------------------------
リンク
--------------------------------------------------------*/

a:link {
	color:#ffcc99;
	text-decoration:none;
}

a:visited {
	color:#ffcc99;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}