@charset "iso-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
}

/*基本要素指定
------------------------------------------------------*/
p{
  margin:0;
  padding:0;
  font-size:0.8em;
  line-height:1.5em;
}
li{
  font-size:0.85em;
  line-height:1.5em;
}
table{
  font-size:0.85em;
  line-height:1.5em;
}
table.layout {
  font-size:1em;
  width:100%;
}
img{
	border:0;
	margin:0;
}


/* リンク
---------------------------------------------------- */

a:link{
  color:#990000;
  background: transparent;
  text-decoration:none;
}
a:visited{
  color:#990000;
  background: transparent;
  text-decoration:none;
}
a:hover{
  color:#FF0000;
  background: transparent;
  text-decoration:underline;
}
a:active{
  color:#FF0000;
  background: transparent;
  text-decoration:underline;
}


/*ナビゲーション
------------------------------------------------------*/

#navi{
	float:left;
	width:200px;
	margin:0 0 0 5px;
	_margin:0 0 0 2px;
	padding:0;
	background:url(../img/navi_wall.gif);
}

#navi ul{
	width:190px;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

#navi ul li{
	margin:0 0 0 20px;
	padding:5px 0 5px 10px;
	background:url(../img/icon_ar.gif) no-repeat;
	background-position:0 10px;
	border-bottom:2px dotted #999999;
	font-size:12px;
}



/*基本レイアウトトップ
------------------------------------------------------*/

#head_top{
	margin:5px 5px 15px 5px;
	_margin:5px 5px 15px 5px;
	padding:0;
	width:630px;
	height:170px;
	background:#990000;
}

#contents_top{
	float:left;
	margin:0 0 0 10px;
	padding:0;
	width:420px;
}

#contents_top p{
	width:400px;
	padding:5px 10px 5px 10px;
	font-size:0.8em;
	line-height:1.5em;
	color:#333333;
}

#contents_top p.lead{
	width:400px;
	padding:10px;
	background:url(../img/top_lead.jpg) repeat-y;
	font-size:0.8em;
	line-height:1.5em;
	color:#333333;
}

#contents_top p.whats{
	margin:15px 0 5px 0;
	padding:0;
}

#contents_top table{
	width:400px;
	margin:0 10px 10px 10px;
	font-size:0.8em;
	line-height:1.5em;
	border:0;
}

#contents_top table td.note{
	padding:5px;
	border-bottom:2px dotted #999999;
}

#contents_top table td.day{
	padding:5px;
	border:0;
	vertical-align:top;
	border-bottom:2px dotted #999999;
}

#foot_top{
	float:left;
	width:630px;
	margin:20px 0 10px 5px;
	_margin:20px 0 0 3px;
	background:url(../img/foot_wall.gif);
	clear:both;
	font-size:0.85em;
    line-height:1.5em;
}

/*基本レイアウト
------------------------------------------------------*/

#head{
	margin:5px 5px 15px 5px;
	_margin:5px 5px 15px 5px;
	padding:0;
	/*width:99%;*/
	height:135px;
	background:url(../img/head_wall.gif);
}

#contents{
	/*_float:left;
	margin:0 12px 0 215px;
	_margin:0 12px 0 10px;*/
	margin:0 12px 0 10px;
	padding:0;
}

#foot{
	float:left;
	width:99%;
	margin:20px 0 10px 5px;
	_margin:20px 0 0 3px;
	background:url(../img/foot_wall.gif);
	clear:both;
	font-size:0.85em;
    line-height:1.5em;
}

/* コンテンツスペース
---------------------------------------------------- */

#contents table#title{
	width:100%;
	height:35px;
	margin:0 0 15px 0;
	padding:0;
	border:0;
	background:url(../img/title_wall.gif);
}

#contents table#title td{
	margin:0;
	padding:0;
	background:url(../img/title_cap.gif) no-repeat;
	background-position:right;
}

#contents table.hw{
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	border-top:1px solid #CDCDCD;
	background:url(../img/hw_wall.gif) repeat-x;
	background-position:left bottom;
}

#contents table.hw td{
	margin:0;
	padding:0;
	background:url(../img/hw_cap.gif) no-repeat;
	background-position:right bottom;
}

#contents table.hw p{
	color:#333333;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	min-height:26px;
	_height:auto !important;
	_height:26px;
	margin:0;
	padding:3px 0 0 20px;
	background:url(../img/hw_headcap.gif) no-repeat;
	background-position:left bottom;
}

#contents table.dl{
	margin:10px 0 15px 10px;
	padding:0;
	border-collapse:collapse;
}

#contents table.dl th{
	margin:0;
	padding:10px;
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
	line-height:1.5em;
	background:#CCCCCC;
	border:1px solid #999999;
}

#contents table.dl th.th_title{
	width:auto;
	margin:0;
	padding:10px;
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
	line-height:1.5em;
	background:#CCCCCC;
}

#contents table.dl td{
	margin:0;
	padding:10px;
	color:#333333;
	font-size:0.85em;
	line-height:1.5em;
	vertical-align:top;
	border:1px solid #999999;
}

#contents table.dl td img{
	margin:0 5px 0 5px;
}

#contents table{
	margin:10px 0 15px 10px;
	padding:0;
	border:0;
}

#contents table td{
	margin:0;
	padding:0;
	color:#333333;
	font-size:0.85em;
	line-height:1.5em;
	vertical-align:top;
}

#contents table td.note{
	padding:5px;
	border-bottom:2px dotted #999999;
}

#contents p{
	margin:10px 10px 15px 10px;
	padding:0;
	line-height:1.5em;
}


/* フッタースペース
---------------------------------------------------- */

#foot_top table{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

#foot table{
	margin:0 10px 10px 0;
	padding:0;
	border-collapse:collapse;
	display:inline;
}

#foot_top table th,
#foot table th{
	margin:0;
	padding:0;
	text-align:left;
}

#foot_top table td,
#foot table td
{
	margin:0;
	padding:5px 15px 5px 0;
	color:#FFFFFF;
	vertical-align:top;
}


/*デザイン/パーツ全般
---------------------------------------------------- */

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bottom{
	vertical-align:bottom!important;
}

.attention{
	color:#CC0000;
}

strong.attention{
	color:#CC0000;
	font-weight:bold!important;
}

