@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#wrapperAll {
	background:url(../img/bg_intro.png) no-repeat center top; 
	padding-bottom:42px;
	padding-top:5px;
}
.mainArea {
	width:960px;
	margin:15px auto 0;
}
#pageTop {
    bottom: -35px;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 107px;
}	

a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }