﻿@charset "utf-8";

/* ==========================================================

     Structure Module

============================================================= */
#mainheader {
	height: 300px;
	background: url(../images/mainheader_t_back.png) no-repeat;
}
	#recruit {
		position: relative;
		top: 39px;
		left: 642px;
		width: 140px;
		height: 77px;
	}

.section {
	float: left;
	width: 330px;
	height: 150px;
}
	.section p { margin: 0px 40px 0px 20px; }


/* ==========================================================

     Text Module

============================================================= */
h1 {
	float:left;
	margin-top: 80px;
	width: 250px;
	height: 0px;
}

h2 { margin-bottom: 10px; }


/* ==========================================================

     Table Module

============================================================= */


/* ==========================================================

     List Module

============================================================= */
#hmenu {
	position: relative;
	top: 36px;
	left: 280px;
}

#motto {
	position: relative;
	top: 20px;
	left: 250px;
	width: 424px;
	height: 100px;
	background: url(../images/motto.png) no-repeat;
	list-style: none;
}
	#motto li {	text-indent: -9000px; }


/* ==========================================================

     Image Module

============================================================= */



/* ==========================================================

     Link Module

============================================================= */
h1 a {
	display: block;
	width: 250px;
	height: 50px;
}

h2 a {
	display: block;
	width: 160px;
	height: 42px;
	text-indent: -9000px;
}
	h2 a:hover { background-position: bottom left; }

	#h2_1 a { background-image: url(../images/h2_enno.png); }
	#h2_2 a { background-image: url(../images/h2_calendar.png); }
	#h2_3 a { background-image: url(../images/h2_omoide.png); }
	#h2_4 a { background-image: url(../images/h2_keijiban.png); }
	#h2_5 a { background-image: url(../images/h2_link.png); }
	#h2_6 a { background-image: url(../images/h2_toi.png); }

#recruit a {
	display: block;
	width: 140px;
	height: 77px;
	background: url(../images/recruit.png) no-repeat;
	text-indent: -9000px;
}
	#recruit a:hover { background-position: bottom left; }






