@charset "shift_jis";
/***********************
        初期設定
************************/
/***********************
       リンク設定
************************/
/***********************
       レイアウト
************************/

/* コンテンツ */

#content{
	clear: both;
	width: 800px;
	height: auto;
}

#content_top{
	width: 800px;
	height: auto;
}

#content_top h1{
	background-image: url(../img/pri_global_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	text-indent: -9999px;
}

#main_wrapper{
	width: 666px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#main{
	width: 600px;
	height: auto;
	margin-left: 40px;
	background-color: #FFFFFF;
	line-height: 16px;
}

#right_menu{
	width: 134px;
	height: auto;
	float: right;
}


/* メイン部 */

/* 右部メニュー */

/* その他 */
h2{
	background-image: url(../img/pri_pri_bar_title.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 36px;
	text-indent: -9999px;
}

h3{
	color: #FF9900;
	margin-bottom: 12px;
}


/* 説明エリア */

#explanation_box{
	width: 560px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#explanation_box p{
	margin-bottom: 12px;
	padding-left: 12px;
}
#explanation_box ol{
	margin-left: 3em;
}
#explanation_box li{
	margin-bottom: 12px;
}
#explanation_box ol p{
	margin-left: -1em;
}
#explanation_box ol #comment{
	margin-left: 1.7em;
	list-style-type: disc;
}

#main td{
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

