@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
	background-color: #FFFFFF; /* 背景カラーを変更 */
}

#container {
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF; /* 背景カラーを変更 */
	border: 1px solid #990033; /* ボーダーを変更 */
	background-image: url(images/top/bk_container.gif); /* 背景イメージを変更 */
	background-repeat: repeat-y;	/* 背景位置を削除 */
}

#navibar {
	height: 50px; /* 高さを変更 */
	margin: 0px;
	padding: 0px;
	/* ボーダーを削除 */
	background-image: url(images/top/navi_bar.jpg); /* 背景イメージを設定 */
}

#navibar ul { /* 箇条書きの設定 */
	margin-left: 196px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 21px;
}

#navibar li {
	float: left;
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
}

#navibar #btn01 a:hover {
	background-image: url(images/top/btn01_over.jpg);
}

#navibar #btn02 a {
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
}

#navibar #btn02 a:hover {
	background-image: url(images/top/btn02_over.jpg);
}

#navibar #btn03 a {
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
}

#navibar #btn03 a:hover {
	background-image: url(images/top/btn03_over.jpg);
}

#navibar #btn04 a {
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
}

#navibar #btn04 a:hover {
	background-image: url(images/top/btn04_over.jpg);
}

#navibar #btn05 a {
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 22px;
}

#navibar #btn05 a:hover {
	background-image: url(images/top/btn05_over.jpg);
}
/* ここまでナビゲーションボタンの設定 */


#sidebar {
	float: left;
	height: 100%; /* 高さを変更 */
	width: 170px; /* 横幅を変更 */
	/* 背景イメージの変更 */
	padding-top: 30px;
	padding-left: 10px; /* 左余白を変更 */
	color: #000000;
}

#sidebar li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar li a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#sidebar p {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent {
	float: right;
	width: 560px;
	margin-top: 30px; /* 上マージンを設定 */
	margin-right: 20px; /* 右マージンを設定 */
}


/* ここからメインコンテンツの中身の設定 */
#maincontent .topic_left {
	float: left;
	width: 270px;
	margin-top: 10px;
	clear: both;
}

#maincontent .topic_right {
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent #logo {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ここまでメインコンテンツの中身の設定 */


#footer {
	clear: both;
	background-color: #9999FF; /* 背景カラーを変更 */
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ここからコンテンツページの設定 */
#maincontent_01 {
	float: right;
	width: 474px;
	margin-top: 30px;
	margin-right: 60px;
}

#maincontent_01 #logo {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent_01 p {
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
/* ここまでコンテンツページの設定 */
