/* 全体設定 */

body { 
	color: #ccc; font-size: 12px;
	font-family: "MS-PMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
	line-height: 150%;
	background-color: black;
	top: 0;
}

/* レイアウト設定 */

.body { 
	position: static;
	width: 600px;
	height: auto;
	padding-right: 16px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.header {
	text-align: right;
	position: static;
	width: 600px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 16px;
}
.center {
	text-align: center;
	position: static;
	width: 600px;
	height: auto;
	padding-right: 50px; 
	padding-left: 50px;
}
.left {
	color: #ccc;
	font-size: 14px;
	line-height: 175%;
	text-align: left;
	width: 500px;
	height: auto;
}
.left_about {
	color: #ccc;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	width: 500px;
	height: auto;
}
.left_under {
	text-align: left;
	position: static;
	width: 600px;
	height: auto;
	padding: 0 0 0 16px;
	border-left: 1px solid #333;
}

/* フォント設定 */

.small { 
	color: #ccc;
	font-size: 14px; 
	font-family: "MS-PMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3"; line-height: 150%;
}
.xx-small {
	color: #666;
	font-size: 12px; 
	font-family: "MS-PMincho", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3"; line-height: 150%;
}

/* リンク色設定 */

a:link {
	color: #c00;
	text-decoration: none;
	}
 a:hover {
	 color: #f00;
	 text-decoration: none
 }
a:active {
 	color: #f00;
	text-decoration: none
 }
a:visited {
	color: #600;
	text-decoration: none;
}