@charset"Shift_JIS"/*---文字コード指定（日本語のコメント･日本語フォント指定の際は必須）---*/

/*===============================================================================
基本設定
===============================================================================*/
html {
	background:inherit;
}
body {
	font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif, Osaka;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 75%;
	line-height: 140%;
	color: #333333;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
td {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
a:link { color: #126480; }
a:visited { color: #126480; }
a:active { color: #126480; }
a:hover { color: #FF6600; }

div.accesslog {
	display: none;
}

/*===============================================================================
ヘッダ
===============================================================================*/
#siteinfo {
	width: 780px;
	margin: 5px auto 2px auto;
	padding: 0px 0px 5px 0px;
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	border: 0px;
	background-image: url(img/header_tline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#header {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 3px 0px;
	text-align: left;
	background-image: url(img/header_bline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#header p {
	font-size: 80%;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#header form {
	float: right;
	margin: 10px 0px 0px 0px;
}
/*===============================================================================
フッタ
===============================================================================*/
#footer {
	width: 790px;
	margin: 0px auto 0px auto;
	background-color: #857E63;
	color: #FFFFFF;
}
#counter {
	width: 780px;
	margin: 15px auto 5px auto;
	padding: 8px 0px 0px 0px;
	font-size: 80%;
	background-image: url(img/header_tline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footermt {
	width: 780px;
	margin: 10px auto 10px auto;
	font-size: 80%;
}
.footerlink {
	width: 760px;
	margin: 10px auto;
	font-size: 80%;
	line-height: 110%;
	padding: 4px 5px 2px 5px;
}
/*===============================================================================
パンくず
===============================================================================*/
#pannav {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 14px 0px;
	font-size: 85%;
	text-align: left;
	background-image: url(img/pan_bline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*===============================================================================
お問合せフォーム
===============================================================================*/
#form {
	padding: 10px 0px 10px 0px;
}

/*===============================================================================
コンテンツ構造
===============================================================================*/
#contents {
	width: 780px;
	margin: 0px auto;
}
#main {
	float: left;
	width: 645px;
}
#maincol {
	float: right;
	width: 470px;
	text-align: left;
}
#maincol h1 {
	font-size: 140%;
	border-bottom: 2px solid #A2ACB5;
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	color: #000000;
}

#subcol {
	float: left;
	width: 160px;
	text-align: left;
	padding: 0px 15px 0px 0px;
}
#xcol {
	float: right;
	width: 120px;
	text-align: left;
	padding: 0px 0px 0px 15px;
}

