@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #003E79;
	text-decoration: underline;
}

a:visited {
	color: #663366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #2B7FAA;

}

a:active {
	text-decoration: underline;
	color: #003E7A;

}


#footer a:link {
	color: #111;
	text-decoration: none;
}

#footer a:visited {
	color: #111;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	color: #111;

}

#footer a:active {
	text-decoration: none;
	color: #111;

}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
	font-size: 1.3em;
	color: #333;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 65px;
	width: 960px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

h3 {
	background: url(../../img/common/h3_bg.png) no-repeat left top;
	font-size: 1.3em;
	color: #111;
	margin-bottom: 15px;
}

h3 span.inner {
	display: block;
	padding: 10px 0 6px;
	background: url(../../img/common/h3_inner_bg.png) repeat-x left bottom;
}

h4 {
	padding: 7px 10px 3px;
	margin-bottom: 10px;
	background: #F1F1F1;
	border-bottom: #003366 1px solid;
	color: #003366;
	font-size: 1.23em;
}

img {
	vertical-align: top;
}

#conts .section {
	margin-bottom: 30px;
}

#main .imgH:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 15px auto;
	width: 960px;
}

#header h1 {
	float: left;
}

#header .icon {
	float: right;
}

#header .icon li {
	float: left;
	margin-left: 15px;
}

#header .icon li.icon02 {
	margin-top: 12px;
}

#header .icon li.icon03 {
	margin-top: 4px;
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 10px;
	width: 960px;
	font-size: 0.85em;
}

#pagePath li a {
	color: #111;
	text-decoration: none;
}
#pagePath li {
	display: inline;
	color: #666;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 710px;
	float: right;
}

#conts .redList {
	width: 450px;
}

#conts .redList li {
	padding-left: 11px;
	line-height: 1.7em;
	background: url(../../img/common/icon/icon01.png) no-repeat left 6px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	float: left;
}

#sideBar .sNavi {
	padding-top: 3px;
	background: url(../../img/common/side_bd.png) no-repeat center top;
	position: relative;
}

#sideBar .sNavi .inner {
	margin-bottom: 20px;
	padding-bottom: 3px;
	background: url(../../img/common/side_bd.png) no-repeat center bottom;
}

#sideBar .sNavi .inner a {
	width: 220px;
	height: 50px;
	display: block;
}

#sideBar .sNavi .inner li.news a {
	height: 49px;
}

#sideBar .blank {
	position: absolute;
	top: 204px;
	left: 4px;
}

#sideBar .sideAbout {
	margin-bottom: 18px;
	padding: 3px 3px 0;
	background: url(../../img/common/side_bg.png) no-repeat center top;
}

#sideBar .sideAbout .inner {
	padding-bottom: 14px;
	background: url(../../img/common/sideabout_bg.png) no-repeat center bottom;
}

#sideBar .sideAbout .inner p {
	padding: 10px;
}

#sideBar .telImg {
	margin-bottom: 9px;
}

#sideBar .telImg,
#sideBar .btn {
	text-align: center;
}

#sideBar .banner li {
	margin-bottom: 10px;
}

#sideBar .banner li a {
	width: 214px;
	height: 70px;
	display: block;
}

#sideBar li.home { background: url(../../img/common/side_navi01_over.png) no-repeat left top; }
#sideBar li.products { background: url(../../img/common/side_navi02_over.png) no-repeat left top; }
#sideBar li.company { background: url(../../img/common/side_navi03_over.png) no-repeat left top; }
#sideBar li.group { background: url(../../img/common/side_navi04_over.png) no-repeat left top; }
#sideBar li.news { background: url(../../img/common/side_navi05_over.png) no-repeat left top; }


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: url(../../img/common/footer_bg.png) repeat-x left top #EEE;
}

#footer .fInner {
	margin: 0 auto;	
	width: 968px;
	position: relative;
}

#footer .fNavi {
	padding: 20px 20px 0;
	width: 928px;
	height: 38px;
	position: absolute;
	top: -28px;
	font-size: 0.92em;
	background: url(../../img/common/footer_inner_bg.jpg) no-repeat left;
}

#footer .fNavi ul {
	float: left;
}

#footer .fNavi .pageTop {
	float: right;
}

#footer .fNavi ul li {
	float: left;
}

#footer .fInner p {
	padding: 45px 0 20px;
	font-size: 0.75em;
	text-align: right;
	color: #999;
}

