@charset "utf-8"


/*--------------
BASE
---------------*/

*{
margin:0 auto;
padding:0;
}

h1,h2,h3,h4,h5,h6,img,li,dt,ul,p,span{
	color:#666666;
	font-size:10pt;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color:#f7f7f7;
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
    sans-serif;

}


/*--------------
id
---------------*/

#all{
width:100%;
}
#wrap{
width:805px;
margin:auto;
}


#all #wrap .footer{
	clear:both;
	width:100%;
	padding-bottom: 50px;
}
#all #wrap .footer img{
	margin-bottom:0px;
}


#all #wrap .footer .footleft {
	width: 450px;
	float:left;
}


#all #wrap .footer .footright {
	float:left;
}

/*--------------
class
---------------*/
.sce{
width:328px;
float:left;
}

.time{
width:428px;
float:left;
}

.syutten_left{
width:397px;
float:left;
}

.syutten_right{
width:404px;
float:left;
}

.float_left{
float:left;
}
#all #wrap .footer p {
	height: 44px;
	padding-left: 0px;
}

#all #wrap .footer span {
	margin: 10px;
}
#all #wrap .footer .footright {
	padding-left: 29px;
}
#all #wrap .footer p {
	font-size: 10px;
}

