<style type="text/css">
<!--
/****** RESET *******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0 ;
	padding: 0 ;
}
table {
	border-collapse: collapse ;
	border-spacing: 0 ;
}
fieldset,img {
	border: 0 ;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal ; 
	font-weight: normal ;
}
ol,ul {
	list-style: none ;
}
li {
	list-style-type: none ;
}
caption,th {
	text-align: left ;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100% ;
	line-height: 100% ;
}
q:before,q:after{
	content: '' ;
}

/****** BASE *******/
html {
	font-size: 12px ;
	line-height: 100% ;
	font-family: sans-serif ;
	overflow-y: scroll ;
}
body{
	color: #666666 ;
	text-align: left ;
}
/* IE7 Hack */
*+html body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1 { font-size: 250%; line-height: 100%; }
h2 { font-size: 200%; line-height: 100%; }
h3 { font-size: 175%; line-height: 100%; }
h4 { font-size: 150%; line-height: 100%; }
h5 { font-size: 125%; line-height: 100%; }
h6 { font-size: 100%; line-height: 100%; }

p { line-height: 150%; }

a{
	color: #006ebc ;
	text-decoration: none ;
}
a:hover{
	color: #FF3300 ;
	text-decoration: none ;
}

/******* FRAME *******/
body {
	width: 900px;
}
#header {
	width: 900px;
	border-bottom: #999999 solid 1px;
}

#body {
	width: 900px;
	padding-top: 10px;
}
#body #navi {
	float: left;
	width: 230px;
	padding-left: 10px;
}
#body #contents {
	float: right;
	width: 650px;
}
#footer {
	width: 900px;
	padding-top: 20px; 
}

/******* DESIGN *******/
.clear {
	clear: both ;
}

/* #header */
#arc_link {
	border: none;
	margin: 5px 0 0 0 ;
	padding: 0;
	width: 900px;
	height: 20px;
	text-decoration: none;
}
#arc_link a {
	float: right;
  height: 15px;
  background-image: url("images/linksArc.gif");
	background-repeat: no-repeat;
}
#arc_link a#nk {
  width: 145px;
	background-position: 0 0;
}
#arc_link a#nk:hover {
	background-position: -200px 0;
}
#arc_link a#job {
  width: 90px;
	background-position: 0 -15px;
}
#arc_link a#job:hover {
	background-position: -200px -15px;
}
#arc_link a#jls {
  width: 195px;
	background-position: 0 -30px;
}
#arc_link a#jls:hover {
	background-position: -200px -30px;
}
#arc_link a#jtc {
  width: 145px;
	background-position: 0 -45px;
}
#arc_link a#jtc:hover {
	background-position: -200px -45px;
}
#arc_link a#xc {
  width: 105px;
	background-position: 0 -60px;
}
#arc_link a#xc:hover {
	background-position: -200px -60px;
}
#arc_link a#ast {
  width: 105px;
	background-position: 0 -75px;
}
#arc_link a#ast:hover {
	background-position: -200px -75px;
}
#arc_link a#web {
  width: 180px;
	background-position: 0 -90px;
}
#arc_link a#web:hover {
	background-position: -200px -90px;
}
#arc_logo {
	float: left ;
	width: 270px;
	height: 63px;
    background-image: url( "images/arc_logo.gif" ) ;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#arc_title {
	float: left ;
	width: 630px;
	height: 63px;
    background-image: url( "images/arc_title.gif" ) ;
	background-repeat: repeat-x ;
}
#arc_title h1{
	color: #275583 ;
	font-size: 24px ; 
	padding: 10px 10px 0 80px ;
}

/* #footer */
#footer p {
	width: 900px ;
	border-top: #275583 solid 3px;
	font-size: 10px;
	text-align: right ;
}

/* #navi */
#navi .top {
	margin-top: 15px; 
	padding: 5px;
	width: 200px;
	border: #666666 solid 1px;
}
#navi .middle {
	margin-top: 5px; 
	padding: 5px;
	width: 200px;
	border: #666666 solid 1px;
}
#navi .bottom {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 200px;
	border: #666666 solid 1px;
}

#navi a {
	font-size: 15px ;
	font-weight: bold;
}

#navi a .top {
	color: #333333 ;
}
#navi .middle {
	color: #333333 ;
}
#navi a .bottom {
	color: #333333 ;
}

#navi a:hover .top {
	color: #333333 ;
	background: #eeeeee ;
}
#navi a:hover .middle {
	background: #eeeeee ;
}
#navi a:hover .bottom {
	background: #eeeeee ;
}

#navi a .selected {
	background: #FFDD79 ;
}
#navi a:hover .selected {
	background: #FFDD79 ;
}

/* #contents */
#contents p {
	padding: 5px 10px 5px 10px ;
}

/* pagin */
#contents .paging {
	width: 550px;
	padding: 0 50px 0 50px;
}
#contents .paging a {
	color: #CD1314;
	font-size: 12px;
}
#contents .paging span.prev {
	float: left ;
}
#contents .paging span.next {
	float: right ;
}

/* listCategory */
#contents .listCategory {
	padding: 0 0 0 10px ;
}
#contents .listCategory h2 {
	padding: 10px 10px 10px 10px ;
	border: #666666 solid 1px ;
	background: #CCFFFF ;
	color: #275583 ;
	font-size: 18px ;
}
#contents .oneLine {
	width: 610px ;
	padding: 5px 10px 5px 10px ;
	border-top: #275583 solid 1px ;
}
#contents .oneLine .detail {
	float: left ;
	width: 50px ;
}
#contents .oneLine .title {
	float: left ;
	width: 460px ;
	color: #333333 ;
	font-size: 1.2em ;
}
#contents .oneLine .ymd {
	float: left ;
	width: 100px ;
	font-size: 0.8em ;
	text-align: right;
}
#contents .oneLine .caption {
	float: left ;
	width: 550px ;
	padding: 5px 10px 10px 50px;
	line-height: 1.2em ;
}

/* oneCategory */
#contents .oneCategory {
	padding: 15px 10px 20px 10px ;
}
#contents .oneCategory .title {
	padding: 10px 10px 10px 10px ;
	border: #666666 solid 1px ;
	background: #CCFFFF ;
	color: #275583 ;
	font-size: 18px ;
}
#contents .oneCategory .box {
	width: 620px ;
}
#contents .oneCategory .ymd {
	float: left ;
	width: 100px ;
	padding-top: 5px;
	font-size: 0.8em ;
	text-align: right;
}
#contents .oneCategory .caption {
	float: left ;
	width: 460px ;
	padding: 5px 10px 10px 50px;
	line-height: 1.2em ;
}
#contents .oneCategory .label table {
	border-collapse:collapse;
	empty-cells:show;
}
#contents .oneCategory .label table th {
	border-collapse: collapse;
	border: 1px #9F8A4B solid;
	color: #6D5D2F;
	background-color: #FFDD79;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
	padding: 4px;
}
#contents .oneCategory .label table td {
	border-collapse: collapse;
	border: 1px #9F8A4B solid;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 110%;
	padding: 4px;
}
#contents .oneCategory .label table td.cell1 {
	background-color: #E8F1FF;
}
#contents .oneCategory .label table td.cell2 {
	background-color: #FEF3D4;
}
-->
</style>
