body {
	margin: 0px;
	padding: 0px;
}
img {
	border:0;
}
.clear{
	clear:both;
	width:0;
	height:0;
	margin:0;
	padding:0;
}
#wrapper {/*背景*/
	background-image: url(common/page_background.jpg);
	background-repeat: repeat-y;
	margin:0 auto 0 auto;
	width:916px;
	height:auto;
}
#pagebody {/*ページ幅*/
	width:853px;
	height:auto;
	margin:0 auto 0 33px;
}
#header {/*ヘッダー*/
	width:850px;
	height:74px;
	background-image:url(common/header.jpg);
	background-repeat:no-repeat;
}
#header h1{
	float:left;
	margin:0;
	padding:0;
}
#header_right{
	float:right;
	text-align:right;
	padding-right:10px;
}
#header_guide{
	font-size:11px;
	color:#666666;
	margin-top:25px;
}
#header em{
	display:block;
	margin-top:12px;
	margin-right:230px;
	font-style:normal;
	color:#555555;
	font-size:14px;
	font-weight:bold;
}

#bread{
	width:850px;
	font-size:12px;
	color:#666666;
	margin-top:5px;
}
*html #bread{
	margin-top:0px;
	padding-top:0px;
}
#bread a{
	color:#666666;
	text-decoration:none;
}
#bread a:hover{
	color:#CC3333;
	text-decoration:underline;
}

#side_navi{/*ページナビゲーション*/
	width:162px;
	height:100%;
	margin-top:15px;
	float:left;
}
*html #side_navi{
	margin-top:7px;
}
#side_navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#side_navi li{
	margin:0;
	padding:0;
}

.navi_nomal a{
	background-image:url(common/menu_off.jpg);
	color:#000000;
	width:152px;
	height:24px;
	display:block;
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
	text-decoration:none;
	vertical-align:bottom;
}
.navi_nomal a:hover{
	background-image:url(common/menu_on.jpg);
	color:#FFFFFF;
	width:152px;
	height:24px;
	display:block;
	text-decoration:underline;
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
	vertical-align:bottom;
}

.navi_thispage a{
	background-image:url(common/menu_on.jpg);
	color:#FFFFFF;
	width:152px;
	height:24px;
	display:block;
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
	text-decoration:none;
	vertical-align:bottom;
}
.navi_thispage a:hover{
	background-image:url(common/menu_on.jpg);
	color:#FFFFFF;
	width:152px;
	height:24px;
	display:block;
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
	text-decoration:underline;
}

.navi_sub a{/*子ページ*/
	background-image:url(common/submenu_off.jpg);
	color:#000000;
	width:137px;
	height:22px;
	display:block;
	font-size:12px;
	padding-left:25px;
	padding-top:9px;
	text-decoration:none;
	vertical-align:bottom;
}
.navi_sub a:hover{
	background-image:url(common/submenu_on.jpg);
	color:#FFFFFF;
	width:137px;
	height:22px;
	display:block;
	font-size:12px;
	padding-left:25px;
	padding-top:9px;
	text-decoration:underline;
	vertical-align:bottom;
}

.navi_sub_on a{/*子ページ選択*/
	background-image:url(common/submenu_on.jpg);
	color:#FFFFFF;
	width:137px;
	height:22px;
	display:block;
	font-size:12px;
	padding-left:25px;
	padding-top:9px;
	text-decoration:none;
	vertical-align:bottom;
}
.navi_sub_on a:hover{
	background-image:url(common/submenu_on.jpg);
	color:#FFFFFF;
	width:137px;
	height:22px;
	display:block;
	font-size:12px;
	padding-left:25px;
	padding-top:9px;
	text-decoration:underline;
	vertical-align:bottom;
}

.navi_last a{/*ページナビの最後（ちょっとしたが消えてる）*/
	background-image:url(common/menu_last.jpg);
	color:#000000;
	width:152px;
	height:24px;
	display:block;
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
	text-decoration:none;
	vertical-align:bottom;
}
.navi_last a:hover{
	background-image:url(common/menu_on.jpg);
	color:#FFFFFF;
	width:152px;
	height:24px;
	display:block;
	text-decoration:underline;
	vertical-align:bottom;
}

#grouplink{/*右側ラッキーグループリンク*/
	border-collapse:collapse;
	margin-top:15px;
	float:right;
}
*html #grouplink{
	margin-top:7px;
}

#grouplink td{
	margin:0;
	padding:0;
}
#footer1{/*フッターリンク*/
	width:100%;
	color:#DD7575;
	text-align:center;
	font-size:10px;
	line-height:18px;
	margin-top:20px;
	margin-bottom:5px;
}
#footer1 a{
	text-decoration:none;
	color:#DD7575;
}
#footer1 a:hover{
	text-decoration:underline;
	color:#CC3333;
}
#footer2{/*コピーライト*/
	background-image:url(common/footer.jpg);
	width:850px;
	height:44px;
	text-align:center;
	color:#CC3333;
	font-size:12px;
	padding-top:5px;
}

#contents{/*ページコンテンツ*/
	margin-left:20px;
	margin-top:18px;
	width:485px;
	float:left;
}
*html #contents{
	margin-top:9px;
}

h2{
	background-image:url(common/page_title.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:18px;
	margin:0;
	height:27px;
}

/*---------------------
**各ページ別レイアウト
*----------------------*/

/*------TOP--------*/
#top_table{
	margin-top:20px;
	border-collapse:collapse;
}
#top_table strong{
	font-weight:normal;
}
#top_table th{
	background-image:url(images/top_table.jpg);
	background-repeat:no-repeat;
	color:#CC3333;
	text-align:left;
	font-size:14px;
	height:28px;
}
#top_table th a{
	color:#CC3333;
	text-decoration:none;
}
.th_left{
	width:240px;
	margin-left:25px;
	float:left;
}
*html .th_left{
	margin-left:12px;
}
.th_right{
	width:200px;
	margin-left:277px;
}
*html .th_right{
	margin-left:274px;
}
#top_table td{
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	padding-right:5px;
	width:110px;
}
.td_left{
	padding-left:22px;
}


/*------contact--------*/
#telnumber{
	margin-left:-2px;
	margin-top:15px;
}
#contact{
	line-height:1.4em;
	font-size:14px;
	margin-top:20px;
}
#contact .point{
	color:#CC3333;
}
#contact .meibo{
	color:#CC0000;
	font-size:16px;
	margin-top:15px;
}
#contact .entry{
	text-align:center;
	margin-top:25px;
}
/*------carmodel--------*/
#carmodel{
	margin-top:10px;
}
#carmodel .box img{
	margin-top:40px;
	margin-bottom:20px;
	float:left;
}
#carmodel .boxtitle{
	display:block;
	background-image:url(images/carname.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:auto;
	width:256px;
	padding-left:15px;
	padding-top:8px;
	font-size:16px;
	float:right;
}
#carmodel table{
	float:right;
	line-height:1.4em;
	margin-top:15px;
	color:#000000;
	font-size:14px;
	width:261px;
	border-collapse:collapse;
	vertical-align:top;
}
#carmodel th{
	font-weight:normal;
	width:80px;
	text-align:left;
}
#carmodel hr{
	color:#CCCCCC;
}
#carmodel .help{
	color:#000000;
	line-height:1.4em;
	font-size:14px;
	margin-left:-5px;
	margin-top:15px;
}
#carmodel .help em{
	line-height:30px;
	color:#CC3333;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

/*------group--------*/

.rabbit{
	float:left;
	margin-top:15px;
	margin-left:10px;
}
.grouptext{
	float:right;
	width:350px;
	margin-top:15px;
	font-size:14px;
	line-height:1.4em;
}
.grouptext em{
	display:block;
	font-size:16px;
	color:#CC3333;
	font-style:normal;
	font-weight:bold;
	padding-bottom:10px;
}
.group{
	margin-top:15px;
}
.group h3{
	border-left:5px solid #FF3300;
	border-bottom:1px solid #666666;
	padding:5px;
	font-size:14px;
	color:#666666;
	margin:0;
}
.group strong{
	padding:10px;
	display:block;
	font-size:13px;
	color:#E30000;
}
.group img{
	float:right;
	padding-left:15px;
}
.group .text{
	padding:0px 10px 5px 10px;
	line-height:1.4em;
	font-size:12px;
}
.group .text a{
	color:#CC6699;
	text-decoration:none;
}
.group .text a:hover{
	text-decoration:underline;
}

/*------about--------*/
#about{
	font-size:14px;
	line-height:1.4em;
	border-collapse:separate;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	padding-right:3px;
}
#about th{
	border-top:1px solid #FF0000;
	text-align:left;
	text-indent:20px;
	width:135px;
	color:#CC3333;
	margin-right:5px;
}
#about .th_end{
	border-bottom:1px solid #FF0000;
}
#about td{
	padding:5px;
	border-top:1px solid #CCCCCC;
}
#about .td_end{
	border-bottom:1px solid #CCCCCC;
}

/*------introduce--------*/
#philosophy{
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.4em;
	font-size:14px;
}
#philosophy img{
	float:right;
	margin-top:10px;
	margin-left:5px;
}
#introduce{
	margin-top:10px;
	margin-bottom:10px;
}
#introduce em{
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	color:#CC3333;
	line-height:30px;
}
#introduce img{
	float:right;
	margin-top:10px;
	margin-left:10px;
}
.intro{
	font-size:14px;
	line-height:1.4em;
	margin-top:10px;
}

/*------recruit--------*/
#recruit{
	font-size:14px;
	line-height:1.4em;
	border-collapse:separate;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	padding-right:3px;
}
#recruit th{
	border-top:1px solid #FF0000;
	text-align:left;
	text-indent:20px;
	width:135px;
	color:#333333;
	margin-right:5px;
	vertical-align:top;
}
#recruit .th_end{
	border-bottom:1px solid #FF0000;
}
#recruit td{
	padding:5px;
	border-top:1px solid #CCCCCC;
}
#recruit .td_end{
	border-bottom:1px solid #CCCCCC;
}
#recruit_intable,
#recruit_intable td{
	border-width:0;
	vertical-align:top;
}

/*------interview--------*/
#interview{
	font-size:14px;
	line-height:1.4em;
	border-collapse:separate;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	padding-right:3px;
}
#interview img{
	margin-top:10px;
}
#interview th{
	border-top:1px solid #FF0000;
	text-align:left;
	text-indent:20px;
	width:135px;
	margin-right:5px;
	vertical-align:top;
	text-align:right;
}
#interview .th_end{
	border-bottom:1px solid #FF0000;
}
#interview td{
	padding:5px;
	border-top:1px solid #CCCCCC;
}
#interview .td_end{
	border-bottom:1px solid #CCCCCC;
}

#interview .name{
	font-size:16px;
	display:block;
	margin:5px 0px;
}
#interview dl{
	margin:5px 0;
}
#interview dt{
	color:#CC0000;
	font-size:14px;
}
#interview dd{
	margin:5px 0 5px 20px;
	font-size:13px;
}

/*------strength--------*/

#strength{
	margin-top:10px;
	font-size:15px;
	line-height:1.4em;
}
#strength table{
	float:right;
	margin-left:10px;
}
#strength table img{
	margin-bottom:10px;
}
#strength ul{
	padding-left:15px;
	margin:15px 0;
}
#strength li{
	list-style-type:none;
	background-image:url(images/stricon.gif);
	background-repeat:no-repeat;
	text-indent:15px;
	line-height:1em;
	margin:3px 0;
	padding:0;
}
#strength li a{
	color:#333333;
	text-decoration:none;
}
#strength li a:hover{
	text-decoration:underline;
	color:#DD0000;
}

/*------training--------*/
#training{
	margin-top:15px;
	font-size:12px;
	line-height:1.4em;
}
#training strong{
	font-size:16px;
	color:#CC0000;
	margin-bottom:10px;
	display:block;
}
#training table{
	margin-top:10px;
	margin-bottom:20px;
}
#training td{
	vertical-align:top;
}
#training img{
	padding-right:10px;
}
.arrow{
	text-align:center;
}

/*------fukushi--------*/
#fukushi{
	margin-top:15px;
	margin-bottom:15px;
	font-size:15px;
}
#fukushi h3{
	border-left:5px solid #FF3300;
	border-bottom:1px solid #666666;
	padding:5px;
	font-size:14px;
	color:#666666;
	margin:0;
}

#fukushi img{
	margin-top:20px;
	float:right;
	margin-left:15px;
}
.fukushi_text{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
	line-height:1.4em;
}
#fukushi table{
	font-size:14px;
	line-height:1.4em;
	border-collapse:separate;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	padding-right:3px;
}
#fukushi th{
	border-top:1px solid #FF0000;
	text-align:left;
	text-indent:20px;
	width:120px;
	margin-right:5px;
	vertical-align:top;
}
#fukushi .th_end{
	border-bottom:1px solid #FF0000;
}
#fukushi td{
	padding:5px;
	border-top:1px solid #CCCCCC;
}
#fukushi .td_end{
	border-bottom:1px solid #CCCCCC;
}

/*------sitemap--------*/
#sitemap{
	margin-top:10px;
}
#sitemap ul{
	list-style-type:none;
	font-size:14px;
	padding:5px;
	margin:0;
}
#sitemap ul.child{
	margin:0px 0 10px 25px;
	padding:0;
}
#sitemap li{
	margin:8px 0;
	display:block;
}
#sitemap li a{
	color:#333333;
	text-decoration:none;
}
#sitemap li a:hover{
	color:#FF3300;
	text-decoration:underline;
}
.parent_list{
	border-left:5px solid #CC3333;
	padding-left:10px;
}
.list{
	border-left:5px solid #FF3300;
	padding-left:10px;
	display:block;
}

/* 福山イベント用 */
.fukuyama2015{
	margin-top:15px;
	border:4px solid #ff0000;
	padding:10px;
	line-height:1.6em;
	font-size:13px;
}
.fukuyama2015 strong{
	font-size:14px;
}
.fukuyama2015 b{color:#ff0000;}