@charset "UTF-8";

/* ページ全体
---------------------------------------------------- */
body {
	background-color: #ebf4ad;
	background-image: url(../IMG/bg_img.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#wrapper セレクタの初期設定である左揃えに設定されます */
}
h1,h2,h3,h4,h5,h6,p,img,ul,li,a,dl,dt,dd {
    margin: 0;
    padding: 0;
}
img {
border-width: 0;
}
#wrapper {
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	width: 730px;
}

/* png透過をIE6以下でもきれいに表示 */
* html .iepngfix {
  behavior: url(iepngfix.htc);
}

* html .iepngfix-nx {
  behavior: url(iepngfix.htc);
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

/* リンクテキスト
---------------------------------------------------- */
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}


/* ヘッダー
---------------------------------------------------- */
#header {
	background-image: url(../IMG/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 730px;
	clear: both;
}
#title  {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	float: left;
	width: 382px;
	clear: left;
}

/* お問い合わせ・サイトマップ */
#otoiawase_area {
	margin: 0px;
	padding: 10px 7px 0px 0px;
	height: 24px;
	width: 200px;
	clear: right;
	float: right;
}
#otoiawase_area #otoiawase {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 24px;
}
#otoiawase .otoiawase_img {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	clear: left;
}

/* ヘッダー内ナビゲーション */
#header #header_navi_area {
	margin: 9px 3px 0px;
	padding: 0px 0px 0px 10px;
	width: 714px;
	height: 16px;
	background-image: url(../IMG/hnavi_bg.gif);
	background-repeat: repeat-x;
}
#header_navi {
	margin: 0;
	padding: 0;
	float: left;
	width: 640px;
	height: 16px;
	clear: left;
}
#header_navi  li {
	margin: 0;
	padding: 0;
	float: left;
	height: 16px;
	vertical-align: top;
	line-height: 1;
	list-style-type: none;
}
#header_navi  li  img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* コンテンツ領域
---------------------------------------------------- */
#container #contents_top {
	background-image: url(../IMG/kadobaru_top.gif);
	background-repeat: no-repeat;
	margin: 30px 0px 0px;
	padding: 0px;
	height: 18px;
	width: 730px;
	background-position: bottom;
}
#container {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 730px;
}
#container #contents_bottom {
	background-image: url(../IMG/kadobaru_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 730px;
	background-position: top;
}
#contents {
	background-image: url(../IMG/contents_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 730px;
}

/* コンテンツ　右側
---------------------------------------------------- */
#right_box {
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 570px;
}

/* ナビゲーション */
#side_navi {
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#side_navi ul {
    list-style-type: none;
}
#side_navi li img {
	vertical-align: bottom;
	margin-bottom: 5px;
}

/* 利用者登録 */
#touroku {
	background-image: url(../IMG/touroku_bg.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px;
	padding: 0px;
	height: 110px;
	width: 148px;
	background-position: top;
}
.touroku_img img {
	margin: 0px 0px 2px;
	padding: 0px;
}
.touroku_img {
	margin: 0px;
	padding: 53px 0px 0px 11px;
	list-style-type: none;
}

/* 携帯サイトについて */
#right_box .mobile {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 就職内定おめでとう” */
#right_box .naitei {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* コンテンツ　左側
---------------------------------------------------- */
#left_box {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 540px;
	clear: left;
}

/* Flash部分 */
#flash {
	margin: 0px 0px 15px;
	padding: 0px;
	height: 230px;
	width: 530px;
}


/*  
 印刷時Flash設定 [  
----------------------------------------------------------- */  
@media screen {
#flash_print { display:none; }
}

@media print {
#flash_print {
	margin: 0px 0px 15px;
	padding: 0px;
	height: 230px;
	width: 530px;
}

#flash { display:none; }

}




/* What's new!・セミナー */
#left_box #new {
	padding: 0px;
	width: 530px;
	height: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ii-line-new {
	border-bottom-style: solid;
	border-bottom-color: #9bc2e7;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9bc2e7;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 520px;
}

.ii-kazari-new {
	width: 16px;
	text-align: left;
	float: left;
	color: #006699;
}

.ii-title {
	width: 410px;
	float: left;
}
.ii-up {
	width: 90px;
	float: left;
	font-size: 90%;
	text-align: right;
}

.col-new {
	color: #FF0000;
	padding-left: 3px;
	font-size: 80%;
}


.ii-line-sem {
	border-bottom-style: solid;
	border-bottom-color: #c2e79b;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c2e79b;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 520px;
}

.ii-kazari-sem {
	width: 16px;
	text-align: left;
	float: left;
	color: #006600;
}


#ii-main/* イーボードわく
---------------------------------------------------- */
/* メインエリア */
  {
	padding: 0px;
	width: 520px;
	height: 125px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 12px;
	vertical-align: top;
}


/* seminar/event */
#left_box #seminar {
	margin: 0px 0px 3px;
	padding: 0px;
	width: 530px;
	height: 185px;
}

/* フッター
---------------------------------------------------- */
#footer {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	width: 724px;
	background-color: #bde1db;
	clear: both;
}
#footer p {
	line-height: 1.25em;
	padding: 10px 0px 10px 10px;
}

/* 推奨環境 */
#container .suisyou {
	font-size: 80%;
	line-height: 1.25em;
	margin-top: 10px;
}
