/*リセットCSS*/
*{margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body{
	color: #393939;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(../format/back.gif);
}
a:link,
a:visited {
	color: #000081;
	text-decoration: none;
}
a:hover,
a:active {
	color: #0047ff;
	text-decoration: none;
}

/*----------------clear_fix----------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { width: 100%; height: 0; visibility: hidden; clear: both; border-style: none; border-width: 0; }


/*------------構造------------*/
#container {
	background-color: #fff;
	width: 750px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../format/title/biso02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 68px;
}
#linkbox {
	width: 166px;
	float: left;
	margin-left: 12px;
	display: inline;
}
#mainbox {
	width: 532px;
	float: right;
	margin-right: 12px;
	display: inline;
}
#footer {
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 70px;
}

/*------------ヘッダ−------------*/
#header h1 {
	background-image: url(../format/title/biso01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 479px;
	height: 68px;
}

/*------------左側設定------------*/
#linkbox h3.infotitle {
	text-indent: -9999px;
	height: 0;
}
#linkbox h3.con {
	color: #ccc;
	font-weight: bold;
	background-color: #ed0000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#linkbox .info {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
}
#linkbox .info p {
	color: #656565;
	font-size: 12px;
	line-height: 1.3;
}
#linkbox ul.mainlink {
	width: 166px;
	margin-bottom: 15px;
}
#linkbox ul.mainlink li {
	width: 166px;
	height: 34px;
	overflow: hidden;
	margin-bottom: 3px;
}
#linkbox ul.mainlink li a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 166px;
	height: 34px;
	display: block;
}
#aa a {
	background-image: url(../format/linkber/annai.gif);
}
#aa a:hover {
	background-image: url(../format/linkber/annai_over.gif);
}
#bb a {
	background-image: url(../format/linkber/recruit.gif);
}
#bb a:hover {
	background-image: url(../format/linkber/recruit_over.gif);
}
#cc a {
	background-image: url(../format/linkber/juken.gif);
}
#cc a:hover {
	background-image: url(../format/linkber/juken_over.gif);
}
#dd a {
	background-image: url(../format/linkber/homeserv.gif);
}
#dd a:hover {
	background-image: url(../format/linkber/homeserv_over.gif);
}
#ee a {
	background-image: url(../format/linkber/link.gif);
}
#ee a:hover {
	background-image: url(../format/linkber/link_over.gif);
}
#ff a {
	background-image: url(../format/linkber/kyoryoku.gif);
}
#ff a:hover {
	background-image: url(../format/linkber/kyoryoku_over.gif);
}
#gg a {
	background-image: url(../format/linkber/sagyoudai.gif);
}
#gg a:hover {
	background-image: url(../format/linkber/sagyoudai_over.gif);
}
#hh a {
	background-image: url(../format/linkber/pearlroad.gif);
}
#hh a:hover {
	background-image: url(../format/linkber/pearlroad_over.gif);
}
#linkbox ul.sublink {
	width: 166px; margin-bottom: 15px;
}
#linkbox ul.sublink li {
	width: 166px;
	overflow: hidden;
}
#linkbox ul.sublink li a {
	color: #656565;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: solid 1px #c0c0c0;
	display: block;
}
#linkbox ul.sublink li a:hover {
	background-color: #ffddc4;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	display: block;
}

/*------------フッター------------*/
#footer p {
	font-size: 12px;
	line-height: 2;
}
#footer p strong {
	color: #242424;
	font-size: 12px;
}
#footer p.adres {
	color: #ddd;
	font-size: 11px;
	background-color: #ed0000;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

