/*******************************************************************************/
/* 共通                                                                        */
/*******************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 150%;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background-color:#262626;
}

img {
	border: 0px;
	vertical-align: bottom;
}

a:link { color: #FFFF00; text-decoration: underline; }
a:visited { color: #FFFF00; text-decoration: underline; }
a:hover { color: #FFFF00; text-decoration: none; }
a:active { color: #FFFF00; text-decoration: underline; }


#wrap {
	width: 100%;
	height: 100%;
}

.spinkbold { color: #ed5d72; font-weight: bold; }

/*******************************************************************************/
/* トップ                                                                      */
/*******************************************************************************/


/*******************************************************************************/
/* メイン                                                                      */
/*******************************************************************************/
