
@media screen {
/* ==============================
印刷のとき以外表示しないところ
============================== */
.side_screen {
	display: none;
	width: 570px;
	text-align: left;
}
/* リセット 
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size: 97%;
}
img {
	border: 0;
}
/* 共通スタイル 
------------------------------ */
body {
	margin: 0;
	background: url(../images/bg.gif) repeat-x;
	background-color: #ddf0b1;
	word-break: break-all;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
}
td, th {
	font-size: 110%;
}
p, li, ol, th, td {
	letter-spacing: 1px;
}
ul, ol {
	list-style: none;
	color: #666;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 1px;
}
p, ol, th, td {
	line-height: 1.5;
	color: #666;
}
/* 文字の種類 */

.font_big {
	font-size: 120%;
}
.font_small {
	font-size: 75%;
}
.font_10 {
	font-size: 10px;
	font-weight: normal;
}
.font_red {
	color: #FF0000;
}
.font_yellow {
	color: #FF0;
}
.font_lightblue {
	color: #35908e;
}
.font_green {
	color: #547e00;
}
.font_bold {
	font-weight: bold;
}
/* 回り込み解除 */
.clear {
	clear: both;
}
/* リンク */

a {
	color : #0000ff;
	text-decoration: underline;
	font-size: 100%;
}
a:active {
	color : #ff4d0a;
	text-decoration: underline;
	font-size: 100%;
}
a:visited {
	color : #0000ff;
	text-decoration: underline;
	font-size: 100%;
}
a:hover {
	color : #ff4d0a;
	text-decoration: underline;
	font-size: 100%;
}
/* リンク　アイコン付 */
a.in {
	padding: 4px 7px 7px 20px;
	background: url(../images/arrow.gif) no-repeat 1px 6px;
	text-decoration: underline;
}
/* フッター最下部表示 
------------------------------ */
html, body {
	height: 100%;
}
#container {
	width: 850px;
	background: url(../images/bg_container.gif) repeat-y;
	min-height: 100%;
	margin-bottom: -23px;
}
* html #container {		/* for IE6 and below */
	height: 100%;
}
#container-footer {
	height: 23px;
}
/* 2カラムレイアウト
------------------------------ */
#container-main {
	margin-left: 166px;
}
#container-contents {
	width: 684px;
	float: right;
}
#container-sidebar {
	width: 166px;
	margin-left: -166px;
	float: right;
}
#container-footer {
	clear: right;
}
/* 最小幅処理	
------------------------------ */
body {
	min-width: 500px;
}
* html .min-width-1 {		/* for IE6 and below */
	border-left: 500px solid #fff;
}
* html .min-width-2 {		/* for IE6 and below */
	margin-left: -500px;
	position: relative;
	background: url(../images/bg_container.gif) repeat-y;
}
* html .min-width-1, * html .min-width-2, * html #container-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}
/* ヘッダー
------------------------------ */
#header {
	height: 72px;
	color: #635135;
	background: #333;
	background: url(../images/bg_header.gif) no-repeat;
}
#header p {
	font-size: 70%;
	color: #635135;
	text-align: right;
	margin-right: 17px;
	padding-top: 4px;
}
.logo {
	position: absolute;
	width: 320px;
}
.seek {
	position: absolute;
	top: 36px;
	left: 430px;
	width: 400px;
	height: 22px;
}
/* コンテンツ
------------------------------ */
#contents {
	margin: 0px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}
/*パンくずリスト*/
.path {
	height: 32px;
	line-height: 32px;
	text-align: left;
	font-size: 9px;
}
#contents h1 {
	height: 51px;
	margin-bottom: 25px;
	text-indent: 60px;
	background: url(../images/h1.gif) no-repeat;
	font-size: 18px;
	color: #433403;
	padding-top: 12px;
	font-weight: bold;
}
#contents h2 {
	height: 25px;
	margin-bottom: 15px;
	margin-top: 25px;
	text-indent: 15px;
	background: url(../images/h2.gif) no-repeat;
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	font-weight: bold;
}
#contents h3 {
	margin-bottom: 10px;
	margin-top: 25px;
	padding-bottom: 3px;
	padding-top: 4px;
	text-indent: 8px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-left: #72991c solid 7px;
	border-bottom: #72991c dotted 1px;
}
#contents h4 {
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #666 dotted 1px;
}
#contents h5 {
	margin: 10px 0;
	padding: 5px 0;
	padding-top: 4px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
/* 丸リスト */
#contents ul.maru {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
#contents ul.maru li {
	margin: 0px 10px 0px 0px;
	padding: 4px 7px 7px 17px;
	background: url(../images/li_dot.gif) no-repeat 1px 10px;
}
/* 丸リスト2列 */
#contents ul.maru02 {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#contents ul.maru02 li {
	list-style: none;
	padding: 5px 10px 5px 15px;
	background: url(../images/li_dot.gif) no-repeat center left;
	width: 280px;
	float: left;
}
/* 矢印リスト */
#contents ul.arrow {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
#contents ul.arrow li {
	margin: 0px 10px 0px 0px;
	padding: 4px 7px 7px 20px;
	background: url(../images/arrow.gif) no-repeat 1px 7px;
}
/* 矢印リスト2列 */
#contents ul.arrow02 {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#contents ul.arrow02 li {
	list-style: none;
	padding: 5px 10px 5px 15px;
	background: url(../images/arrow.gif) no-repeat 1px 7px;
	width: 280px;
	float: left;
}
/* 数字リスト */
ol.suji {
	list-style-type: decimal;
	margin: 15px 0px 0px 35px;
}
ol.suji li {
	padding: 0px 3px 0px 0px;
}
/* 表組 */

table.style01 {
	border-collapse: collapse;
	border: 1px solid #65500c;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.hl01 th {
	padding: 5px;
	border: 1px solid #65500c;
	background-color: #a3966d;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
table.data01 td {
	padding: 5px;
	border: 1px solid #65500c;
	background-color: #efede6;
	color: #333;
	text-align: center;
}
/*　TD内配置 */
table.data01 td.right {
	text-align: right;
}
table.data01 td.left {
	text-align: left;
}
/*　TH内配置 */
table.data01 th.left {
	text-align: left;
}
table.data01 th.right {
	text-align: right;
}
/*　線なし表 */
table.style02 {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.data02 td {
	padding: 5px;
	border: none;
	background-color: #ffffff;
	color: #666;
}
/*　TD内配置 */
table.data02 td.right {
	text-align: right;
}
table.data02 td.center {
	text-align: center;
}
/* 表組3 */

table.style03 {
	border-collapse: collapse;
	border: 1px solid #65500c;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.hl03 th {
	padding: 5px;
	border: 1px solid #65500c;
	background-color: #efede6;
	color: #333;
	font-weight: normal;
	text-align: left;
}
table.data03 td {
	padding: 5px;
	border: 1px solid #65500c;
	background-color: #fff;
	color: #333;
}
/*　TD内配置 */
table.data03 td.right {
	text-align: right;
}
table.data03 td.center {
	text-align: center;
}
/*　TH内配置 */
table.data03 th.center {
	text-align: center;
}
table.data03 th.right {
	text-align: right;
}
table.data04 {
	border-collapse: collapse;
	border: 1px solid #65500c;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 5px;
	margin-top: 5px;
}
table.data04 th, table.data04 td {
	border: 1px solid #65500c;
	padding: 5px;
}
table.data04 th {
	border: 1px solid #65500c;
	background-color: #efede6;
	color: #333;
	font-weight: normal;
	text-align: left;
}
/* 枠組 */
.waku {
	width: auto;
	background-color: #f2cf8c;
	padding: 15px;
	margin: 10px 0 10px 0;
}
.waku p {
	color: #333;
}
/* 製品情報の各一覧 */
.seihin_box {
	width: 306px;
	height: 100px;
	margin: 10px;
	float: left;
}
.seihin_photo {
	width: 100px;
	margin-right: 10px;
	float: left;
}
.seihin_txt {
	width: 196px;
	float: right;
}
/* 製品情報の各一覧2 */
.seihin_box2 {
	width: 640px;
	height: 100%;
	margin: 10px;
	float: left;
}
.seihin_photo2 {
	width: 315px;
	margin-right: 10px;
	float: left;
}
.seihin_txt2 {
	width: 315px;
	float: right;
}
/* 製品情報の各一覧2 */
.seihin_box2 {
	width: 640px;
	height: 100%;
	margin: 10px;
	float: left;
}
.seihin_photo2 {
	width: 315px;
	margin-right: 10px;
	float: left;
}
.seihin_txt2 {
	width: 315px;
	float: right;
}
/* 製品情報の各一覧2 */
.seihin_box3 {
	width: 640px;
	margin: 10px;
	float: left;
}
.seihin_photo3 {
	width: 315px;
	margin-right: 10px;
	float: left;
}
.seihin_txt3 {
	width: 315px;
	float: right;
}
/* 製品情報の特徴画像 */

#seihin_photo_thumbnail img {
	border: 0;
	margin-bottom: 7px;
	margin-top: 20px;
}
/* 問い合わせフォーム */
input, textarea, select {
	font-size: 12px;
}
.page_top {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tani {
	border: 0 none #fff;
	background-color: #fff;
}
/* 左メニュー
------------------------------ */
#sidebar {
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
	position: relative;
}
/*リンク*/

#sidebar a {
	color : #554309;
	text-decoration: none;
}
#sidebar a:active {
	color : #0000ff;
	text-decoration: underline;
}
#sidebar a:visited {
	color : #554309;
	text-decoration: none;
}
#sidebar a:hover {
	color : #0000ff;
	text-decoration: underline;
}
#address {
	margin: 20px 10px 20px 10px;
}
#address p {
	color: #333;
	line-height: 1.2;
	letter-spacing: 1px;
}
#address a {
	color : #0000ff;
	text-decoration: underline;
}
#address a:active {
	color : #ff4d0a;
	text-decoration: underline;
}
#address a:visited {
	color : #0000ff;
	text-decoration: underline;
}
#address a:hover {
	color : #ff4d0a;
	text-decoration: underline;
}
/* フッター
------------------------------ */
#footer {
	height: 23px;
}
.l_photo {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.s_photo {
	margin: 7px 10px 7px 10px;
}
/* 丸リスト2列 */
.hoge_ul {
	list-style: none;
	width: 632px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.hoge_li {
	list-style: none;
	padding: 5px 10px 5px 15px;
	background: url(../images/li_maru.gif) no-repeat 1px 7px;
	width: 280px;
	float: left;
	line-height: 130%;
}
hr {
	clear: both;
	border: none;
	border-top: dotted 1px #74BB41;
	height: 1px;
	color: #FFFFFF;
	width: 100%;
	margin: 0 0 30px;
}
div.note-box {
	width: 652px;
	border-style: dashed;
	border-width: 1px;
	border-color: #6F9B1C;
	background-color: #FAF4DD;
	margin: 20px 0;
}
div.note-box > p{
		padding: 15px;

	}
}
