@charset "shift_jis";
/* CSS Document */

/*　---初期化部分---　*/

html {
	overflow-y:scroll;/*firefoxで縦スクロールバー部を常に表示させて中央揃えの位置がずれるのを防ぐ*/
}
body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.jpg) repeat-x left top;
	color:#333;
	font-size:80%;
	line-height:1.5;
	letter-spacing:0;/*IE7ページの拡大対策*/
	text-align:center;
}

br {/*IE7ページの拡大対策*/
	letter-spacing:0;
}	
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}
fieldset {
	border:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th {
	padding:6px 8px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
td {
	padding:6px 8px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
img{
	vertical-align:top;
	border:none;
}
address{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	font-weight:normal;
}
ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
* + html body {
    font-family: "ＭＳ Ｐゴシック",sans-serif;
}
a {
	color:#06C;
}
a:visited {
	color:#06C;
}
a:hover, a:active, a:focus {
	color:#06C;
	text-decoration:none;
}
/*-------------------------------------------
 ヘッダー
-------------------------------------------*/
#header {
    margin: 0 auto;
	margin-bottom:5px;
}
#header h1 {/*--トップページ--*/
	margin:13px 0 0 20px;
}
img#logo {/*--トップページ以外--*/
	margin:13px 0 0 20px;
}
#header-utility {
	padding:0 0 2px 0 !important;
	height:18px;
}

/*-------------------------------------------
 フォントサイズ変更
-------------------------------------------*/
#fontsize-area {
	margin-left:670px;
	float:left;
}

*html #fontsize-area {
	margin-left:332px;
}
ul#font-size {
    margin-left:100px;
}
ul#font-size:after {
    clear: both;
    content: "";
    display: block;
}
ul#font-size li {
    cursor: pointer;
    float: left;
}

/*-------------------------------------------
 基礎構成
-------------------------------------------*/
div#container {
	margin:0 auto;
	background:url(../images/container_bg.jpg) #FFF no-repeat left top;
	overflow:hidden;
	text-align:left;
	width:960px;
}
div#main {
	width:960px;
	clear:left;
}
div#content {
	padding-bottom:30px;
	float:right;
	width:760px;
}
div#content h1 {
	margin-bottom:30px;
}
div#content h2 {
	margin:20px 20px 20px 10px;
	padding:3px 10px;
	border-left:#09C 3px solid;
	border-bottom:#CCC 1px dotted;
	color:#333;
	font-size:120%;
	font-weight:bold;
}
div#content h3 {
	margin:20px 20px 20px 15px;
	color:#09C;
	font-size:100%;
	font-weight:bold;
}
div#content p {
	margin:0 30px 10px 20px;
}

/*-------------------------------------------
 sidemenu
-------------------------------------------*/
div#sidemenu {
	width:187px;
}
div#sidemenu ul {
	margin:0 0 0 10px;
}
div#sidemenu li {
	font-size:1px;/*IE6でliタグの下に隙間ができるバグ対策*/
	list-style-type:none;
	height:40px;
}
li.li-menu-sub {
	height:35px !important;
}

div#sidemenu img {
	display:block;/*IE6でliタグの下に隙間ができるバグ対策*/
}

/*-------------------------------------------
 navi
-------------------------------------------*/
div#navi {
	background:url(../images/nav_bg.jpg) no-repeat left center;
	clear:left;
	height:50px;
}
div#navi li {
	float:left;
}
/*-------------------------------------------
 パンくずナビ
-------------------------------------------*/
div#topic-path {
	padding:7px 5px 7px 15px;
}

/*-------------------------------------------
 フッター
-------------------------------------------*/
div#footer {
	clear:both;
	background:#FFF;
}
div#footer li a {
	color:#47423A;
	text-decoration:none;
}
div#footer li a:hover {
	text-decoration:underline;
}
div#footer-link {
	padding:3px 5px 3px 5px;
	clear:left;
}
div#footer-link li {
	padding:0 15px 0 8px;
	background:url(../images/li_line.gif) no-repeat right center;
	float:left;
}
li.li-footer-link-last {
	background:none !important;
}
div#copyright {
	padding:4px 15px 0 0;
	background:url(../images/copyright_bg.gif) repeat-x left top;
	clear:left;
	color:#FFF;
	height:25px;
}
div#copyright p {
	text-align:right;
	float:right;
}

/*-------------------------------------------
 会社案内
-------------------------------------------*/
/*-----社長挨拶-----*/
div#message-photo {
	margin-bottom:30px;
}

/*-----会社概要・沿革-----*/
table.tbl-profile {
	margin:10px 20px 10px 20px;
	width:690px;
}
table.tbl-profile th {
	padding:3px 10px;
	background:#DFECC4;
	border:#CCC 1px solid;
	width:110px;
}
table.tbl-profile td {
	padding:3px 10px;
	border:#CCC 1px solid;
}
/*-------------------------------------------
 過酸化水素
-------------------------------------------*/
th.th-num {
	padding-left:10px !important;
	padding-right:0 !important;
}
table.tbl-hp {
	margin:10px 30px 20px 20px;
	border:#CCC 1px solid;
}
table.tbl-hp th {
	padding:3px 10px;
	background:#DFECC4;
	border:#CCC 1px solid;
}
table.tbl-hp td {
	padding:3px 10px;
	border:#CCC 1px solid;
}

p.p-sp-photo {
	text-align:center;
}
p.p-sp-photo img {
	margin-top:20px;
	margin-right:10px;
	margin-bottom:15px;
}

/*-------------------------------------------
 共通設定部分
-------------------------------------------*/
table.tbl-border-none {
	border:none !important;
	margin:0;
}
table.tbl-border-none td {
	padding-left:0 !important;
	border:none !important;
}

/*---clearfix---*/
* html .clearfix {
	overflow:hidden;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/*Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */

/* for IE7 */  
*+html .clearfix {   
	display:inline-block;   
} 

/*---width---*/
.width8em {
	width:8em;
}

/*---margin---*/
.margin-bottom10 {
	margin-bottom:10px;
}
.margin-left30 {
	margin-left:30px;
}

/*---リスト---*/
ol.ol-std {
	margin:20px 40px 20px 50px;
	list-style-type:decimal;
}
ul.ul-std {
	margin:20px 40px 20px 50px;
	list-style-type:disc;
}

/*---色設定---*/
.col-red {
	color:#F00 !important;
}

.col-blue {
	color:#00F;
}

/*---フォント設定---*/
.txt-center {
	text-align:center !important;
}
.txt-right {
	text-align:right !important;
}
.txt-left {
	text-align:left !important;
}

/*--vertical-align---*/
.vt-top {
	vertical-align:top !important;
}
.vt-middle {
	vertical-align:middle !important;
}
.vt-bottom {
	vertical-align:bottom !important;
}

/*---フロート設定---*/
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear:both;
}

/*---hr---*/

hr.hr-white {
	color:#FFF;
	border:#FFF 1px solid;
	clear:both;
}
/*---ページトップに戻る---*/
p.p-bkto-top {
	padding:5px 0 5px 0;
	clear:both;
	text-align:right;
}
/*-------------------------------------------
 地図
-------------------------------------------*/

div#map-container {
	text-align:center;
}
div#map-main {
	margin:10px auto 0 auto;
	background:#FFF;
	width:700px;
}

div#map-main h1 {
	margin:0 auto 15px auto;
	padding:5px;
	border-bottom:#09C 2px solid;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	width:600px;	
}
p#p-map-print {
	margin:0 40px 15px 0;
	padding-right:10px;
	text-align:right;
}
div#map-main dl {
	margin:0 auto 20px auto;
	text-align:left;
	width:520px;
}
div#map-main dt {
	margin:15px 0 5px 0;
	padding:3px 2px 2px 10px;
	border-top:#B4B9CD 1px solid;
	border-right:#B4B9CD 1px solid;
	border-bottom:#B4B9CD 1px solid;
	border-left:#069 3px solid;
	font-weight:bold;
	font-size:100%;	
	
}
div#map-main dd {
	margin-left:1em;
	font-size:100%;	
}

div#map-canvas {
	margin:0 auto 5px auto;
	width:600px;
	height:600px;
	text-align:left;
}
.iframe-map {
	width: 74%;
	height: 600px;
}
p#p-win-close {
	padding:10px;
	text-align:center;
}


@media print {
body {
_zoom: 0.85;
}
	
p#p-map-print {
	display:none;
}
p#p-win-close {
	display:none;
}
}
