#mainContainer {
	position: relative;
	width: 950px;
	margin: 30px auto 0;
	padding: 85px 0 0;
	line-height: 1.3em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/bg_center.jpg);
	text-align: center;
	font-size: 15px;
	overflow: hidden;
}
#mainContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/bg_top.jpg) left top no-repeat;
	z-index: 1;
}
#mainContainer:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background:url(../images/bg_bottom.jpg) left top no-repeat;
	z-index: 2;
}

#baseContainer {
	position: relative;
	z-index: 3;
}

#title_area {
	position: relative;
}

#title_area a {
	color: #545454!important;
	text-decoration: underline!important;
}
#title_area h1 {
	text-align: center;
}
#title_area p {
	text-align:center;
	color: #545454;
	margin: 40px 0 0;
	line-height: 1.5;
}

#wallpaper {
	display: block;
}

#wallpaper .premium_box_ttl {
	color: #545454;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

#wallpaper .wallpaper_wrap {
	overflow: hidden;
	width: 900px;
	margin: 70px auto 0;
}
#wallpaper .wallpaper_column {
	width: 450px;
	margin: 0 auto;
}
#wallpaper .wallpaper_wrap-c2 .wallpaper_column {
	float: left;
}

#wallpaper .wallpaper_img {
	margin: 0 auto;
	position: relative;
	width: 412px;
}
#wallpaper .wallpaper_img.img_bg:after {
	content: "";
	position: absolute;
	top: -23px;
	left: -21px;
	width: 454px;
	height: 281px;
	background: url(../images/img_bg.png) no-repeat;
}
#wallpaper .wallpaper_img img {
	max-width: 100%;
	box-shadow:1px 1px 7px -2px #666;
	-moz-box-shadow:1px 1px 7px -2px #666;
	-webkit-box-shadow:1px 1px 7px -2px #666;
}

#wallpaper ul {
	margin: 20px 0 0; 
	padding: 0;
	text-align: center;
}

#wallpaper li {
	display: inline-block;
	padding:0 0 10px;
}

#wallpaper li a {
	display: block;
	background: #476279;
	padding: 10px 20px;
	color: #fff!important;
	font-size: 14px;
	text-decoration: none!important;
	position: relative;
	border-bottom: 1px solid #3c5a76;
}
#wallpaper li a:hover {
	background: #637c92;
}
#wallpaper li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #fff;
}

#wallpaper .caution {
	text-align: left;
	color: #545454;
	padding: 0 50px;
        margin: 1em 0 0 0;
}
#wallpaper .caution .caution_small {
	font-size: 12px;
}


#setup {
	margin: 50px 0;
	padding: 0 50px;
	line-height: 1.6;
	font-size:12px;
	color: #545454;
	text-align: left;

}
#setup h2 {
	border-top: 1px solid #b8b9b3;
	padding: 35px 0 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	background: none;
	width: auto;
	height: auto;
	z-index: auto;
	float: none;
	clear: inherit;
}
#setup h3 {
	padding: 0;
	margin: 15px 0 0;
	font-weight: normal;
	font-size: 12px;
	background: none;
	width: auto;
	height: auto;
	z-index: auto;
	float: none;
	clear: inherit;
}

/* normal */
.n_wallpaper#mainContainer {
	background: #c8dbec url(../../171002/images/bg_center.jpg);
}
.n_wallpaper#mainContainer:before {
	height: 100%;
	background: url(../../171002/images/bg_top.jpg) left top no-repeat;
}
.n_wallpaper#mainContainer:after {
	height: 5px;
	background: url(../../171002/images/bg_bottom.jpg) left top no-repeat;
}

.n_wallpaper #wallpaper li a {
	background: #4ebcfb;
	border-bottom: 1px solid #2c98d8;
}
.n_wallpaper #wallpaper li a:hover {
	background: #6bc3f6;
}
.n_wallpaper #setup {
	color: #034ba6;
}
.n_wallpaper #setup h2 {
	border-top: 1px solid #4ebcfb;
}


.pgtp {
	font-size: 15px;
}


