body {
	background:none;
	background-color:#A45294;
	margin:0;
	padding:0;
	font-size:small;
	line-height:140%;
	text-align:center;
	font-family:"Verdana","Helvetica","ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4","MS UI Gothic", monospace;
}
	
	/*InterFaceDesign And BaseDesign*/
	#baseContainer{
		width:720px;
		background:none;
		margin:0;
		padding:0;
	}
		/*main Container Block Design*/
		#mainContainer{
			
			margin:0;
			padding:0;
		}
			#closeBtn{
				text-align:center;
			}
				#closeBtn a{
					display:block;
					width:111px;
					height:29px;
					margin:0 auto 20px auto;	
				}
					#closeBtn a span{
						position:absolute;
						display:block;
						left:-1000px;
					}
					#closeBtn a:link, #closeBtn a:visited, #closeBtn a:active{
						background:url(../img/btn_degreecloseOut.gif) 0 0 no-repeat;
					}
					#closeBtn a:hover{
						background:url(../img/btn_degreecloseOv.gif) 0 0 no-repeat;
					}
	#bottomer{
		background:none;
		height:58px;
		font-size:10px;
		color:#ccc;
	}	




/* 
==========================================================================================*/
.popUp .txtBox {
	width:400px;
	margin:0 auto;
	padding:20px 0 0;
	text-align:left;
}


/* モバイル
==========================================================================================*/
#pMobile #baseContainer {
		background:url(../img/bg_mobileHeader.gif) 0 0 no-repeat;
	}

.qr {
	margin:0 150px 30px 150px;
	border:#aaa 1px solid;
}
	

/* 予告
==========================================================================================*/
#pTrailer #baseContainer {
	background:url(../img/bg_trailerHeader.gif) 0 0 no-repeat;
}
#pTrailer .txtBox {
	width:271px;
	margin:0 auto;
	padding:20px 0 0;
}


/* ブログパーツ
==========================================================================================*/
#pBlog {}
#pBlog #baseContainer {
	background:url(../img/bg_blogpHeader.gif) 0 0 no-repeat;
}
#pBlog .txtBox {
	width:401px;
	margin:0 auto;
	padding:20px 0 0;
}
#pBlog .txtBox h2 {
	padding:1em 0 0.5em;
	font-size:135%;
}
#pBlog .txtBox h2 span {
	color:#666;
	font-size:68%;
	font-weight:normal;
	line-height:100%;
}
#pBlog .txtBox textarea {
	width:391px;
	margin:1em 0 0;
	padding:5px;
}

#pBlog .txtBox h3 {
	margin:1.5em 0 0;
	font-size:135%;
}
#pBlog .txtBox unit {
	margin:1em 0 0;
	font-size:100%;
}

#pBlog .txtBox .source li {
	margin:0.5em 0 0 2em;
	list-style:decimal;
}
#pBlog .txtBox .source li span {
	color:#666;
	font-size:83%;
	line-height:116%;
}

#pBlog .txtBox .notice li {
	margin:0.5em 0 0 2em;
	list-style:circle;
}