@charset "utf-8";
/* CSS Document */

/*↓↓↓↓ 全体の指定 ↓↓↓↓*/

html	{
	height:100%;
	overflow:scroll;
}
/*
	FFでスクロールバーが画面表示領域に応じて出る場合、でない場合があるため
	崩れたような印象をあたえる場合がある。
	そのため常にスクロールバーを表示する設定を与えてあげることで、
	崩れたような印象を与えない効果があると思います。たぶん
*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address	{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.3;
}

a img	{
	border:none;
}

.cb	{
	clear:both;
}

body {
	font-size:80%;
	font-family: Hirgino Kaku Gothic Pro, "ヒラギノ各ゴ Pro W3", okasa, "ＭＳ Ｐゴシック", sans-serif;
	color:#696969;
	background:#DEE2E2;
	}

#bg_grad	{
	background-image:url(../img/bg_backgrad.jpg);
	background-repeat:repeat-y;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper	{
	background-color:#FFFFFF;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

/*↓↓↓↓ 個別の指定 ↓↓↓↓*/

#header	{
	background:url(../img/header_grad.jpg) top left no-repeat;
}

#header ul	{
	list-style:none;
}

.head_title	{
	float:left;
	margin-top:14px;
	margin-left:6px;
	margin-bottom:5px;
	height:70px;
	display:block;
	width: 250px;
}

#header	.head_textlink{
	float:right;
	margin-top:10px;
	width:255px;
	height:30px;
}

#header .head_textlink li	{
	float:left;
	font-size:10px;
	height:11px;
	line-height:11px;
	padding-right:6px;
	background-image:url(../img/head_listmark.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}

#header .head_textlink li a	{
	padding-left:12px;	
	height:20px;
	color:#2D93CC;
}

#header .head_textlink li a:hover	{
	color:#216D96;
}

#header	.head_telnum	{
	clear:right;
	float: right;
	margin-right:9px;
	margin-top:20px;
	padding-bottom:5px;
	vertical-align:bottom;
}

#global_menu	{
	clear:both;
}

#global_menu li	{
	float:left;
}

#global_menu li a	{
	display:block;
	height:0px;
	padding-top:42px;
	width:152px;
	overflow:hidden;
}

#gnav01 a	{
	background:url(../img/grb_menu_service_off.jpg) no-repeat left top;
}

#gnav01 a:hover	{
	background:url(../img/grb_menu_service_on.jpg) no-repeat left top;
}
#gnav02 a	{
	background:url(../img/grb_menu_price_off.jpg) no-repeat left top;
}

#gnav02 a:hover	{
	background:url(../img/grb_menu_price_on.jpg) no-repeat left top;
}
#gnav03 a	{
	background:url(../img/grb_menu_works_off.jpg) no-repeat left top;
}

#gnav03 a:hover	{
	background:url(../img/grb_menu_works_on.jpg) no-repeat left top;
}
#gnav04 a	{
	background:url(../img/grb_menu_order_off.jpg) no-repeat left top;
}

#gnav04 a:hover	{
	background:url(../img/grb_menu_order_on.jpg) no-repeat left top;
}
#gnav05 a	{
	background:url(../img/grb_menu_company_off.jpg) no-repeat left top;
}

#gnav05 a:hover	{
	background:url(../img/grb_menu_company_on.jpg) no-repeat left top;
}


/*############### side_bar ###############*/

#sidebar	{
	width:180px;
	float:left;
	padding-left:10px;
	padding-top:9px;
	padding-bottom:10px;
}

#sidebar h2	{
	padding-top:10px;
}


/*.announce_img	{
	width:78px;
}

.announce_date	{
	width:100px;
	font-size:0.9em;
}

.announce_hr	{
	padding:3px 0px;
}

#announce_table	{
	background-color:#ffffff;
	padding:3px;
	height: 300px;
}

#announce_table tr .announce_text{
	padding:3px;
}
*/
#newstopics  {
	width:152px;
	color: #666666;
	padding-left: 5px;
	padding-right: 3px;
}
#newstopics dt {
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
}
#newstopics  dd {
	list-style: none;
	line-height: 1.5;
	padding-left: 7px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#qr_codebox	{
	background-color:#98999a;
	padding:1px;
}

#qr_codebox p	{
	background-color:#ffffff;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
}

#qr_codebox .qr_img	{
	text-align:center;
}

#recruit_box	{
	background-color:#98999a;
	padding:1px;
}
iframe {
	background-color: #FFFFFF;
	height: 250px;
	width: 178px;
	overflow: y;
}


#recruit_box p	{
	background-color:#ffffff;
	text-align:center;
	padding:6px 0px;
}

#recruit_box .recruit_text{
	color:#557997;
	text-align:left;
	padding:3px 2px 3px 2px;
	background-color:#D5DEE3;
}

#recruit_box .recruit_button a{
	display:block;
	width:178px;
	padding-top:26px;
	height:0px;
	overflow:hidden;
	background:url(../img/side_title_recruit_bt_off.jpg) top center no-repeat;
}

#recruit_box .recruit_button a:hover{
	background:url(../img/side_title_recruit_bt_on.jpg) top center no-repeat;
}


.leftbar_order_bt a	{
	width:180px;
	padding-top:100px;
	height:0px;
	overflow:hidden;
	display:block;
	background:url(../img/side_bt_apply_off.jpg) top left no-repeat;
}

.leftbar_order_bt a:hover	{
	background:url(../img/side_bt_apply_on.jpg) top left no-repeat;
}

.banner {
	padding-top:10px;
}
#main_content	{
	width:550px;
	float:left;
	padding:10px;
}

#main_visual	{
	width:550px;
	margin-bottom:10px;
}

#main_visual_pic	{
	float:left;
	padding-right:10px;
}

#main_visual_button	{
	float:left;
	width:190px;
	background-color:#EEEEEE;
}

#main_visual_button p	{
	padding-bottom:5px;
	text-align:center;
}



#maincontent_maintitle	{
	background:url(../img/maincontent_maintitle.jpg) top left no-repeat;
	height:20px;
	line-height:20px;
	padding-left:30px;
	color:#FFFFFF;
	font-weight:bold;
}

#maincontent_border_box	{
	background-color:#98999A;
	padding:1px;
}

.maincontent_sub_pad	{
	padding-top:6px;
	background-color:#FFFFFF;
}

.maincontent_sub_mother	{
	width:auto;
	background:url(../img/maincontent_sub_body.jpg) top left repeat-y;
	background-color:#FFFFFF;
	background-position:3px 0px;
	padding-left:3px;
}

#maincontent_sub01_title	{
	background:url(../img/maincontent_sub01_title.jpg) top left no-repeat;
	width:100%;
}

#maincontent_sub02_title	{
	background:url(../img/maincontent_sub02_title.jpg) top left no-repeat;
	width:100%;
}

#maincontent_sub03_title	{
	background:url(../img/maincontent_sub03_title.jpg) top left no-repeat;
	width:100%;
}

.maincontent_sub_head_text	{
	padding-top:10px;
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
	padding-left: 100px;
}

.maincontent_sub_body_text	{
	padding-left:67px;
	padding-top:12px;
	padding-right:14px;
	padding-bottom:10px;
	color:#0066cc;
	letter-spacing:-0.1em;
}

.maincontent_sub_body	{
	width:100%;
}


.maincontent_sub_body .ad_images img	{
	margin:5px 0px 5px 0px;
}

.maincontent_sub_body .workflow_images img	{
	margin:10px 10px 0px 0px;
}

.maincontent_sub_body p	{
	padding-left:67px;
}

.maincontent_sub_bottom	{
	margin-left:6px;
	width:530px;
	border-bottom:#3599cc solid 1px;
}
#allinone_pad img {
	padding-right: 25px;
}


.allinone_text	{
	color:#002675;
	font-size:11px;
	padding-bottom:10px;
	text-align: left;
	padding-left: 0px;
	position: relative;
}

/*############### footer ###############*/

#footer	{
	background:url(../img/footer_repeat.jpg) top left repeat-x;
	width:760px;
	height:50px;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
}

#footer ul	{
	list-style-type:none;
	padding-left: 190px;
}


#footer ul li	{
	float:left;
}

#footer ul li a	{
	color:#FFFFFF;
}

#footer ul li a:hover	{
	color:#66FFFF;
}

