
#slidwaku {
	width: 100%;
	height: 350px;
	background-color: #333;
	text-align: center;
	overflow: hidden;
}

#slider img {
	width: 960px;
	margin: 0 auto;
}

#topmain {
	width: 640px;
	float: left;
}

h2 {
	font-size:1.1em;
	font-weight: bold;
}
h2.midashi {
	position: relative;
	padding: 5px 0 5px 15px;
	margin: 5px 0 8px 0;
	border-bottom: 1px solid #e58123;
	font-size:1.2em;
}
h2.midashi:before{
	content: "";
	position: absolute;
	background-color: #e58123;
	top: 50%;
	left: 0;
	margin-top :-15px;
	height: 30px;
	width: 8px;
	}

ul.news li {
	border-bottom: 1px dotted #ccc;
}

ul.news{
	overflow:hidden;
}

.day{
	margin: 0 5px 0 0;
}

.wakuorange {
	border: 2px solid #e58123;
	padding: 16px;
	margin: 15px 0 15px 0;
}

.orangetitle {
	margin: -40px 0 10px 50px;
}
.movwaku,
.magwaku { 
	float:left;
}
.movie {
	clear: both;
	padding: 15px 0 0 0;
	overflow-x: scroll;
	overflow-y: hidden;
	height:135px;
	white-space: nowrap;
}
.movie iframe{
	margin: 0 15px 0 0;
}

.margr15 {
	margin: 0 15px 0 0;
}
.margr19 {
	margin: 0 19px 0 0;
}
.martop15 {
	margin: 15px 0 0 0;
}
aside {
	float: right;
	width: 300px;
}

.news {
	font-size: 0.9em;
	width: 640px;
	height: 100px;
	overflow: scroll-x;
}

#magazine p a {
	text-decoration: underline;
	padding: 0 0 0 40px;
	background: url('/image/top_pc_new.jpg') no-repeat 0 2px;
}
/*----------------chuui*/
.chuuitd{
	background-color: #ff9;
	text-align:center;
}
.chuui {
	clear: both;
	color: #c00;
	width: 90%;
	margin: 15px auto 15px auto;
	text-align:center;
	font-size: 1em;
}
.chuui a,
.chuui a:hover,
.chuui a:visited {
	color: #c00;
	text-decoration: underline;
}
/*-------only top dropdownmenu-------*/
.toggleMenu {
	display: none;
	background: #e58123;
}

#navi {
	width: 100%;
	text-align:center;
	background: #e58123;
	font-weight: bold;
}

#navi li ul ul li,
#navi li ul{
	display: none;
}
#navi li ul:hover li,
#navi li:hover ul{
	display: block;
}
.nav{
	*zoom: 1;
	list-style-type: none;
	width: 960px;
	margin: 0px auto;
	padding: 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
.nav:before, .nav:after{
  content: "";
  display: table;
}
.nav:after{
  clear: both;
}

.nav a {
	color: #fff;
}

.nav a:visited {
	color: #fff;
}

.nav a:hover {
	color: #fff;
}

.nav li{
	width: 15%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	  text-align: center;
	border-right: 1px dashed #fff;
}

.nav .navevent ul{
	width: 154px;
}

#navi .navlast {
	width: 156px;
	border-right: none;
}

.nav li.kyuumoji {
	width: 19%;
}

.nav li a{
    padding: 10px 15px;
  display: block;
}
.nav li ul{
	width: 100%;
	text-align: left;
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	background: #ccc;
}
.nav li ul li{
	width: 100%;
	border-top: 1px solid #fff;
	border-right: none;
}
.nav li li li{
	width: 200px;
	text-align: left;
}
.nav li ul li a{
  padding: 13px 8px;
  text-align: left;
    background: #fcb443;
}

.nav li ul li ul {
	position: absolute;
	top: -1px;
	left: 155px;
}
.nav li li li a {
    background: #fcb443;
    z-index: 200;
    border-top: 1px solid #fff;
    padding: 10px 15px;
}
/*-------only top dropdownmenu-------*/