/* SEO */
h1 {
	display: none;
	color: #666666;
	font-size: 9px;
	font-weight:normal;
}

/* しろリンク */
a.linkw:link {
	color:#FFFFFF;
	text-decoration:none}
a.linkw:visited {
	color:#FFFFFF;
	text-decoration:none}
a.linkw:hover {
	color:#FFFFB5;
	text-decoration:none}
a.linkw:active {
	color:#FFFFB5;
	text-decoration:none}

/*装飾*/
.textGr {color: #E3E3E3}
.textGr2 {color: #C5C5C5}
.t140{line-height:140%;}


/* トップページ */

body.top {
	color: #3C3C3C;
	background-color: #0761C6;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.bg_center{
	width :918px;
	background-image: url(images/bg_center.jpg);
	background-repeat: repeat-x;
}



/* about us */

body.about {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-color: #1736C2;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/about.jpg);
	background-repeat: repeat-x;
}

.bg_about{
	width :762px;
	background-image: url(images/bg_about.jpg);
	background-repeat: repeat-x;
}

/* pagetopリンク */
a.about:link {
	color:#e8ebf9;
	text-decoration:none}
a.about:visited {
	color:#e8ebf9;
	text-decoration:none}
a.about:hover {
	color:#e8ebf9;
	text-decoration:underline}
a.about:active {
	color:#e8ebf9;
	text-decoration:underline}




/* profile */

body.profile {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(images/about.jpg);
	background-repeat: repeat-x;*/
}

/* pagetopリンク */
a.profile:link {
	color:#e6e6e6;
	text-decoration:none}
a.profile:visited {
	color:#e6e6e6;
	text-decoration:none}
a.profile:hover {
	color:#e6e6e6;
	text-decoration:underline}
a.profile:active {
	color:#e6e6e6;
	text-decoration:underline}




/* recruit */

body.recruit {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-color: #01694E;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/recruit_bg_side.jpg);
	background-repeat: repeat-x;
}

.bg_recruit{
	width :760px;
	height :1014px;
	background-image: url(images/recruit_bg.jpg);
	background-repeat: repeat-x;
}

/* 黄色リンク */
a.linky:link {
	color:#FFF600;
	font-weight:bold;
	text-decoration:none}
a.linky:visited {
	color:#FFF600;
	font-weight:bold;
	text-decoration:none}
a.linky:hover {
	color:#FFF600;
	font-weight:bold;
	text-decoration:underline}
a.linky:active {
	color:#FFF600;
	font-weight:bold;
	text-decoration:underline}

/* pagetopリンク */
a.recruit:link {
	color:#e6f0ee;
	text-decoration:none}
a.recruit:visited {
	color:#e6f0ee;
	text-decoration:none}
a.recruit:hover {
	color:#e6f0ee;
	text-decoration:underline}
a.recruit:active {
	color:#e6f0ee;
	text-decoration:underline}


/* pagetop▲アイコン色 */
.recruit_pagetop {
	color:#67ceaa;}
	
.about_pagetop {
	color:#679cd9;}
	
.profile_pagetop {
	color:#a7a7a7;}