﻿@import "default.css";

@charset "utf-8";

/* CSS Document */


html{
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000;
	text-align:center;
	font-size:12px;
	background-color: #FFF;
	min-width:1000px;
}

#wrraper{
	width:100%;
	margin:0 auto;
}

#container{
	margin:40px auto 20px;
	width:760px;
}

#header{
	border-top:3px solid #b11e28;
	background-color:#fff;
	text-align:left;
}

#header img{
	padding-left:20px;
}




#footer{
	border-top:solid 1px #E5E5E5;
	background:url(../image/footerBg.gif) repeat-x 0 0;
	background-color:#F5F5F5;
	clear:both;
}

#footer #footerInner{
	width:980px;
	margin:0 auto;
}

#footer #footerInner ul{
	padding:10px 0 15px;
	overflow:hidden;
}

#footer #footerInner li{
	float:left;
}

#footer #footerInner li.pagetop{
	float:right;
}

#footer #footerInner p#copyright{
	font-size:10px;
	color:#273C3F;
}

