@charset "Shift_JIS";
/******************************************/
/*各ブラウザのデフォルトスタイルをリセット*/
/******************************************/
* {
	margin: 0px;
	padding: 0px;
}
/******************************************/
/*HTMLタグの基本設定*/
/******************************************/
body {
	color: #666666;
	padding: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background-image: url(../img/ten-back-img.jpg);
	background-repeat: repeat;
	background-position: center top;
}
img { border: none; }
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-indent: -9999px;
	width: 534px;
	height: 100px;
	float: left; }
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-indent: -9999px;
	width: 484px; }
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px; }
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px; }

p { 
	color: #666666;
	font-size: 12px;
	line-height: 18px; }
/******************************************/
/*全ページ共通のボックス*/
/******************************************/
#wrapper {
	background-color: #ffffff;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: 15px;
	bottom: 15px;
	height: auto;
	float: none;
	clear: both;
}
#header {
	height: 100px;
	width: 804px;
	font-size: 11px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/tenei-ber.jpg);
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	text-align: left;
}
#footer {
	height: 55px;
	width: 804px;
	background-color: #ffffff;
	text-align: center;
	clear: both;
	border-top: 1px solid #cccccc;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
/******************************************/
/*ヘッダ内リンク部の指定*/
/******************************************/
#header ul {
	font-size: 11px;
	text-align: right;
	width: 270px;
	height: 11px;
	float: right;
	padding-top: 80px;
	padding-bottom: 9px;
	display: block;
}

#header li {
	text-align: right;
	height: 11px;
	float: left;
	list-style-type: none;
	display: block; }

#header a:link {
	color: #ffffff;
	text-decoration: none;
	height: 11px; }
#header a:visited {
	text-decoration: none;
	color: #ffffff;
	height: 11px; }
#header a:hover {
	text-decoration: underline;
	color: #ffffff;
	height: 11px; }
#header a:active {
	text-decoration: none;
	color: #ffffff;
	height: 11px; }
#header p {
	text-align: right;
	padding-top: 25px;
	color: #FFFFFF;
	padding-right: 20px;
	font-size: 16px;
}
/*#header img {
	float: left;
}*/


.line {
	height: 20px;
	width: 502px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/line.gif) no-repeat center center;
	float: right;
}
.line2 {
	height: 20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/line2.gif) no-repeat left center;
	float: right;
}
/******************************************/
/* footer 内リンク部の指定*/
/******************************************/
#footer ul {
	font-size: 11px;
	text-align: right;
	width: 270px;
	height: 11px;
	padding-bottom: 9px;
	display: block;
}
#footer li {
	text-align: right;
	height: 11px;
	float: left;
	list-style-type: none;
	display: block; }

#footer a:link {
/*	color: #ffffff; */
	text-decoration: none;
	height: 11px; }
#footer a:visited {
	text-decoration: none;
/*	color: #ffffff; */
	height: 11px; }
#footer a:hover {
	text-decoration: underline;
/*	color: #ffffff; */
	height: 11px; }
#footer a:active {
	text-decoration: none;
/*	color: #ffffff; */
	height: 11px; }
.stext {
	font-size: smaller;
}
.ltext {
	font-size: larger;
}
