/*基本設定----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	background: #E6E6E6 url("../img/bg.gif") repeat-x;
	color:#535353;
	font-weight: normal;
	font-size:12px;
	line-height:1.6;
	font-family:Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4", 
	"ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
}

img {
	border: none;
	vertical-align: top;
	}

hr {display: none;}

.clear{
	clear: both;
	display: block;
	}

/*アンカー設定----------------------------------*/

a {text-decoration: none;}
a:link, a:active {color: #4D95BF;}
a:visited {color: #4D95BF;}
a:hover {
	color: #FF6600;
	text-decoration: underline; 
	}

/*共通大枠----------------------------------*/

#container {
	margin: 0px auto;
	width: 770px;
	background: #FFFFFF url("../img/bg_container.gif") repeat-y;
	padding: 0px;
	background-position: left top;
	text-align: left;
	}

#head {
	margin: 0px auto;
	width: 770px;
	padding: 0px;
	text-align: left;
	background: url("bg_head.gif") no-repeat;
	background-position: center top;
}

h1{
	margin: 0 0 0 0;
	padding: 100px 0 20px 70px;
	color: #C24118;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	font-family: Georgia;
	}

h2 {
	margin: 0;
	padding: 0 0 30px 70px;
	font-weight: normal;
	font-size: 12px;
	line-height:1.4;
	}

.text01 {
	margin: 0;
	padding: 0 0 0 70px;
	}

#foot {
	margin: 0px auto;
	width: 100%;
	background: #AFB0B1 url("../img/bg_foot_all.gif") repeat-x;
	text-align: center;
}

#foot_text {
	width: 770px;
	height: 160px;
	margin: 0px auto;
	background: url("../img/bg_foot.gif") no-repeat;
	text-align: center;
}

#copyright {
	margin: 0;
	padding: 20px 0 20px 0;
	font-style: normal;
	font-weight: bolder;
	font-size: 9px;
	line-height: 11px;
	font-family: Verdana;
	}
