/* 基本スタイル
---------------------------------------------*/
body {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../img/back/base.jpg);
	background-repeat: repeat-x;
}

a:link {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #23B2EF;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}

form { margin: 0px; }


/* ページ
-----------------------------------*/
#wrapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー
-----------------------------------*/
#header {
	width: 1000px;
	text-align:left;
}

/* タイトル部分
-----------------------------------*/
#title_wrapper {
	width: 1000px;
}
#title_left {
    float:left;
	width: 195px;
}
#title_right {
    float:left;
	width: 805px;
	text-align:right;
}

/* ページボタン
-----------------------------------*/
#page_bt {
	width: 1000px;
	text-align:left;
}

/* コンテンツ
-----------------------------------*/
#contents {
	width: 1000px;
	text-align:center;
}

/* companyコンテンツ
-----------------------------------*/
#company_contents {
	width: 1000px;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../img/company/index/backimg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* recruitコンテンツ
-----------------------------------*/
#recruit_contents {
	width: 1000px;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../img/company/recruit/backimg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ページメニュー
-----------------------------------*/
#page_menu {
	width: 1000px;
	text-align:left;
	background-image: url(../img/base/footer_back1.jpg);
}

/* メインメニュー
-----------------------------------*/
#main_menu {
	width: 1000px;
	text-align:left;
	background-image: url(../img/base/footer_back2.jpg);
}

/* フッター
-----------------------------------*/
#footer {
	width: 1000px;
	text-align:left;
}



/* ページ指定
---------------------------------------------*/

/* アイコン中心揃え*/
.icon {
    vertical-align: middle;
}

/* ベースライン*/
.base_line {
	border: 1px solid #CCCCCC;
}




/* フォント
-----------------------------------*/
.footer_font {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.footer_font11 {
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}
.top_font11 {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.index_model_font11_white {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
.white12 {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.side_box12 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.pink12 {
	font-size: 12px;
	line-height: 20px;
	color: #F0037F;
}
.green11 {
	font-size: 11px;
	line-height: 17px;
	color: #ABDA4D;
}
.green13 {
	font-size: 13px;
	line-height: 16px;
	color: #2FAA94;
}
.font16 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}


/* リンク
-----------------------------------*/
/*/* ページフォントリンク
---------------------------*/
#page_font12 a:link {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}
#page_font12 a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}
#page_font12 a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: underline;
}
#page_font12 a:active {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}

/*/* フォント11リンク
---------------------------*/
#font11 a:link {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}
#font11 a:visited {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}
#font11 a:hover {
	font-size: 11px;
	line-height: 17px;
	color: #23B2EF;
	text-decoration: underline;
}
#font11 a:active {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}






/* ｈタグ
-----------------------------------*/
h1 { font-size: 11pt;
     margin: 0;
	 padding: 0;
	 height:auto;
}
h2 { font-size: 10pt;
     margin: 0;
	 padding: 0;
	 height:auto;
}	
h3 { font-size: 11pt;
     margin: 0;
	 padding: 0;
	 height:auto;
	 
}
.reco_project {
	background-attachment: scroll;
	background-image: url(../img/reco/model/reco_project.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
