@charset "UTF-8";
/*-------------------------------------------------------------
	基本設定
-------------------------------------------------------------*/
* {margin: 0px;padding: 0px;}/* 各ブラウザの独自解釈をリセット */

body, div, ol, ul, dl, form{
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #333 url(../image/bg.gif) repeat center top;
	color: #333;
	font: normal 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 10pt;
	line-height: 1.6;
	text-align: center;
}

a{outline:none; }
a img{border:none;background:transparent;}/* 画像のリンクのボーダーを消す */

a:link {text-decoration: none;color: #0033FF;}
a:visited {text-decoration: none;color: #0033FF;}
a:hover {text-decoration: underline;color: #0033FF;}
a:active {text-decoration: none;color: #0033FF;}

.nolist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.nolist li {
	text-indent: -1em;
	margin-left: 1em;
}

/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin: 0 10px;
}

.clear{	clear: both;}

/*---------- fonts ----------*/
.red {	color: #ff0000;}
.orange {	color: #ff9900;}
.blue {	color: #0000ff;}
.pink{	color: #f12e9c;}
.gray{	color: #666666;}

.small {	font-size: smaller;}

strong{	font-weight: 600;}
.bold600{	font-weight: 600;}

.underline{	text-decoration: underline;}

.taCenter{	text-align: center;}

.mt10{	margin-top: 10px;}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt60{	margin-top: 60px;}
.mt70{	margin-top: 70px;}
.mt80{	margin-top: 80px;}

.f9{ font-size: 9pt;}
.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}
.f20{ font-size: 20pt;}
.f25{ font-size: 25pt;}

.lh200{ line-height: 200%;}
.lh300{ line-height: 300%;}