/* 基本部分 */
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: 0px;
	}
h1{
	color: black;
	text-align: left;
	text-indent: 20px;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:79px;
	padding-bottom:7px;
	background-image:url(../images/h1-back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
h2{font-size: 14px;
	line-height:140%;
	margin-top:10px;
	margin-bottom:10px;
	}
h3{font-size: 14px;
	line-height:140%;
	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%;
	}
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-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;
	}
/* 左サイド */
#left{
	float: right;
	text-align: left;
	width: 140px;/* ←★左サイドの幅 */
	margin-right:20px;/* ←★中央とのアキ */
	border: 0;
	overflow: hidden;
	}
#left h2{
	color:white;
	font-size:x-small;
	text-align: center;
	background-color:black;/* ←★背景色 */
	padding-top:3px;
	padding-bottom:3px;
	}
/* 中央部分 */
#center{
	float: right;
	text-align: left;
	width: 410px;/* ←★中央部分の幅 */
	margin-right:20px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
/* info中央部分 */
#center-info{
	float: right;
	font-size:small;
	text-align: left;
	width: 620px;/* ←★中央部分の幅 */
	margin-left:20px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
#center-info p{
	font-size:x-small;
	}
#center-info h2{
	display:block;
	color:black;
	width:100%;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url(../images/h2-back.jpg);/*リンクの背景画像*/
	background-position: left top;
	}
#center-info h3{
	color:red;
	}
.thanks{
	display:block;
	font-size:20px;
	color:red;
	width:100%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:210px;
	padding-bottom:210px;
	background-image: url(../info/thanks.jpg);/*リンクの背景画像*/
	background-position: center center;
	background-repeat: no-repeat;
	}
/* 右サイド */

#right{
	float: right;
	text-align: left;
	width: 370px;/* ←★右サイドの幅 */
	margin-bottom:20px;
	overflow: hidden;
	}
#right-print{
	float: right;
	text-align: left;
	width: 180px;/* ←★左サイドの幅 */
	margin-left:20px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	border: 0;
	overflow: hidden;
	}
#right-print h2{
	color:white;
	font-size:x-small;
	text-align: center;
	background-color:#ff007f;/* ←★背景色 */
	margin-top:0px;
	padding-top:3px;
	padding-bottom:3px;
	}

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