body {
	text-align : center;
	margin : 0;
	padding: 0;
	/*background : url(./img/bg.jpg) repeat-x;*/
}
#wrapper {
	width : 800px;
	text-align : left;
	margin : 0 auto;
	padding : 0;
}
ul,li,a {
	margin : 0;
	padding: 0;
}
/*---------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------*/
/*　ページタイトル　*/
#header h1{
	text-indent : -9999px;
	float : left;
	margin :15px 0 15px 15px;
	padding : 0;
}
#blog {
	width : 283px;
	height : 29px;
	background : url(./img/blog.gif) no-repeat;
}

#header,#top-navi {
	margin : 0;
	padding : 0;
}

/* リクルートページ　TOPへ　*/
#top-navi li,#top-navi ul {
	text-indent : -9999px;
	list-style : none;
	margin : 0;
	padding : 0;
}
#top-navi a {
	position : relative;
	top : 18px;
	left : 345px;
	display : block;
	width : 111px;
	height : 23px;
	overflow : hidden;
	background : url(./img/navi.png) no-repeat;
}
#top-navi a:hover{
	background-position :0 -23px;
}
/*　ヘッダーナビ　*/
#header-navi {
	margin :0 0 10px 0;
	padding : 0;
	height : 33px;
	clear : both;
}
#header-navi ul{
	margin : 0;
	padding : 0;
}
#header-navi li {
	float : left;
	list-style : none;
}
#header-navi a {
	text-indent : -9999px;
	display : block;
	overflow : hidden;
	float : left;
}
#header-navi a:hover {
	background-position : 0 -33px;
}
#f-navi01 a{
	width : 120px;
	height : 33px;
	background : url(./img/footer-navi01.png) no-repeat;
}
#f-navi02 a{
	width : 138px;
	height : 33px;
	background : url(./img/footer-navi02.png) no-repeat;
}
#f-navi03 a{
	width : 164px;
	height : 33px;
	background : url(./img/footer-navi03.png) no-repeat;
}
#f-navi04 a{
	width : 125px;
	height : 33px;
	background : url(./img/footer-navi04.png) no-repeat;
}
#f-navi05 a{
	width : 138px;
	height : 33px;
	background : url(./img/footer-navi05.png) no-repeat;
}
#f-navi06 a{
	width : 115px;
	height : 33px;
	background : url(./img/footer-navi06.png) no-repeat;
}
/*----------------------------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------------------------*/

#contents {
	clear : both;
	margin : 20px;
	/*background : url(./img/bg.jpg) repeat-x #eafcff;*/
}

/*---------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear : both;
	width : 800px;
	height : 60px;
	margin : 0;
	padding : 0;
	background : url(./img/ha.png) no-repeat top;
	/*background-color : #eafcff;*/
}
#footer h2 {
	clear : both;
	float : left;
	margin :30px 0 0 15px;
	padding : 0;
	text-indent : -9999px;
}
#logo a {
	display : block;
	width : 150px;
	height : 37px;
	margin : 0;
	padding: 0;
	overflow : hidden;
	background : url(./img/h2.gif) no-repeat;
}
#footer p {
	float: right;
	color : #464646;
	font-size : 0.7em;
	margin : 50px 15px 0 0;
	padding : 0;
}	
/*---------------------------------------------------------------------------------------
ブログ
---------------------------------------------------------------------------------------*/
#blogOL {
	width: 800px;
	margin-bottom: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	background-color: #EAFCFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#blogOLlef {
	width: 530px;
	padding-left: 30px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 40px;
}
#blogOLrgh {
	width: 178px;
	float: left;
	padding-left: 20px;
	padding-top: 30px;
}
#blogtt {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}

hr {
	border: 1px dashed #CCCCCC;
	width: 510px;
}
.bloglink {
	font-size: 12px;
	background-image: url(img/mark1.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	height: 20px;
	padding-top: 4px;
}

