/*--------------------------
   othter.css

   sitemap.htmlのレイアウト
   quiz.htmlのレイアウト
   privacy.htmlのレイアウト
   update.htmlのレイアウト
--------------------------*/

/*-------------------------------sitemap.html----------*/

/*==========================
  サイトマップ　リスト
==========================*/
.sitemap_width{
	width:97%;
	margin-left:10px;
	font-size:90%;
}

.sitemap_list{
	margin:5px 0 0 16px;
	line-height:1.6;
}

.sitemap_list a:link{
  color: #339900;
}

.sitemap_list a:visited {
  color: #339900;
}

.sitemap_list a:hover {
  color: #339900;
	text-decoration: underline;
}

.sitemap_list a:active {
  color: #339900;
}

/*-------------------------------privacy.html----------*/
/*==========================
  dl：サイトポリシー
==========================*/
.dl_about{
	padding:10px 5px 5px 5px;
}
.dl_about dt{
	padding:20px 5px 0px 5px;
}
.dl_about dd{
	padding:10px 5px 0px 20px;
}

/*-------------------------------quiz.html----------*/
.p_text_quiz{
	padding:5px 10px 0 7px;
	text-align:center;
}
.quiz_box1{
	padding:10px 10px 0 30px;
	width:209px;
	float:left;
}
.quiz_box2{
	padding:10px 10px 0 7px;
	float:left;
}

/*-------------------------------update.html----------*/
.update_dl{
	padding:10px 10px 20px 10px;
}
.update_dl dt{
	margin:5px 0 0 0;
}
.update_dl dd{
	margin:-18px 0 0 70px;
}

.update_dl a:link{
  color: #339900;
}

.update_dl a:visited {
  color: #339900;
}

.update_dl a:hover {
  color: #339900;
	text-decoration: underline;
}

.update_dl a:active {
  color: #339900;
}

