/*---------------------
  レイアウト
---------------------*/

#Outline {
	background:#fff;
}
#MainAreaEvent {
	width: 960px;
	margin: 0 auto 20px;
	text-align: left;
	clear: both;
}


#MainAreaEvent div.Contents{
		width: 960px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
}

#MainAreaEvent div.Contents{
	background:#EEEEEC;
}


#MainAreaEvent div.ContentInner {
	width: 870px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#MainAreaEvent div.ContentInner .Section{
	width:auto;
}



#MainAreaEvent div.ContentInner {
	margin:0 45px;
}

/*-----ボックス-----*/

#MainAreaEvent .ContentInner .box{
width:870px;	

}


#MainAreaEvent .ContentInner .box .boxL{
	float:left;
	width:520px;

}


#MainAreaEvent .ContentInner .box .boxR{
	float:right;
	width:310px;

}




/*---------------------
  コンテンツ
---------------------*/

#MainAreaEvent h1 {
	margin-top:0;
}


#MainAreaEvent img {
	border:0;
}
#MainAreaEvent ul, #MainAreaEvent li {
	padding:0;
}
#MainAreaEvent .ContentInner p{
	margin:0 0 0 20px;
	font-size:95%;
	color:#222;
}

#MainAreaEvent .ContentInner li {
	margin:0 0 0 30px;
	font-size:95%;
	color:#222;
}


#MainAreaEvent .ContentInner p.about{
	text-align:center;	
}

#MainAreaEvent .ContentInner ul.oubo li{
	margin-bottom:15px;
	margin-top:10px;
	font-weight:bold;
	list-style:none;
	text-indent:-12px;
}

#MainAreaEvent .ContentInner .Section.tw{
	text-align:center;
}



/*-----AddThis-----*/

#MainAreaEvent .ContentInner DIV.addthis{
	margin-top:10px;
}

#MainAreaEvent .ContentInner DIV.addthis .boxLL{
	float:left;
	padding:0;
	margin:0px;
	height:10px;
}

#MainAreaEvent .ContentInner DIV.addthis .boxRR{
	float:right;
	width:220px;
	padding:0;
	margin:0px;
	height:10px;
}

#MainAreaEvent .ContentInner DIV.addthis li{
	position: relative;
	float:left;
	margin-left:0;
	width:100px;
	list-style:none;
}

#MainAreaEvent .ContentInner DIV.addthis li.twitter{
	width:120px;

}



#MainAreaEvent .ContentInner .twttl{
padding:5px;
width:306px;
height:20px;
font-weight:bold;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:75%;
text-align:left;
background:#EDF9FF;
border-right:1px solid #B7D4E2;
border-top:1px solid #B7D4E2;
border-left:1px solid #B7D4E2;


    -webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-topright: 6px;  


}



/*---------------------
  CPフッター
---------------------*/

#MainAreaEvent .ContentInner .contact{
font-weight: bold;
padding: 20px;
margin:0 0 20px 0;
text-align: center;
background: #dbf0fc;
border:3px solid #00abff;
}




/*---------------------
  ページトップ
---------------------*/
#MainAreaEvent .pagetop {
	margin:20px 0 5px 0;
	text-align:right;
}


