@charset "Shift_JIS";

/* */

body {
	text-align: center;
	font-size: 85%;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "sans-ferif";
}
h1	{
	font-size: 150%;
}
h2	{
	font-size: 117%;
}
h3	{
font-size: 100%;
}

#wrapper {
	width: 660px;
	margin: 0 auto;
	text-align: left;
}
#header {
	text-align: left;
	background-color: #FFA500;
	height: 30px;
	color: #FFFFFF;
	font-size: 150%;
	line-height: 1.5;
	font-weight: 700;
}
#container {
	position: relative;
	margin: 10px 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 210px; /* 左方向に210pxのマージンを指定 */	
	width: 550px;
	background-color: #FAFFFF;
}
#section_0 {
	color: #666666;
	font-size: 110%;
}
#section_index {
	margin: 20px 0; /* 20pxのマージンを指定 */
	color: #666666;
	font-size: 117%;
}
#section_1 {
	margin-left: 20px; /* 左方向に210pxのマージンを指定 */
	line-height: 1.5;
	color: #666666;
	font-size: 105%;
	font-weight: 800;
}
#section_2 {
	margin: 0 30px; /* 左右に10pxのマージンを指定 */
	font-size: 90%;
}
#section_comment {
	text-align: center;
	font-size: 83%;
	color: #FF3300;
}
#section_comment_2 {
	text-align: left;
	font-size: 83%;
	color: #666666;
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 200px;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
}
#footer {
	background-color: #DDDDDD;
	position: static;
	text-align: center;
	font-size: 60%;
	color: #AAAAAA;
	height: 16px;
}
/*テーブルの定義仮実装*/
table.contents {
	table-layout: fixed;
	width: 520px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-collapse: collapse;
	font-size: 90%;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
   	text-align: center;
}
.contents th {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    /*background-image:url(../img/table-back.gif);*/
    background-position: left top;
    padding: 0.3em 1em;
    text-align: center;
}
.contents td {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.3em;
}
table.contents2 {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-collapse: collapse;
	font-size: 90%;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}
.contents2 td {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#cell1 {
	width: 110px;
}
#cell2 {
	width: 440px;
}
#cell3 {
	width: 75px;
}
#cell4 {
	width: 25px;
}
#cell5 {
	width: 150px;
}
#cell6 {
	width: 370px;
}
/*ここまで*/


