﻿/* basic CSS Document */


/*------------------------　全体設計　------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #434343;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(./hp2/back.gif);
	background-position: center;
}

img{
	border:0px;
}

a{
	color: #ff9900;
	text-decoration:none;
}

a:hover{
	color: #ff3333;
	text-decoration:none;
}
.f1{
	font-weight: bold;
}
.f2{
	font-weight: bold;
	color: #ff0000;
}
.f3{
	font-weight: bold;
	font-size: 16px;
}
.f4{
	font-weight: bold;
	color: #0066ff;
}
.f5{
	font-size: 12px;
	color: #996633;
}
.f6{
	color: #ff9900;
}
.f7{
	color: #ff0000;
}
.f8{
	font-weight: bold;
	color: #ffffff;
}
.f9{
	font-size: 12px;
}
.f10{
	font-size:14px;
}

/*------------------------　共通設定　------------------------*/
#all{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}

#top{
	width: 900px;
	height: 70px;
	background-image:url(./hp2/top.gif);
	background-repeat: no-repeat;
}

#contents01{
	width: 900px;
	height: 28px;
	text-align: center;
}

#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　共通詳細設定　----------*/
/*--　top　トップへのリンク　--*/
.top-top{
	float: left;
	padding-top: 10px;
}
.top-top2{
	float: left;
	padding-top: 28px;
}

/*--　contents01　メニュー　--*/
ul#menu{
	width: 900px;
	list-style:none;
	margin: 0;
	padding-left: 0px;
}

ul#menu li{
	width: 150px;
	height:23px;
	float:left;
	text-align:center;
}

ul#menu li a{
	display:block;
	color: #009999;
	font-weight: bold;
	background-image:url(./hp2/top-menu.gif);
	padding:5px 0 3px 0;
}

a.syacho{
    background-position:0px 0px;
}
a:hover.syacho{
    background-position:0px -28px;
}
a.kaisya{
    background-position:-150px 0px;
}
a:hover.kaisya{
    background-position:-150px -28px;
}
a.syain{
    background-position:-300px 0px;
}
a:hover.syain{
    background-position:-300px -28px;
}
a.kensyu{
    background-position:-450px 0px;
}
a:hover.kensyu{
    background-position:-450px -28px;
}
a.bosyu{
    background-position:-600px 0px;
}
a:hover.bosyu{
    background-position:-600px -28px;
}
a.setsumeikai{
    background-position:-750px 0px;
}
a:hover.setsumeikai{
    background-position:-750px -28px;
}

/*--　bottom　コピーライト--*/
.copyright{
	background-image: url(./hp2/top-bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.5;
}


/*------------------------　会社説明会ページ設定　------------------------*/
#setsumeikai-top{
	width: 900px;
	height: 80px;
}
#setsumeikai{
	width: 900px;
	height: 260px;
}
#entrysheet{
	width: 900px;
	height: 90px;
}
#entrybanner{
	width: 900px;
	height: 120px;
}

#iventsjyoho{
	width: 900px;
	height: 230px;
}



/*----------　会社説明会ページ詳細設定　----------*/
/*--setsumeikai-top　タイトル＆ページ説明--*/
.setsumeikai-title{
	padding-top: 25px;
	padding-left: 20px;
}

/*--setsumeikai　会社説明会のご案内--*/
.setsumei{
	padding-left: 20px;
}
.setsumei-syosai01{
	padding-left: 30px;
}
.setsumei-syosai02{
}


/*--entrysheet　エントリーシート--*/
.entry{
	padding-left: 20px;
}
.entry-syosai {
	padding-left: 30px;
}
/*--entrybanner　エントリーバナー--*/
.banner{
	text-align: center;
}
html>/**/body .banner{
	padding-left: 320px;
}

.banner a{
	display: block;
	width: 280px;
	height: 80px;
	background-image:url(./hp2/entrybanner.gif);
	background-repeat: no-repeat;
}
.banner a:hover{
	background-image:url(./hp2/entrybanner-ro.gif);
	background-repeat: no-repeat;
}

/*--iventsjyoho　イベント情報--*/
.ivents{
	padding-left: 20px;
}
.ivents-syosai01{
	padding-left: 30px;
}

