/*---- 基本設定 ----*/
body {
	color:#CCC;
	background:#000;
	text-align:center;
}

/*---- アンカー設定 ----*/

a {
	text-decoration: none;
}

a:link {
	color:#666699;
}

a:visited {
	color:#666699;
}

a:hover {
	color:#AFAEF8;
}

a:active {
	color:#7D7C98;
}


/*---- 基本ブロック設定 ----*/

#mainBox {
	width:650px;
	text-align:left;
	margin:0 auto;
}

#headerBox {
	margin:0 0 40px;
}

#footerBox {
	margin:40px 0 0;
}

/*---- 基本見出し設定 ----*/

h1 {
	color:#999;
	font-size:14px;
	font-weight:bold;
	background:#222;
	margin:0;
	padding:20px 20px 5px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #444;
	margin:40px 0 10px;
	clear:both;
}

h4 {
	color:#999;
	font-weight:bold;
	background:#222;
	margin:30px 0 10px;
}
/*---- ナビゲーション設定 ----*/


#pageNavi {
	font-size:10px;
	line-height:14px;
	text-align:right;
	margin:0;
}

#pageTop {
	font-size:10px;
	line-height:14px;
	text-align:right;
}

#copyright {
	color:#666;
	font-size:10px;
	line-height:14px;
	background:#222;
	margin:0;
	padding:10px 20px 20px;
}

/*---- 本文設定 ----*/

.first {
	margin-top:0;
}

p {
	margin:10px 0;
}

.sub {
	font-size:10px;
	line-height:14px;
}

#profile dt {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #333;
}

#profile dd {
	font-size:10px;
	line-height:14px;
	margin:10px 10px 20px 20px;
}

#profile td {
	vertical-align:top;
	font-size:10px;
	line-height:14px;
}

#exit dt {
	padding-right:10px;
	float:left;
}

#exit dd {
	font-size:10px;
}


