@charset "utf-8";
/*______________________見出し___________________________*/

#head_outline{
	text-indent:-9999px;
	background-image:url(../img/outline/head_outline.gif);
	background-repeat:no-repeat;
	width:185px;
	height:27px;
	padding: 0px 0px 10px 0px;
}

#head_outline2{
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:128px;
	height:21px;
	background-image:url(../img/outline/head_outline2.gif);
	margin: 10px 0px 10px 0px;
}

#head_access{
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:128px;
	height:21px;
	background-image:url(../img/outline/head_access.gif);
	margin: 20px 0px 10px 0px;
}

#gaiyou{
	width:550px;
}

/*______________________テーブル___________________________*/

#gaiyou table{
	line-height: 200%;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	width: 100%;

}

#gaiyou tr{
	border-bottom:solid 2px #CCC;
}	


#gaiyou th{
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-right: 2px;
	width: 15%;
	background-color: #DAE7F3;
}

#gaiyou td{
	padding-left: 5px;
	font-size: 95%;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 85%;
}

