/* CSS Document */

/*基本設定*/

body {
	font-family: "ＤＦＰ華康ゴシック体W5", Osaka, "ＭＳ ゴシック";
	font-size: 0.8em;
	color: #333333;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	margin-left: 0px;
}




a:link {
	text-decoration: none;
	color: #FF33CC;
}
a:visited {
	text-decoration: none;
	color: #FF33CC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF33CC;
}

/*リンクカラー　グレー×ピンク*/
a.link-gray:link {
	text-decoration: none;
	color: #333333;
}

a.link-gray:visited {
	text-decoration: none;
	color: #333333;
}
a.link-gray:hover {
	text-decoration: none;
	color: #FF33CC;
}
a.link-gray:active {
	text-decoration: none;
	color: #FF33CC;
}
/**/


/*フォント*/
.font-white {
	color: #FFFFFF;
}
.font-white10 {
	color: #FFFFFF;
	font-size: 10px;
}
.font-gray {
	color: #666666;
}
.font-size1 {
	font-size: 1.1em;
}
.font-size2 {
	font-size: 1.2em;
}
.font-size3 {
	font-size: 1.3em;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font-green {
	color: #66FF00;
}
.font-green-size2 {
	font-size: 1.2em;
	color: #66FF00;
}
.font-blue {
	color: #33FFFF;
}
.font-pink {
	color: #FF33CC;	
}
.font-pink-size2 {
	font-size: 1.2em;
	color: #FF33CC;
}
.font-pink-size3 {
	font-size: 1.3em;
	color: #FF33CC;
}
.font-enji {
	color: #993333;
}
.font-ao {
	color: #000099;
}
.font-midori-size2 {
	font-size: 1.2em;
	color: #00CC00;	
}


/*ボーダー*/
.border-gray-box {
	border: 1px solid #999999;
}
.border-gray-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}



/*ライン*/
.line-bottom-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.line-top-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.line-left-dot {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.line-bottom-left-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.line-top-right-left {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.line-top-right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.line-top-right-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.line-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


/*その他*/
.andmore {
	height: 1em;
	float: right;
	width: 8em;
	padding-bottom: 5px;
	margin-right: 0px;
	padding-right: 0px;
}