/* CSS Document */

/*
※全ページ共通スタイルシート
・スタイルver 3.0
*/

*{
margin:0px;
padding:0px;
}

body{
	font-size:12px;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	background-color:#ffffff;
}

#index{
margin:0px auto;
width:950px;
}

img{border:0;}

#pans { background-color:#F5F5F5; line-height:2em; padding-left:0.5em; color:#666666;}
#pans a{ display:inline; color:#258FB8;}
#pans a:visited{ display:inline; color:#258FB8;}

#footer{
	padding-top:10px;
	width: 950px;
	clear: both;
	margin:10px 0 0 0;
	text-align:center;
}

#footer ul{
	padding:8px 0 0 0;
}

#footer li{ 
	display:inline;
	padding:0 0 0 5px;
}

#footer a{
	display:inline;
	padding:2px 0 0 5px;
	color:#258FB8;
}

#footer a:visited{
	display:inline;
	padding:2px 0 0 5px;
	color:#258FB8;
}

#footer_bg{
	border-top:#B7B7B7 1px solid;
	margin:10px 0 0 0;
	height:64px;
	background-color:#F4F4F4;
}

#copyright{
	border-top:#B7B7B7 1px solid;
	margin:0px;
	background-color:#F4F4F4;
	padding:15px 0 0 0;
}

.clr{ clear:both; background:none; }