@charset 'UTF-8';
/*基本設定*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

img {
	border: 0;
	vertical-align: bottom;
}

p {
	line-height: 1.5;
	color: #000;
}

/*見出しスタイル*/
.heading {
	margin: 15px 0 12px 0;
	height: 40px;
	width: 584px;
}

.heading span {
	display: none;
}

/*メインメニュー*/
#main_menu {
	display: none;
}

/*説明画像（右寄せ・marginなし）*/
.img_right {
	float: right;
}

/*説明画像（右寄せ・marginなし）*/
.img_left {
	float: left;
}

/*説明画像（右寄せ・marginあり）*/
.img_right2 {
	float: right;
	margin: 0 0 10px 10px;
}

/*説明画像（左寄せ・marginあり）*/
.img_left2 {
	float: left;
	margin: 0 10px 10px 0;
}

/*改行によるフロート解除*/
.clear {
	clear: both;
}

/*h2見出し*/
.h2line {
	width: 564px;
	padding: 10px;
	margin: 15px 0;
	background-color: #aaa;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 20px;
	color: #fff;
}

/*項目タイトル*/
.list_title {
	border-bottom: 1px solid #f00;
	margin: 45px 0 10px 0;
	padding: 0 0 5px 16px;
	width: 568px;
	font-size: 14px;
	background: url(../images/common/list.gif) no-repeat left 1px;
}

/*バナーボタン・横ボックス*/
.set {
	width: 584px;
	float: left;
	margin-bottom: 10px;
}

.set p {
	margin-top: 5px;
	line-height: 1.4;
	color: #000;
}

.set_left {
	width: 288px;
	float: left;
}

.set_right {
	width: 288px;
	float: right;
}

/*コンテナ*/
#container {
	margin: 0 auto;
	width: 800px;
}

/*ヘッダ*/
#header {
	height: 50px;
	width: 800px;
	border-top: 2px solid #f00;
	float: left;
	position: relative;
}

#header_logo {
	width: 90px;
	float: left;
}

/*ヘッダ左*/
#header_left {
	display: none;
}

/*上部メニュー*/
#top_menu {
	display: none;
}

.menues {
	float: left;
}

/*ヘッダ右*/
#header_right {
	display: none;
}

/*ボックス*/
#box {
}

/*コンテンツ*/
#contents {
}

/*コンテンツ2*/
#contents2 {
	width: 800px;
	float: left;
}

/*パンくずリスト*/
#linklist {
	margin-top: 10px;
	color: #000;
	text-align: left;
}

#linklist a {
	margin-right: 5px;
	color: #000;
	text-decoration: none;
}

#linklist a:hover {
	color: #f00;
	text-decoration: underline;
}

/*ページの先頭へ戻る*/
.bn_up {
	display: none;
}

/*ページの先頭へ戻る*/
.bn_up2 {
	display: none;
}

/*サイド*/
#side {
	display: none;
}

/*フッタ上*/
#footer1 {
	display: none;
}

/*フッタ下*/
#footer2 {
	line-height:1.3;
	width: 800px;
	border-top: 2px solid #f00;
	float: left;
	padding-top: 6px;
	margin-top: 20px;
	background: url(../images/common/copy.gif) no-repeat 604px 5px;
	font-size: 11px;
}

#footer2 a {
	display: none;
}

/*--------------------▽印刷用top.css▽--------------------*/
/*FLASH*/
#flash{
	display: none;
}
