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


#MV{
	width: 950px;
	background-color: #EDEDED;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #2A519D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#Upr{
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Topics{
	width: 510px;
	float: right;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#Topics h3{
	float: left;
}
#Topics p.all{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#Topics table{
	width: 510px;
	margin-top: 15px;
}
#Topics table th{
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECECEC;
	padding-right: 10px;
	width: 70px;
	color: #999;
}
#Topics table td{
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECECEC;
}
#Topics table td.cg{
	font-size: 80%;
	width: 60px;
}
#Topics a{
	text-decoration: underline;
}


#Mid{
	width: 950px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#Mid h3{
}
#Mid p{

}
#Mid ul{
	text-decoration: none;
	display: block;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Mid ul li{
	display: block;
	float: left;
	width: 200px;
	margin-right: 50px;
	height: 50px;
}

#Mid ul li.last{
	margin-right: 0px;
}



#Btm{
	width: 950px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	padding-bottom: 10px;
}
#Btm h3{
	margin-bottom: 5px;
}
#Btm p{
	font-size: 95%;
}
/**/

.Larea{
	width: 730px;
	float: left;
}

.Lbox{
	width: 180px;
	float: left;
	display: inline;
}

.Rarea{
	float: right;
	width: 200px;
}

.Rbox{
	float: right;
	width: 580px;
}




#Upr .Larea .Lbox p{
	display: block;
	margin-top: 0px;
	background-color: #EDEDED;
}


/*バナー右エリア*/

#Upr .Rarea ul{
	display: block;
}

#Upr .Rarea ul li{
	display: block;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Mid .Rarea p{
}





/*トピックバナー*/

#Topic{
	background-color: #FFF;
	width: 180px;
	float: left;
}

#Topic h3{
	margin-bottom: 20px;
}
/*
jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
Copyright (c) 2009 Niall Doherty
This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


.panel img {border: 0px;}
.coda-slider-wrapper { padding: 0}
.coda-slider {
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 210px; overflow: auto !important; padding-right: 0px }
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 180px;
	height: 210px;
} 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 180px; height:210px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #fff; color: #999; padding: 5px; width: 20px }
	
/* Tab nav */
	
/* Panel padding */
.coda-slider .panel-wrapper {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
	
/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
#Topic .coda-nav ul {
	padding-top: 5px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Topic .coda-nav ul li { 
	color: #CCC;
	font-size: 10px;
	display: inline;
}
#Topic .coda-nav ul li a {
	color: #CCC;
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#Topic .coda-nav ul li a.current { color: #39c }
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
