/* 基本部分 */
a { color: blue;text-decoration: none; }
a:link  { color: blue }
a:hover { color: red }
body  {
	color: #555;
	font-size: x-small;
	line-height:140%;
	text-align: center;
	background-color: #f5f3f1;
	margin-top: 0px;
	}
h1{
	color: black;
	text-align: center;
	text-indent: 20px;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:59px;
	padding-bottom:7px;
	background-image:url(../images/h1-back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
h2{
	color:red;
	text-align:center;
	font-size: 14px;
	line-height:140%;
	margin-top:0px;
	margin-bottom: 6px;
	}
h3{font-size: 14px;
	line-height:140%;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	}
/* 基本テーブル部分 */
td{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
th{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
p{
	font-size: x-small;
	line-height:140%;
	margin-top: 3px;
	margin-bottom: 3px;
	}
b{
	color: red;
	line-height:140%;
	font-weight:normal;
	}
textarea,input{
	font-size: x-small;
	font-weight:normal;
	color: #555;
	}
div{
	text-align: left;
	font-size: x-small;
	line-height:140%;
	}
/* ボディ部分 */
#body{
	width: 800px;
	text-align: center;
	background-color: white;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	}
/* ヘッド */
#header{
	text-align: center;
	color:white;
	width: 100%;
	background-color:#ff007f;/* ←★背景色 */
	border: 0;
	margin-bottom: 0px;
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	}
/* ミドルナビ */
#middle-navi{
	text-align: center;
	font-size: small;
	width: 600px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/middle-navi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
	}
/* 左サイド */
#left{
	float: left;
	text-align: left;
	width: 410px;/* ←★左サイドの幅 */
	margin-right:45px;/* ←★中央とのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
/* 中央部分 */
#center{
	float: left;
	text-align: left;
	width: 15px;/* ←★中央部分の幅 */
	height:422px;
	background-color:#f5f3f1;/* ←★背景色 */
	margin-right:45px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
#center-bottom{
	float: left;
	text-align: left;
	width: 15px;/* ←★中央部分の幅 */
	height:50px;
	background-color:#f5f3f1;/* ←★背景色 */
	margin-right:45px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
#right{
	float: left;
	text-align: left;
	width: 285px;/* ←★右サイドの幅 */
	margin-bottom:20px;
	overflow: hidden;
	}
/* ライン */
#line{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	}

/* フッター */
#footer{
	clear: both;
	color:white;
	font-size: x-small;
	text-align:center;
	width: 100%;
	margin-top: 20px;
	background-color:black;/* ←★背景色 */
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	}
/* ボディ枠部分 */
#body-waku{
	background-color: white;
	margin:auto;
	width: 860px;/* IDボディの幅に余白分をプラスした幅を指定する */
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
