/*ページ全体の表示部分*/
body {
	background-image: url(./top-img/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	}

a:link {
	color: #333333;
	}

a:visited {
	color: #333333;
	}

a:active {
	color: #333333;
	}

a:hover {
	color: #FFCC00;
	}

h1 {
	margin: 2px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	}

h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	color: #FFCC66;
	font-weight: bold;
	width: auto;
	}

.text {
	font-size: 12px;
	color:#000000 ;
	line-height: 18px;
	}
	
.text02 {
	font-size: 9px;
	color:#000000 ;
	line-height:13px;
	}


form { margin: 0px; }

li {
	font-size: 12px;
	line-height: 110%;
	margin-top: 3px;
	margin-left: 10px;
}

ul {
	font-size: 12px;
	line-height: 110%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.copyright {
	font-color: #D1D1D1;
	font-size: 12px;
}

.address-text {
	font-color: #999999;
	line-height: 130%;
	font-size: 10px;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

/*ページの大外側*/
#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border-right: 2px solid #372115;
	border-left: 2px solid #372115;
	border-top: 2px solid #372115;
	border-bottom: 2px solid #372115;

	width: 688px;
	}
	
/*フッター*/
#footer {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 688px;
	font-size: 12px;
	font-color: #333333;
	line-height: 120%;	
}

