@charset "Shift_JIS";

/*******************************************************************************

"ソリューションパートナーズ"

Cascading Style Sheet Setting File
/common/css/decorete_top.css

2005 gooya Corporation.

*******************************************************************************/



/** Common Section/ ***********************************************************/

/* 全要素に対してフォントカラー指定 */
*{
	color:#666666;
}

body{
	background:#F4F9F2 url("../../images/background.gif") repeat-y center top;
}

/** /Common Section ***********************************************************/



/** Header Section/ ***********************************************************/

/* ロゴ */
h1{
	background:url("../../images/main_head.jpg") no-repeat left top;
}

/** /Header Section ***********************************************************/



/** Menu Section/ *************************************************************/

/* メインメニュー */
ul#Navigation{
	background:url("../../images/main_foot.jpg") no-repeat left top;
}

/* メニューボタン */
ul#Navigation a.recruit{
	background:url("../../images/btn_top_recruit.jpg") no-repeat left top;
}

ul#Navigation a.service{
	background:url("../../images/btn_top_service.jpg") no-repeat left top;
}

ul#Navigation a.service2{
	background:url("../../images/btn_top_service2.jpg") no-repeat left top;
}

ul#Navigation a.regist{
	background:url("../../images/btn_top_regist.jpg") no-repeat left top;
}

ul#Navigation a.outline{
	background:url("../../images/btn_top_outline.jpg") no-repeat left top;
}

ul#Navigation a.link{
	background:url("../../images/btn_top_link.jpg") no-repeat left top;
}

ul#Navigation a.crecruit{
	background:url("../../images/btn_top_crecruit.jpg") no-repeat left top;
}

/** /Menu Section *************************************************************/



/** Footer Section/ ***********************************************************/

/* 表示領域 */
div#Footer{
	background-color:#C7D6EE;
}

/* フッターメニュー */
ul#SubNavi{
	background-color:#F3F7FD;
}

/* フッターメニューボタン */
ul#SubNavi a.privacy{
	background:url("../../images/f_menu_privacy.gif") no-repeat left top;
}

ul#SubNavi a.security{
	background:url("../../images/f_menu_security.gif") no-repeat left top;
}

ul#SubNavi a.link{
	background:url("../../images/f_menu_link.gif") no-repeat left top;
}

ul#SubNavi a.outline{
	background:url("../../images/f_menu_outline.gif") no-repeat left top;
}

/* コピーライト */
div#Footer p{
	color:#4E2E00;
}

/** /Footer Section ***********************************************************/



/** Contents Section/ *********************************************************/

/* 表示領域 */
div#Contents{
	background-color:#FFFFFF;
}

div#LeftPane{
	background:url("../../images/b_topic_foot.gif") no-repeat left bottom;
}

div#Iframe{
	background:url("../../images/b_topic_back.gif") repeat-x left bottom;
}

/* トピックス */
h3{
	border-left:solid 4px #151944;
	color:#151944;
}

div.topic_head{
	background:url("../../images/b_topic_head.gif") no-repeat left top;
}

div.topic_group{
	border-top:dashed 1px #EBCBC6;
}

div.topics{
	border-bottom:dashed 1px #EBCBC6;
}

div.topics *{
	color:#151944;
}

/* 仮登録ボタン */
a#btn_regist{
	background:url("../../images/btn_regist.jpg") no-repeat left top;
}

/* サービスの流れボタン */
a#btn_service{
	background:url("../../images/btn_service.jpg") no-repeat left top;
}

/* サービスの流れボタン */
a#btn_service2{
	background:url("../../images/btn_service2.jpg") no-repeat left top;
}

/** /Contents Section *********************************************************/
