@charset "utf-8";
/* CSS Document */

/*=================
  初期設定
 ================*/
* {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

table {font-size:inherit;font:100%;}

ul,ol,li,dt,dd,dl {list-style:none;}

/*=================
  全体設定
 ================*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image:url(../new_img/back_ground_patern.gif);
}


/*=================
  全体のくくり
 ================*/ 
.main_container #container { 
	width: 420px;
	background: url(../new_img/shadow_01.png) center repeat-y;
	margin: 0 auto;
	text-align: left;
} 

/*=================
  ヘッダー部分
 ================*/
.main_container #header {
	height:149px;
	font-size:14px;
	background-image:url(../cm_screen/cm_header.png);
	background-position:center;
	background-repeat:no-repeat;
} 


/*=================
  メインコンテンツ
 ================*/
.main_container #mainContent {
	width:420px;
	margin:0px auto;
	background:center url(../cm_screen/cm_contents_back.png) repeat-y;
} 

.main_container #mainContent p.radio_title {
	text-align:center;
	margin:0 auto 15px auto;
	width:344px;
	height:28px;
	text-indent:-10000px;
	background:url(../cm_screen/cm_title_radio.gif) no-repeat top center;
}

.main_container #mainContent p.tv_title {
	text-align:center;
	margin:30px auto 20px auto;
	width:344px;
	height:28px;
	text-indent:-10000px;
	background:url(../cm_screen/cm_title_tv.gif) no-repeat top center;
}

.main_container #mainContent p.event_title {
	text-align:left;
	margin:15px auto 5px auto;
	width:344px;
	font-size:16px;
	color:#65aadd;
	font-weight:bolder;
	text-indent:5px;
}

.main_container #mainContent p.event_text {
	text-align:left;
	margin:8px auto 5px auto;
	width:334px;
	font-size:15px;
	color:#555;
	text-indent:5px;
}


.main_container #mainContent p.cm_title {
	text-align:left;
	margin:0 auto 5px auto;
	width:300px;
	font-size:13px;
	color:#36C;
	font-weight:bolder;
	line-height:18px;
}

.main_container #mainContent p.radio_object {
	text-align:left;
	margin:0 auto 5px auto;
	width:300px;

}

.main_container #mainContent p.cm_text {
	text-align:left;
	margin:3px auto 5px auto;
	font-size:13px;
	width:300px;
	color:#36C;
	font-weight:bolder;
	line-height:18px;
}

/*

.main_container #mainContent p {
	display:block;
	width:334px;
	margin:2px auto;
}

.main_container #mainContent p.cm_title {
	text-align:left;
	font-size:13px;
	color:#36C;
	font-weight:bolder;
	line-height:18px;
}

.main_container #mainContent img {
	font-weight:normal;
	margin:0 5px;
	color:#444;
	width:18px;
	height:18px;
	vertical-align:middle;
	border:none;
	}

*/

/*=================
  フッター
 ================*/

.main_container #footer { 
	background:url(../cm_screen/cm_footer.png) center no-repeat;
	height:73px;
}

.main_container #footer p {
	margin: 0;
	padding: 10px 0;
}

.main_container #footer .close_btn {
	margin: 0 auto;
	padding: 20px 0 0 0;
}





