<!--
/*全体
----------------------------------------------*/
body {
	margin:0 0 0 0;
	padding:0;
}

td {
	font-size:14px;
	color:#666666;
}

#border_dot {
	border-style:dotted;
	border-color:#999999;
}

ul {
	margin:0;
	text-align:center;
	list-style:none;
}

li {
	margin:10 0 10 0;
	width:90%;
	height:16;
	font-size:16px;
	font-weight:bold;
	vertical-align:baseline;
	background-color:#FFFF99;
}

#midashi_table {
	color: #FFFFFF;
	background-color: #FF6633;
	font-size:16px;
	font-weight:bold;
}

#sub_midashi_table {
	color: #FFFFFF;
	background-color:#FF9933;
	font-size:16px;
}

#sub_midashi_table_blue {
	color: #FFFFFF;
	background-color:#3399FF;
	font-size:16px;
}

#sub_table {
	background-color:#FFDD77;
	font-size:16px;
}

#hissu {
	color:#FF0000;
}

#content_midashi {
	font-size:16px;
	font-weight:bold;
}

input {
	background-color:#FFCC66;
	border-style:solid;
	border-color:#FF9900;
}

/*リンク
----------------------------------------------*/
a:link {
	color:#3366FF;
	background:transparent;
}

a:visited {
	color:#800080;
	background:transparent;
}

a:hover, a:active {
	color:#ff9933;
	background:transparent;
}
-->

#wrapper {
	margin:0 0 0 0;
	position:absolute;
	left:50%;
	margin-left:-371;
	width: 741px;
	height:100%;
	background-color:#FFFFFF;
}

/*ヘッダー
----------------------------------------------*/
#header {
	clear:both;
	margin:10 0 0 0;
}

/*フッター
----------------------------------------------*/
#footer {
	clear:both;
}

/*ナビケーション
----------------------------------------------*/
#navigation {
	float:left;
	text-align:center;
	width:183;
	margin:0 0 0 0;
}

/*コンテンツ
----------------------------------------------*/
#content {
	float:right;
	width:550;
	margin:0 0 0 0;
}

/*コンテンツ
----------------------------------------------*/
#content2 {
	clear:both;
	margin:10 0 0 0;
	text-align:center;
	width:740;
	align:center;
}

/*サイドバー
----------------------------------------------*/
#sd_text {
	margin:10 10 0 10;
}

#sd_block {
	margin:10 0 0 0;
}

