@charset "utf-8";

/* --------------------------------------------
	Common
-------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEE;
}
.bodyContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.mainContainer {
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFF;
}
.gnavi ul {
	padding-top: 169px;
}
.gnavi li {
	float: left;
}
.bodyContainer h2 {
	padding-bottom: 20px;
	padding-top: 10px;
}
.column2d h3 {
	padding-bottom: 10px;
}

.column2d {
	float: left;
	width: 440px;
}
.btmBlank {
	clear: both;
	height: 50px;
	width: 900px;
}

.mr20 {
	margin-right:  20px   !important;
}
.mt05 {
	margin-top:  5px   !important;
}
.mt10 {
	margin-top:  10px   !important;
}
.mt15 {
	margin-top:  15px   !important;
}
.fBold {
	font-weight: bold;
}



/* --------------------------------------------
	Home
-------------------------------------------- */
.homeMainContainer {
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
}
.footerContainer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 50px;
	text-align: center;
}
.homeBody {
	background-image: url(../images/home_base.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
	width: 900px;
}
.homeBody ul {
	padding-top: 416px;
	padding-left: 740px;
}
.homeBody li {
	padding-bottom: 10px;
}


/* --------------------------------------------
	Profile
-------------------------------------------- */
.headProfile {
	background-image: url(../images/head_profile.gif);
	background-repeat: no-repeat;
	height: 272px;
	width: 900px;
}
.column2d dl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.column2d dt {
	font-weight: bold;
	color: #577A82;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.column2d dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* --------------------------------------------
	Works
-------------------------------------------- */
.headWorks {
	background-image: url(../images/head_works.gif);
	background-repeat: no-repeat;
	height: 272px;
	width: 900px;
}
.flashArea {
}


/* --------------------------------------------
	Recruit
-------------------------------------------- */
.headRecruit {
	background-image: url(../images/head_recruit.gif);
	background-repeat: no-repeat;
	height: 272px;
	width: 900px;
}
