@charset "Shift_JIS";
/*============================================================
//  初期・共通設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

body{
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height:140%;
	color:#333;
	background: #142272 url(../img/common/main_bg.jpg) repeat-x;
}

#layout {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header,
#footer {
	width:100%;
}


h1, h2, h3, h4, h5, h6, p, li,dt,dd,div {
	line-height:140%;
}
a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
}

img,
a img {
	border : 0;
	text-decoration: none;
}

a .AlphaPng {
	cursor: pointer;
}

img{
	vertical-align:bottom;
}

ul,ol{
	list-style:none;
}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}
.clr2 {
	clear: both;
	height: 20px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.test{
	border:1px solid #f00;
}



/*============================================================
// 初期設定
//==========================================================*/

#suspend {
	width:950px;
	margin:0 auto;
}
#p_main{
	width:950px;
	margin-top:10px;
}

#p_main .top{
	background:url(../img/popup/suspend_head.jpg) no-repeat;
	height:10px;
	width:950px;
	}

#p_main .btm{
	background:url(../img/popup/suspend_btm.jpg) no-repeat;
	height:10px;
	width:950px;

}
/* フッター*/
#p_foot{
margin-top:10px;
	padding-left:73px;
	height: 38px;
	background:url(../img/common/footer.jpg) no-repeat;
}

/*============================================================
// 休止のご案内
//==========================================================*/
#p_main .suspend-cont{
	width:950px;
	height:479px;
	background:url(../img/popup/suspend.png) no-repeat;
	margin:0px;
}


.suspend-cont .cautiontext{
	width:100%;
	height:200px;
	padding-top:290px;
}


