@charset "Shift_JIS";

/***************************************
  共通
***************************************/

body {
	text-align: center;
	overflow-y: scroll;
}

a {
	color: #000000;
}
a:hover {
	color: #008080;
}

/* 全体 */
#container {
	margin: 0px auto;
	width: 774px;
	_width: 776px;	/* ie */
	text-align: left;
	border: 1px solid #999999;
}

/* ヘッダー */
#header {
	width: 774px;
	height: 101px;
	background-image: url(/www/images/header_r1_c5.jpg);
	background-repeat: repeat;
}

.header-left {
	float: left;
}

.header-right {
	margin-top: 18px;
	float: right;
	text-align: right;
}

/* トピックパス */
#topicpath {
	margin: 10px 5px 10px 5px;
	font-size: 80%;
}

/* タイトル */
#title {
	margin: 10px 5px 10px 5px;
}

#title h1 {
	padding-left: 5px;
	border-bottom: 2px solid #145693;
	border-left: 10px solid #145693;
	font-weight: bold;
	font-size: 120%;
}

/* 内容 */
#main {
	margin: 10px;
}

/* フッター */
#footer {
	margin-top: 10px;
	width: 774px;
	height: 70px;
	border-top: 1px solid #999999;
	font-size: 80%;
}

#footer-inner {
	margin: 10px 15px 0px 15px;
}

#footer-under {
	margin-top: 5px;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

