/*----------------------------------------------------base*/

*{margin:0;padding:0;font-size:small;}
body{text-align:center;line-height:130%;}
#container{margin:10px auto;text-align:left;width:769px;}
#header{
	width:100%;
	height:104px;
	padding-top:76px;
	background:url(../img/header2.jpg) center top no-repeat;
}
h1 a,h2 a{display:block;width:320px;text-indent:-9999px;}
h1 a{height:51px;}
h2 a{height:24px;}
#contents{
	margin-top:10px;
	width:100%;
}
/*----------------------------------------------------common*/
a{text-decoration:none;color:#993333;}
a:hover{text-decoration:underline;color:#00529a;}
img{border:none;}
.clr{clear:both;}
.alnR{text-align:right;}
.alnC{text-align:center;}

.gotop{text-align:right;}
.gotop a{
	padding:0 10px 0 18px;
	background:url(../img/arw_gotop.gif) left center no-repeat;
	color:#5C7E9A;
	font-family:Trebuchet MS;
	font-weight:bold;
}
/*----------------------------------------------------menu*/
#menu a img{margin-left:6px;}
#menu .note{
	padding:3px 10px;
	font-size:80%;
}
#menu ul{
	list-style-type:none;
	margin-bottom:10px;
}
#menu ul li{
	padding:6px 8px;
	background:url(../img/line_menu.gif) center bottom repeat-x;
}
#menu ul li a{
	display:block;
	width:160px;
	padding-left:20px;
	background:url(../img/arw_menu.gif) left 0.2ex no-repeat;
	color:#00529a;
}
#menu{
	float:left;
	width:197px;
	padding-top:9px;
	background:url(../img/menu_head.gif) center top no-repeat;
}
/*----------------------------------------------------main*/
#main{
	float:right;
	width:552px;
}
/*----------------------------------------------------footer*/
#footer{padding:20px 6px;font-family:Trebuchet MS;color:#85847f;}

table#tbl_kijun {
	margin: 10px 0px 10px 5px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#tbl_kijun th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	background-color: #F2F2F2;
	color: #333333;
}
table#tbl_kijun td {
	padding: 5px;
	background-color: #FFFFFF;

	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
