/* 基本
======================================================= */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin: 0px;
padding: 0px;
height:100%;
background: #000 url('../img/bg.gif') repeat;
}

/*--------------- 文字指定 --------------- */

.gray {
color : #666666;
}

.pink {
color : #FF4C88;
}

.red {
color : #AA001C;
}


.top {
font-size: 12px;
padding : 0px;
margin-right : 0px;
text-align : left;
color : #333333;
line-height: 1.5em;
}

.profile-txt {
font-size: 12px;
padding : 0px;
margin-left : 0px;
text-align : left;
line-height: 1.9em;
color : #666666;
}

.foot {
font-size: 11px;
padding : 0px;
margin-right : 0px;
text-align : canter;
color : #999999;
line-height: 1.4em;
}

/*--------------- リンクテキスト設定 --------------- */
a 			{ color: #1794CE; text-decoration: none; }
a:link		{ color: #1794CE; text-decoration: none; }
a:visited	{ color: #1794CE; text-decoration: none; }
a:active	{ color: #1794CE; text-decoration: none; }
a:hover		{ color: #83B91A; text-decoration: underline; }

/*--------------- imgの枠設定 --------------- */
img {
border : 0px;
}
