@charset "utf-8";
/* initialize
------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html,
body {
	height:100%;
}
body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,
ol,
dl {
	list-style-type:none;
}
img {
	border:none;
	font-size:1px;
	line-height:0;
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
textarea {
	font-size:100%;
}
br {
	letter-spacing:0;
}
option {
	padding:0 10px 0 0;
}

/* clearfix
------------------------------------------------------------------------------*/
#header:after,
#contents:after,
#contents #siteLink:after,
#footer:after,
#footer .texts:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* clearfix ie
------------------------------------------------------------------------------*/
#header,
#contents,
#contents #siteLink,
#footer,
#footer .texts {
	/zoom:1;
}
/* off-left
------------------------------------------------------------------------------*/
.btn a,
.btn input,
.btns,
.btns a,
.btns input,
#header #logo a,
#header .caption,
#contents #siteLink {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	text-align:left;
	text-decoration:none;
	text-indent:-9999px;
	outline:none;
}

/* rollover
------------------------------------------------------------------------------*/
.btn a,
.btn input,
.btns a,
.btns input {
	border:none;
	background-color:transparent;
	outline:none;
	cursor:pointer;
}
.btn a:hover,
.btn input:hover,
.btns a:hover,
.btns input:hover {
	background-position:left bottom;
}

body {
	background-color:#2C5CB6;
	background-image:url(../images/top/bg_body.gif);
	background-position:0 79px;
	background-repeat:repeat-x;
	line-height:1.7;
	letter-spacing:1px;
	font-size:88%;
	color:#333333;
}
a {
	text-decoration:none;
	color:#3E74D1;
}
a:hover {
	text-decoration:underline;
}

/* page
------------------------------------------------------------------------------*/
#page {
}

/* header
------------------------------------------------------------------------------*/
#header {
	position:relative;
	width:939px;
	height:79px;
	padding:0 8px 0 9px;
	margin:0 auto 9px;
}
#header #logo {
	width:218px;
	padding-top:19px;
}
#header #logo a {
	width:218px;
	height:50px;
	background-image:url(../images/top/logo.jpg?update=20110801);
}

#header .caption {
	position:absolute;
	top:48px;
	left:760px;
	width:177px;
	height:16px;
	background-image:url(../images/top/pagelead.gif);
}


/* contents
------------------------------------------------------------------------------*/
#contents {
	width:956px;
	height:646px;
	margin:0 auto;
}
#flash {
	padding-bottom:17px;
}

#contents #siteLink {
	width:941px;
	padding-bottom:24px;
	margin:0 0 0 8px;
}
#siteLink .member,
#siteLink .general {
	float:left;
	width:461px;
}
#siteLink .member {
	float:right;
}

#contents #siteLink .btn a {
	width:461px;
	height:86px;
}

#contents #siteLink .member .btn a {
	background-image:url(../images/top/btn_member.jpg);
}
#contents #siteLink .general .btn a {
	background-image:url(../images/top/btn_general.jpg);
}

#contents #recruitLink {
	width:461px;
	margin:0 auto;
}
#contents #recruitLink .text {
	padding:6px 0 0;
	text-align:center;
}


/* footer
------------------------------------------------------------------------------*/
#footer {
	background-color:#2C5CB6;
	font-size:86%;
}

#footer .texts {
	width:936px;
	padding:27px 10px 40px;
	margin:0 auto;
	color:#8FB9F8;
}
#footer .texts .meta {
	float:left;
	width:440px;
	font-size:84%;
	line-height:1.3;
	letter-spacing:1px;
}
#footer .texts #copyright {
	float:left;
	width:447px;
	padding-top:10px;
	text-align:right;
}


