@charset "utf-8";

/* --------------------------------------------------------------------------

セカンド全ページ共通要素

-------------------------------------------------------------------------- */

/************************************************
		レイアウト
************************************************/
#stage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
}
#stage h2 {
	margin-bottom: 10px;
}

#pankuzu {
	font-size: 85%;
	margin-bottom: 10px;
	margin-left: 13px;
}

#main {
}
#rightArea {
	float: right;
	width: 670px;
}
#sideNavi {
	float: left;
	width: 200px;
}


/************************************************
		サイドメニュー
************************************************/
#sideNavi ul li {
    display: block;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/smenu-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 35px;
}

#sideNavi li a:link,
#sideNavi li a:visited {
	display: block;
	text-decoration: none;
	color: #31466A;
	text-indent: 25px;
	margin: 0px;
	padding-top: 10px;
	height: 24px;
	width: 200px;
	vertical-align: top;
}

#sideNavi ul li a:active,
#sideNavi ul li a:hover {
	text-decoration: none;
	background-image: url(../images/smenu-on.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}

/*-----サイドメニュー・選択状態-------*/
#sideNavi li.select a {
	display: block;
	background-image:  url(../images/smenu-on.gif);
}

/************************************************
		見出し
************************************************/
.contents .in_h4 {
	padding-bottom:10px;
	background-image: url(../images/h4back.gif);
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.contents .in_h4 h4 {
	margin:0px;
	color:#666666;
	font-size: 120%;
	line-height: 130%;
	background-color: #2736C0;
	background-image: url(../images/h4back.gif);
	background-position: left top;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-weight: bold;
}




/************************************************
		右本文
************************************************/
#rightArea h3 {
	margin-bottom: 15px;
}

.contents {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.contents p {
	margin-bottom: 1.5em;
}

/*-----ごあいさつ-------*/
.gbox_left {
	float: left;
	width: 420px;
}
.gbox_right {
	float: right;
	margin-left: 30px;
	text-align: center;
}


/*-----テーブル 会社概要-------*/
.tableset01 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.5em;
}
.tableset01 th , .tableset01 td {
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.tableset01 th {
	font-weight: normal;
	text-align: left;
	background-color: #F5F5F5;
	width: 18%;
}
.tableset01 td {
}

/*-----テーブル 沿革-------*/
.tableset02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.5em;
}
.tableset02 th , .tableset02 td {
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.tableset02 th {
	font-weight: bold;
	text-align: left;
	background-color: #F5F5F5;
	white-space: nowrap;
	color: #666;
}
.tableset02 td {
}


/*-----リンクリスト 会社概要-------*/
ul.ulset01 {
}
ul.ulset01 li {
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 7px;
}


/*-----ナンバーリスト 企業理念-------*/
ol.olset01 {
	list-style-type: decimal;
	padding-left: 35px;
	margin-bottom: 1.5em;
}
ol.olset01 li {
	margin-bottom: 10px;
}

/*-----ディスクリスト 企業理念-------*/
ul.ulset02 {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 1.5em;
}
ul.ulset02 li {
	margin-bottom: 7px;
}



/*-----リスト 製品情報トップ-------*/
.ul_seihin {
	margin-top: 25px;
	margin-bottom: 1.5em;
}
.ul_seihin ul {
}
.ul_seihin ul li {
	float: left;
}
.leftm {
	margin-left: 10px;
}
