@import "../company/company.css";
@import "../house/house.css";
@import "../lifecare/lifecare.css";
@import "../recruit/recruit.css";
@import "../download/download.css";
@import "../members/members.css";
@import "../blog/blog.css";
@import "../privacy/privacy.css";
@import "../link/link.css";
@import "../contact/contact.css";
@import "../shiryou/shiryou.css";
@import "../index/index.css";


@charset "EUC-JP";
/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 800px;
    margin-left: auto;
    margin-right: auto;
	background: #FFFFFF;;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}


/* リンク */
a: link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a: visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a: active {
	text-decoration: none;
	border: 0px;
}
a: hover {
	text-decoration: none;
	border: 0px;
}


h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 800px;
	height: 105px;
	background: url("./image/header.jpg") no-repeat;
}

#header2 {
	width: 800px;
	height: 95px;
	background: url("./image/header2.jpg") no-repeat;
}






/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/

.top_wide_menu{
	padding: 82px 0px 0px 200px;
}

.top_wide_menu_button{
	float: left;
	padding: 0px 0px 0px 15px;
}




/*---------side_menu(左部に表示されているメニュー) -----------------------------*/

.side_menu_box{
	width: 200px;
	float: left;
}

.side_menu{
	margin: 0px 0px 0px 10px;
}


.side_menu_banner{
	margin: 5px 0px 0px 10px;
}


/*-----------foot_menu----------------------------------------------------------------*/

.foot_menu{
	width: 565px;
	float: right;
	text-align: center;
	padding: 5px 25px 0px 10px;
	font-size: 10px;
	line-height: 15px;
}


.foot_menu_lnk{
	color: #333333;
	text-decoration: none;
}
a.foot_menu_lnk:link{
	color: #333333;
	text-decoration: none;
}
a.foot_menu_lnk:visited{
	color: #333333;
	text-decoration: none;
}
a.foot_menu_lnk:hover{
	color: #333333;
	text-decoration: underline;
}
a.foot_menu_lnk:active{
	color: #333333;
	text-decoration: none;
}

/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 565px;
	float: left;
	padding: 20px 25px 20px 10px;
	text-align: left;
}


#contents2{
	padding: 0px 5px 0px 10px;
	text-align: left;
}


#contents3{
	width: 565px;
	float: left;
	padding: 20px 18px 20px 17px;
	text-align: left;
}



/* このページのTOPへ戻る */
.top_lnk_box{
	width: 565px;
	text-align: right;
}

/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	clear: both;
	width: 800px;
	height: 70px;
	background: url("./image/footer.jpg") no-repeat;
}


.copyright {
	clear: both;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	text-align: center;
}


.copyright2 {
	clear: both;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
}

