/* 基本部分 */
a { color: blue;text-decoration: none; }
a:link  { color: blue }
a:hover { color: red }
body  {
	color: #555;
	font-size: 12px;
	line-height:150%;
	text-align: center;
	background-color: #f5f3f1;
	margin: 0px;
	}
h1{
	color: black;
	text-align: left;
	text-indent: 165px;
	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;
	}
#cd-title{
	color: black;
	text-align: left;
	text-indent: 165px;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:79px;
	padding-bottom:7px;
	background-image:url(../images/titile_cd2012.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
h2{font-size: 14px;
	line-height:150%;
	margin-top:10px;
	margin-bottom:10px;
	}
h3{font-size: 14px;
	line-height:150%;
	margin-top:5px;
	margin-bottom:5px;
	}
/* 基本テーブル部分 */
td{
	text-align: left;
	font-size: 12px;
	font-weight:normal;
	line-height:150%;
	}
th{
	text-align: left;
	font-size: 12px;
	font-weight:normal;
	line-height:150%;
	}
p{
	font-size: 12px;
	line-height:150%;
	}
b{
	color: red;
	line-height:150%;
	font-weight:normal;
	}
textarea,input{
	font-size: 12px;
	font-weight:normal;
	color: #555;
	}
div{
	text-align: left;
	font-size: 12px;
	line-height:150%;
	}
/* ボディ部分 */
#body{
	width: 900px;
	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;
	}
/* ●ヘッダー分割*/
.header-l{
	float: left;
	width:780px;
	text-align: center;
	overflow: hidden;
	}
.header-r{
	float: left;
	color:yellow;
	width:110px;
	text-align: right;
	padding-right:10px;
	overflow: hidden;
	}
.header-r a{
	color:yellow;
	}

/* 左サイド */
#left{
	float: right;
	text-align: left;
	width: 180px;/* ←★左サイドの幅 */
	margin-right:20px;/* ←★中央とのアキ */
	border: 0;
	overflow: hidden;
	}
#left h2{
	color:white;
	font-size:12px;
	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;
	}
/* 右サイド */

#right{
	float: right;
	text-align: left;
	width: 470px;/* ←★右サイドの幅 */
	margin-bottom:20px;
	overflow: hidden;
	}
#right-print{
	float: right;
	text-align: left;
	width: 180px;/* ←★左サイドの幅 */
	margin-left:20px;/* ←★右サイドとのアキ */
	margin-bottom:20px;
	border: 0;
	overflow: hidden;
	}

/* フッター */
#footer{
	clear: both;
	color:white;
	font-size: 12px;
	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: x12px;
	text-align:center;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	}
/* ボディ枠部分 */
#body-waku{
	background-color: white;
	margin:auto;
	margin-bottom:20px;
	width: 960px;/* IDボディの幅に余白分をプラスした幅を指定する */
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}

