/*   
Site Name: musashino
Author: efusion
*/



#header, #gn, #sidemenu, #footer1, #footer2, #mainimg, #pankuzu {
	display:none;
}

/* basic style
--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
p {
	color: #585858;
	font-size: 12px;
	line-height:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color:#ef5602;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border: 0px;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.al-center{
	text-align:center;
}
.al-right{
	text-align:right;
}

.m-up5{margin-top:5px;}
.m-up10{margin-top:10px;}
.m-up15{margin-top:15px;}
.m-up20{margin-top:20px;}
.m-up30{margin-top:30px;}

.m-un10{margin-bottom:10px;}
.m-un20{margin-bottom:20px;}

.m-ur40{margin-right:40px;}

.m-ul20{margin-left:20px;}



/* contents-detail
--------------------------------------------------*/
.h3box{
	border-top:solid 2px #00b0ec;
	border-bottom:solid 1px #00b0ec;
	background:#dff9ff;
	padding:10px;
}
.h3line{
	border-bottom:solid 2px #00b0ec;
	padding-bottom:2px;
	font-size:13px;
	margin-left:10px;
}

dl.notice{
	list-style:none;
	margin-top:10px;
	margin-bottom:20px;
}
dl.notice dt{
	color:#000;
	float:left;
	width:80px;
	padding-left:10px;
}
dl.notice dd{
	margin-left:100px;
	color:#585858;
	margin-bottom:6px;
	padding-left:10px;
}
dl.notice dd a{
	color:#0d4ca9;
	text-decoration:underline;
}
dl.notice dd a:hover{
	color:#0d4ca9;
	text-decoration:none;
}

.hmenu-news{
	float:left;
	width:314px;
	display:inline;
	padding-bottom:10px;
}
.hmenu-news ul{
	list-style:none;
	margin:10px 0 10px 15px;
}
.hmenu-news ul li{
	padding-left:10px;
	margin-bottom:5px;
}
.hmenu-news ul li span{
	margin-left:15px;
	color:#1d308f;
}
.hmenu-news ul li span.red{
	color:#cc0000;
}

.contb{
	border-collapse:collapse;
	color:#585858;
	line-height:18px;
}
.contb th{
	border:solid 1px #dcdcdc;
	background:#f7f7f7;
	padding:5px 10px;
}
.contb td{
	border:solid 1px #dcdcdc;
	padding:5px 10px;
}
.contb td p{
	padding:0;
}


/* body
--------------------------------------------------*/
body {
	font-family:Tahoma, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:12px;
}