@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
}

body {
	color: #5d5d5d;
	font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clearfix:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
img {
	border: none;
	vertical-align: top;
}
a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:link, a:visited, a:active {
	color: #0168B7;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	color: #387B57;
	text-decoration: none;
}
footer a:link, footer a:visited, footer a:active {
	color: #0068b7;
	text-decoration: underline;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot50 {
	padding-bottom: 50px;
}
.margin-bot0 {
	margin-bottom: 0px;
}
.margin-bot5 {
	margin-bottom: 10px;
}
.margin-bot10 {
	margin-bottom: 10px;
}
.margin-top-10 {
	margin-top: -10px;
}
.margin-bot20 {
	margin-bottom: 20px;
}
.margin-bot24 {
	margin-bottom: 24px;
}
.margin-bot30 {
	margin-bottom: 30px;
}
.margin-bot50 {
	margin-bottom: 50px;
}
/*************
全体
*************/
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
#wrapper:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
/*************
/* ヘッダー
*************/
#title {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin-top: 10px;
}
#title p ,#title h1{
	width: 960px;
	padding: 3px 0;
	margin: 0 auto;
	font-weight: normal;
}
#headerBox {
	width: 960px;
	margin: 0 auto;
}
#headerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headerLogo {
	float: left;
	width: 251px;
	margin-top: 20px;
	margin-bottom: 24px;
}
#headerRight {
	float: right;
	margin-top: 35px;
	width: 293px;
}
/*************
/* トップナビゲーション
*************/
#headerNavi {
	background-image: url(../images/navi_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
#headerNavi ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#headerNavi ul li {
	float: left;
}
#headerNavi ul.noBg {
	background: none!important;
	float: none!important;
}
#headerNavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 192px;
	background-image: url(../images/navi_off.gif);
	background-repeat: no-repeat;
}
#headerNavi a#home {
	background-position: 0 0;
}
#headerNavi a#business {
	background-position: -192px 0;
}
#headerNavi a#equipment {
	background-position: -384px 0;
}
#headerNavi a#company {
	background-position: -576px 0;
}
#headerNavi a#inquiry {
	background-position: -768px 0;
}
#headerNavi a:hover{
	background-image: url(../images/navi_on.gif);
	background-repeat: no-repeat;
}

/*************
メイン
*************/
#contents {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
/*************
コンテンツ
*************/
main {
	width: 650px;
	float: right;
	margin-bottom: 60px;
}
#mainImg {
	margin-bottom: 30px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
}
#mainBox {
	border-radius: 10px;
	border: 3px solid #1D2087;
	margin-bottom: 30px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 30px;
	padding-left: 17px;
}
.last {
	margin-right: 0;
}
.txtBox {
	padding-bottom: 40px;
}
.txtBox:last-child {
	padding-bottom: 0px;
}
.txtBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtBox p {
	margin-bottom: 18px;
}
.txtBox p:last-child {
	margin-bottom: 0px;
}
.txtSubBox {
	padding-bottom: 24px;
}
.txtSubBox:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.txtSubBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtSubBox p {
	margin-bottom: 15px;
}
.txtSubBox p:last-child {
	margin-bottom: 0px;
}
/*************
サイド
*************/
#sideBar {
	float: left;
	width: 280px;
	margin-bottom: 60px;
}
.sideHeadline {
	color: #FFFFFF;
	font-size: 18px;
	background-image: url(../images/side_headline.jpg);
	background-repeat: no-repeat;
	padding-top:2px;
	height: 28px;
	line-height: 30px;
	padding-left: 27px;
	margin-bottom: 8px;
}
.sideBox {
	margin-bottom:24px;
}
.sideBox:last-child {
	margin-bottom:0px;
}
#cmsBox {
	height: 146px;
	overflow: auto;
}
#cmsBox .infoTitle {
	color: #0068b7;
	font-weight: bold;
}
#cmsBox .infoText {
	border-bottom: 1px dotted #E4E4E4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sideBox .info {
	margin-top: 5px;
	padding:5px;
	background-image: url(../images/side_border.gif);
	background-position: left top;
	background-repeat: repeat;
}
.sideBox address {
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 1.6;
}
.addressBg {
	padding: 0px 5px;
	background-color: #6dbe51;
	color: #FFFFFF;
}

/*************
/* フッター
*************/
footer {
	clear: both;
	padding-bottom: 20px;
	background-position: center top;
	background-repeat: repeat-x;
}
footer a:link, footer a:visiter {
 color:#FFFFFF;
}
footer a:hover {
	color: #0B345D;
	text-decoration: none;
}
#footerLogo {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	text-align:center;
}
#footerBox {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#footerBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#copy {
	text-align: right;
	font-size: 12px;
	clear: both;
	padding: 5px;
}
#footerNavi {
	padding-top: 20px;
}
#footerNavi ul li {
	background-image: url(../images/footer_link.gif);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	letter-spacing: 0.2em;
}
#footerNavi ul ul {
	margin: 0;
}
#footerNavi ul li li {
	background-image: none;
	float: none;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 20px;
	line-height: 2;
	margin-right: 0;
}
#footerAddress {
	float: right;
	text-align: right;
	line-height: 1.5;
}
#footerAddress address {
	margin-bottom: 10px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 55px;
}
.pagetop a {
	display: block;
	background-color: #155CA5;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.3;
	border: 2px solid #155CA5;
}
.pagetop a:hover {
	background-color: #FFFFFF;
	color: #155CA5;
}
/*************
/* その他
*************/
.small {
	font-size: 12px;
	line-height: 1.5;
}
.headline1 {
	background-image: url(../images/headline.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #155CA5;
	font-weight: bold;
	font-size: 20px;
	padding-left: 30px;
	margin-bottom: 16px;
	overflow: hidden;
	line-height: 40px;
}
.headline2 {
	background-image: url(../images/headline2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 18px;
	color: #0168B7;
	height: 28px;
	margin-bottom: 16px;
	overflow: hidden;
}
.imgRight {
	margin-left: 16px;
	float: right;
}
.imgLeft {
	margin-right: 16px;
	float: left;
}
.large {
	font-size: 16px;
}
.blue {
	color: #0068b7;
}
.green {
	color: #6dbe51;
}
.red {
	color: #FF0004;
}
.txtBox h2  {
	margin-bottom: 16px;
}
