﻿@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fff3f3;
}
a img { 
	border: none;
}
h1 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #F69;
	text-align: center;
}



#container {
	background-color: #FFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
}

/*----- footer -----*/
#footer {
	width: 950px;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F99;
}
#copy {
	width: 950px;
	float: left;
	font-size: 12px;
	color: #666;
	text-align: center;
}
/*----- main -----*/
#enter {
	font-size: 12px;
	width: 930px;
	margin-left: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #F36;
}
#link {
	width: 930px;
	margin-left: 20px;
}
#bana {
	width: 930px;
	text-align: center;
}
#linkarea {
	margin-bottom: 20px;
}
#linkarea ul {
	margin: 0px;
	padding: 0px;
}
#linkarea li {
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	float: left;
	height: 55px;
	list-style-type: none;
	text-align: center;
}
.linktd{
	text-align: center;
	padding-top: 3px;
}