/*　基本構造　*/

body {
	background: url(../images/bg.gif) repeat-y center top;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	}
	
a:link {
	color: #393;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #3F0;
}
a:active {
	text-decoration: none;
}
	
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　メイン　*/

div#main{
	margin: 20px auto;
}

p#title{
	font-size: 20px;
	color: #F60;
	font-weight: bold;
	margin-bottom: 0px;
	height: 28px;
}

.title_s{
	font-size: 18px;
	color: #F60;
	margin-top: 0px;
	font-weight: bold;
	height: 21px;
	line-height: 24pt;
}

.title{
	font-size: 21px;
	color: #F60;
	margin-top: 0px;
	font-weight: bold;
	height: 21px;
	line-height: 24pt;
}

.title_17{
	font-size: 17px;
	color: #F60;
	margin-top: 0px;
	font-weight: bold;
	height: 21px;
	line-height: 24pt;
}

.white{
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
}

/*　フッタ　*/

div#foot{
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
}
