@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	background-color:#000;
	color:#fffedf;
	text-align:center;
	font-size: 12px;
	line-height:1.45em;
	font-family:  "Lucida Grande", Verdana, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS P ゴシック", sans-serif;
	padding-bottom:60px;
	/* background-image:url(images/inazumatv-logo.png); */
	background-repeat:no-repeat;
	background-position:right bottom;
}
body {
	min-height: 700px;
}
#bottom-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}


a{
	text-decoration:none;
	color:#aad8ff;
}
a:hover{
	color:#f63;
}
#flash-home{
	width:800px;
	height:600px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
#link-blog{
	margin-top:20px;
}

#footer{
	margin:20px 80px 0;
	border-top:1px dotted #363636;
	padding-top:10px;
	padding-bottom:20px;
}


#flash-home{
	width:800px;
	height:600px;
	overflow: hidden;
}

div#map{
	width:100px;
	height:50px;
	float:left;
	overflow: hidden;
}
p#copyright{
	margin-left:150px;
	padding-top:25px;
	height:25px;
}