
/*
relation_style.css
relationのスタイルファイル

CSS(Cascading Style Sheets＝カスケーディング・スタイルシート)

*/


/*--------------------------------------
 * サイトマップリスト
 * id="sitemap_list_****"
---------------------------------------*/
div#sitemap_list{
   clear:both;
   width: 80%;
/*   height: 50%; 他の指定方法は */
   font-size: 18px;
   text-align: left;
   padding: 20px 20px 90px 20px;
   background-color:lightyellow;
   margin:0 0 10px 0; /* 上, 右, 下, 左 */
   zoom:100%;
}

div#sitemap_list div#left{
   float : left;
   width : 50%;
}
div#sitemap_list div#right{
   float : left;
   width : 45%;
}


div#sitemap_list ul{
/*   line-height: 30px;
   font-size: 18px;
   text-align: left; */
   padding-left: 10px;
}
div#sitemap_list ul li.first{
   line-height: 24px;
   font-size: 18px;
   font-weight:bold;
   padding-left: 0;
/*   list-style-type: circle; */
   list-style-image : url(./../img/arrow01.png);
/*   background:url(./point036_01.png) no-repeat top left; */
   color:navy;
}
div#sitemap_list ul li.second{
   line-height: 22px;
   font-size: 16px;
   padding-left: 15px;
/*   list-style-type: square; */
   list-style-image : url(./../img/arrow02.png);
/*   background:url(./point036_06.png) no-repeat top left; */
   color:navy;
}
div#sitemap_list ul li{/* third */
   line-height: 22px;
   font-size: 14px;
   padding-left: 25px;
   list-style-image : url(./../img/arrow03.png);
/*   background:url(./point036_04.png) no-repeat top left; */
   color:navy;
}



/*--------------------------------------
 * ヘッダーメニュー
 * common_style.css 参照 2014. 8.23.
 *-------------------------------------*/
div#head_menu ul li{
   float:left;
   color:red;
   font-size:16px;
   font-weight:bold;
   background:url(./../img/head017_02.png) left no-repeat;
   padding:0 2px 0 8px; /* 上, 右, 下, 左 */
   text-align:center;
   height:36px;
   line-height:36px;
}


/*--------------------------------------
 * コンテンツメニュー
---------------------------------------*/
#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
	width: 980px;
	align: center;
}
#contents:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*
 * left_menu, main 削除 2015.07.09.
 */


/* フッタ関連を(common_style.css へ移動) */


