
/*
 * shikaku_style.css
 * shikakuのスタイルファイル
 *
 * CSS(Cascading Style Sheets＝カスケーディング・スタイルシート)
 *
 * http://pondt.com/data/template_12/
 * from base.css & index.css
 *
 */

/*--------------------------------------
 * 基礎設定(common_style.css へ移動)
 * -------------------------------------*/

/*--------------------------------------
 * 共通リンク(common_style.css へ移動)
 * -------------------------------------*/

/*--------------------------------------
 * 見出しタグ(common_style.css へ移動)
 * -------------------------------------*/

/*--------------------------------------
 * レイアウト
 *
#wrap{
	width:920px;
	background:url(../img/common/bg_con.gif) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
}
#head{
	background:url(../img/common/bg_head.gif) top left no-repeat;
	width:918px;
	margin:0 1px 0 1px;
}
#head p#logo{
	font-size:24px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#0099CC;
	text-indent:10px;
	line-height:24px;
}
#head p#logo a{
	text-decoration:none;
	color:#0099CC;
}
#head p#logo a:hover{
	text-decoration:none;
	color:#0099CC;
}
 --------------------------------------*/

/*--------------------------------------
 * トップページCSS (index_contents.css)
 *
 * #bg_main_image
 * #main_image
 *
 *---------------------------------------*/


/*--------------------------------------
 * ヘッダーメニュー
 * common_style.css 参照 2014. 8.23.
 *-------------------------------------*/
div#head_menu ul li{
   float:left;
   font-size:18px;
   font-weight:bold;
   color:red;
   background:url(./../img/head017_04.png) left no-repeat;
   padding:0 10px 0 18px; /* 上, 右, 下, 左 */
   text-align:center;
   height:36px;
   line-height:36px;
}
div#head_menu ul li a{ /* li.title に合わせる。 */
   color:navy;
   text-decoration:none;
/*   line-height:26px;
*/
}
div#head_menu ul li a:hover{
   color:orange;
/*  color:#FF9900;
*/
}


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

div#left_menu{
   float:left;
   width:200px;
}
div#left_menu ul{
   width: 196px;
   list-style-type:none;
   margin-bottom:20px;
   padding:0 0 1px 0;
/*	background:url(../img/common/bg_left_menu.gif) repeat-y; */
   border:solid #EEEEEE;
   border-width:1px 0 1px 0; /* 上, 右, 下, 左 */
}
div#left_menu ul li.title{
   width: 192px;
   height: 34px;
   line-height:28px; /* 行の高さ */
   color:red;
   font-size:16px;
   text-indent:4px;
   background:url(./../img/btn044_08.gif) no-repeat top left;
   margin:1px;
   padding:2px 0 2px 0; /* 上, 右, 下, 左 */
}

div#left_menu ul li{
   width:196px;
   height:28px;
   color:red;
   font-size:16px;
   text-indent:14px;
   display:block;
   text-decoration:none;
   background:url(./../img/point002_08.gif) no-repeat top left;
/*	background:url(../img/common/bg_left_menu_sub.gif) no-repeat top left; */
   margin:0 2px 0 2px; /* 上, 右, 下, 左 */
   vertical-align:middle;
}

div#main{
   width:680px;
   float:left;
   background-color:palegreen;
   margin:0 0 0 20px; /* 上, 右, 下, 左 */
   padding:10px 20px;
   zoom:100%;
}
div#main:after{
   content: "";
   clear: both;
   height: 0;
   display: block;
   visibility: hidden;
   padding-left: 20px; /* 上, 右, 下, 左 */
}
div#main p{
   line-height:20px;
   margin:0 0 16px 0;
}
div#main ul{
/*
   line-height: 18px;
   font-size: 16px;
*/
   padding-left: 5px;
}
div#main ul li.title{
   height:30px; /* 30にすると、下に繰り返しができる。 */
   margin:0px 0px 5px 0px;
   padding:6px 0px 0px 3px;
   font-size:20px;
   font-weight:bold;
   color:#333333;
   background:url(./../img/head016_08.png) no-repeat top left;
/*   background-image : url(./../head016_08.gif);*/
   list-style-type: none;
}

div#main ul li{
  line-height: 20px;
  font-size: 14px;
   list-style-type: none;
  margin:0 0 6px 0; /* 上, 右, 下, 左 */
}

div#main ol{
   padding-left: 20px;
   color:black;
}
div#main ol li{
   line-height: 18px;
   font-size: 14px;
   font-weight:bold;
   color:black;
   padding-left: 1px;
   list-style-type: decimal;
}
div#main ol li p{
   font-weight:normal;
}

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

table#shiken{
   width: 95%;
   border: 1px solid silver;
   border-spacing:2px;
}

table#shiken thead tr th{
   text-align:center;
   background: aqua;
   border-bottom: 2px solid gray;
   padding: 3px 5px;
   text-align:center;
}
table#shiken tbody tr th{
   text-align:left;
   background: lightskyblue;
   padding: 3px 5px;
}
table#shiken tbody tr td{
   text-align:right;
   background: white;
   padding: 3px 5px;
   letter-spacing:1px;
}


