/* CSS Document */
/* TOP PAGE */

#contentLeft{
	width: 584px;
	margin-right: 15px;
	float: left;
}

#contentRight{
	width: 301px;
	float: right;
}
#contentRight02{
	width: 300px;
	float: right;
}


/* 新着情報 */
/*----------------------------------------*/

#whatsNew{
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	height:190px;
	/*height: 85px;*/
	width: 572px;
	overflow: auto;
}

#whatsNew td{
	margin: 0;
	padding: 0;
	padding:7px 15px 7px 15px;
	border-bottom: dotted 1px #aaa;
}
#whatsNew th{
	padding:7px 15px 7px 15px;
	text-align: left;
	border-bottom: dotted 1px #aaa;
}
#whatsNew dt{
	float: left;
	font-weight: bold;
}
#whatsNew dt, #whatsNew dd{
	background:url(./common/image/line_dot_grey.gif) repeat-x left bottom;
	padding:7px 15px 7px 15px;
}

/*Twitter----------------------------------------------*/
#tw_beripa{
	height: 85px;
	margin-bottom: 10px;
	background-color: #FF0;
	padding-top: 15px;
	background-image: url(image/tw_beripa.jpg);
	background-repeat: no-repeat;
}

#twitter{
	width:373px;
	height:65px;
	float:right;
	padding: 0px 5px 5px 0px;
	overflow: auto;
	background-color: #FFF;
}

#twitter ul{
	margin:0;
	padding:0;
}

#twitter li{
	margin: 0 0 5px 0;
	white-space: nowrap;
	white-space: normal;
	border-bottom: dotted 1px #aaa;
	list-style-type: none;
	color: #06F;
				/* wrap long urls */
				white-space: pre;           /* CSS 2.0 */
				white-space: pre-wrap;      /* CSS 2.1 */
				white-space: pre-line;      /* CSS 3.0 */
				white-space: -pre-wrap;     /* Opera 4-6 */
				white-space: -o-pre-wrap;   /* Opera 7 */
				white-space: -moz-pre-wrap; /* Mozilla */
				white-space: -hp-pre-wrap;  /* HP Printers */
				word-wrap: break-word;      /* IE 5+ */
				/* specific width */
				width: 360px; 

}


#twitter li span.name{
	font-size: 90%;
	color: #3f91b1;
}

#twitter li span.time{
	color: #666;
	font-weight: bold;
	margin: 5px 0;
}



/* イベント情報 */
/*----------------------------------------*/

#eventInfo{

}
#sponcerSpace {
	width: 580px;
	float: left;
}
.kyoryoku {
	float: right;
	width: 300px;
}

.kyoryokutext {
	padding: 10px 0px 10px 10px;
	line-height: 150%;
	font-size: 120%;
}



/* ピックアップ */
/*----------------------------------------*/

#pickup{
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#pickup h3{
	margin: 6px 0;
}
#pickup dl{
	margin: 0 0 12px 0;
	background:url(./common/image/line_dot_grey.gif) repeat-x left bottom;
	padding-bottom: 12px;
	
}
#pickup dt{
	float: left;
	font-weight: bold;
}
#pickup p,#pickup dl,#pickup h3{
	padding: 0 12px;
}

#contentRight02 img {
	margin-top: 5px;
}
#kouen {
	padding: 10px 0px 10px 10px;
	line-height: 150%;
	font-size: 120%;
}
#kyosan li {
	list-style-type: none;
	float: left;
	margin: 4px;
}


/*プライバシーポリシー*/
#privacy{
	width: 700px;
	margin: 0 auto;
	line-height: 130%;
}
#privacy h2{
	font-size: 140%;
	color: #004775;
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: 1px solid #004775;
}

#privacy h3{
	font-size: 120%;
	font-weight: bold;
	color: #004775;
	margin-bottom: 1em;
	margin-top: 2em;
}


.after {
	text-align: left;
	font-size: 110%;
	margin-bottom: 10px;
	color: #333333;
	line-height: 150%;
	padding: 15px;
	border: 1px dotted #FF9900;
}
.after_img {
	text-align: center;
}

.syusai{
	padding-top:20px;
}

