@charset "UTF-8";
*{
	margin:0;
	padding:0;
	border:0;
}
img{vertical-align:bottom;
}
body,p,th,td,h1,h2,h3,h4,h5,h6{
line-height:1.5;
	color: #333;
	font-size:small;
}
a{
text-decoration:none;
color:#191121;
}
a:hover{
color:#D43E24;
}


strong{
	font-weight:normal;
}
body {
background:#FFF;
color:#666;
text-align:center;
}
#wrap{
	width:960px;
	margin:auto;
}
	
/*menu list*/
#menu{
	list-style:none;
}
#menu li{
	display: inline;
}

h1#swf_alt{
margin:0;


}
#lead{
margin:25px 50px;
text-align:left;
}

#lead p{
	margin-bottom:1em;
}


/*インフォメーション*/
h1 {
margin-bottom:8px;
}
.infoLead{
margin-bottom:15px;
}
.info {
	border-right: solid 1px #BFBFBF;
	border-left: solid 1px #BFBFBF;
	border-bottom: solid 1px #BFBFBF;
	margin: 0px;
	padding: 10px;
}
.info p {
	text-align:left;
	margin: 5px;
}
.info strong, .infoLead strong, .lead strong{
font-weight:normal;
}
.infoScroll{
overflow:auto;
width:276px;
height:8em;
margin-bottom:5px;
}
.infoScroll p{
position:static;
}

/*フッタ*/
#ftr{
	text-align:left;
	color:#666;
}
#ftr_copy {
margin:1em 0 12px;
}
#ftr_copy p{
font-size:smaller;
line-height:100%;
margin-bottom:0.6em;
}
#ftr_copy a{
text-decoration:underline;
}
