/*@charset "Shift_JIS";*/
/* アークネット　基本CSS  */
/* 2008.04.08作成 08.04.24修正 */


/*======================== 基礎 ========================*/

* { padding:0; margin:0; }

img{ border:0; }

table, tr, th, td{ border-collapse:collapse; border:0px; }

hr{ border:0; border-bottom:1px solid black; height:0px; line-height:1px; }

.closer { overflow:hidden; height:0; width:100%; clear:both; }



/*==================== レイアウト  =====================*/

body {
	background-color: #EEE;
	background-image: url(../img/gl-bcg-str.gif);
	font-size:12px;
	line-height:18px;
	}

#container_outer{width:800px;margin: 5px auto;}
#container {
	width:100%;
	background: #FFF;
	border: 1px solid #999;
	}

#header_outer { width:800px;}
#header {
	width:100%;
	height:45px;
	background: #039 url(../img/hd-bcg-rogobnr.jpg) no-repeat;
	}

#main-menu_outer {
	width: 800px;
	}
#main-menu {
	background-color: #CCC;
	background-image: url(../img/mm-bcg-grd.gif);
	height: 39px;
	width: 100%;
	text-align: left;
}


#main-image_outer{
	width: 800px;
} 
#main-image {
	background: #fff;
	width: 100%;
	}

#sub-menu_outer {
	width: 800px;
	 }
#sub-menu {
	width: 100%;
	 }

#main-content_outer{
	width: 800px;
	clear:both;
	  }

#main-content{
	background: #FFF;
	margin: 5px;
	}

#footer_outer {width:800px; clear: both; margin-top: 10px;}
#footer {
	text-align:left;
	background: #333 url(../img/ft-pic-name.gif) no-repeat;
	width: 100%;
	height: 34px;
	}

#copyright{
	font-size:10px;
	line-height:15px;
	color:#FFF;
	text-align: right;
	margin:0;
	background-position: right bottom;
	}


.noborder,
.noborder th,
.noborder td { border:none!important; }


/*======== 　　　書体等のデフォルト設定　　　  =========*/

a:link { color: #005585; text-decoration:none; }
a:visited { color: #485270; text-decoration:none; }
a:hover { color: #b83800; text-decoration:underline; }


/*======== メインメニューのデフォルト設定 =========*/

#main-menu a:hover  {
	text-decoration:none;
	border-bottom: 3px solid red;
}
