@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_link.png) no-repeat center top; }
.mainArea {
	width:960px;
	margin: 42px 127px 0px 58px;
	padding-bottom:256px;
	}
	.mainArea .left {
		background:url(../img/img_ytv.png) no-repeat center top;
		float:left;
		width:388px;
		height:129px;
		}
	    .mainArea .left img { 
	  		width:254px;
			display:block;
			margin: 58px auto;
	  		}
	.mainArea .right {
		background:url(../img/img_dogga.png) no-repeat center top;
		float:left;
		width:388px;
		height:129px;
		}
	    .mainArea .right img { 
	  		width:218px;
			display:block;
			margin: 58px auto;
	  		}

/*#pageTop {
    bottom:-40px;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 107px;
}	
*/
a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }