/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:bottom;
	border: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	text-align: center;
}
::-moz-selection {
background: #FFEC00;
color: #000;
text-shadow: none;
}
::selection {
	background: #FFEC00;
	color: #000;
	text-shadow: none;
}
/*=========================================
   Links
=========================================*/

a:hover, a:active {
	outline: 0;
}
/*=========================================
	Main Styles
=========================================*/

#container {
	width: 980px;
	margin: 15px auto 0px;
	padding: 0px;
	position: relative;
}


/*=========================================
	Layout
=========================================*/
header {
	float: left;
	width: 960px;
	border-top: 3px solid #000000;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#center {
	float: left;
	background: url(../images/bg_maintop.jpg) no-repeat center top;
	width: 960px;
	margin: 0px 0px 0px 10px;
	padding: 120px 0px 0px;
}

#main {
	float: left;
	width: 660px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 10px;
}
#sidebar {
	float: right;
	width: 270px;
	padding-right: 10px;
}
footer {
	float: left;
	width: 960px;
	border-top: 3px solid #000000;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: left;
}
/*=========================================
	Text
=========================================*/
body {
	color: #212121;
	font: 13px/1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
/*===================
	Headers
===================*/
section {
	display: block;
}
header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
header h2 {
	line-height: 1;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
header .info {
	float: right;
	margin: 0px;
	padding: 0px 10px 5px 0px;
	clear: both;
}
header section nav {
	width:665px;
	height: 50px;
	margin: 20px 0px 0px;
	top: 0px;
	float: right;
	padding: 0px;
}
/*===================
	sidebar
===================*/
#info_California {
	-webkit-box-shadow: 0px 0px 5px #D3D3D3;
	-moz-box-shadow: 0px 0px 5px #D3D3D3;
	box-shadow: 0px 0px 5px #D3D3D3;
	padding: 10px 15px 15px;
	color: #FFFFFF;
	width: 240px;
	background: #222;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 20px;
}

#info_Snapon {
	-webkit-box-shadow: 0px 0px 5px #D3D3D3;
	-moz-box-shadow: 0px 0px 5px #D3D3D3;
	box-shadow: 0px 0px 5px #D3D3D3;
	padding: 10px 15px 15px;
	color: #000;
	width: 240px;
	background: #ddd;
	font-size: 12px;
	line-height: 1.6em;
}
#info_California strong, #info_Snapon strong  {
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	display: block;
	padding: 13px 0px 5px;
}

/*===================
	footer
===================*/
footer p {
	display: block;
	float: left;
	padding: 10px;
	font-size: 11px;
	color: #666;
}

footer .pagetop {
	display: block;
	float: right;
	padding: 10px;
}


/*===================
	top
===================*/

#slider_bg {
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border: 1px solid #D3D3D3;
	background-color: #ffffff;
	padding: 7px 5px 7px 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #888888;
	text-align: center;
	height: 210px;
	width: 940px;
	margin: 0px auto;
}
#slider img {
	height: 200px;
	width: 300px;
}
#slider li {
	float: left;
	padding: 5px;
}



/* bxSliderの設定*/

/* >ボタン */
.bx-next {
	position:absolute;
	top:45%;
	right:-1%;
}
/* <ボタン */
.bx-prev {
	position:absolute;
	top:45%;
	left:-1%;
}
ul#goto li {
	width:640px;
}
div.slice_content {
	width:620px;
	margin:0 auto;
	background-color:#fff;
	border:solid 1px #ddd;
	display: block;
	float: left;
	padding-left: 20px;
}
img.thumbnail {
	float:left;
	margin:5px;
}
div.box1 {
	float:left;
	width:270px;
	text-align: left;
	margin-top: 10px;
}
div.box1 h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	float: left;
	width: 100%;
}

/*===================
	main service
===================*/

#service {
	width: 100%;
	float: left;
}
#service .ttl {
	padding: 10px;
}
#service h2 {
	display: block;
	float: left;
	width: 390px;
	margin-bottom: 10px;
}
#service h3 {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#service p {
	padding-left: 30px;
	display: block;
}
.contact_area {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3  px;
	background: #000;
	width: 560px;
	margin-left: 30px;
	margin-top: 15px;
	padding: 10px 0px 10px 30px;
	float: left;
}
.contact_area .box {
	float: left;
	margin-right: 40px;
}
