@charset "UTF-8";


/* ページレイアウト用css */

body  {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90	%;
	background-color: #666666;
	background-image: url(../image/bg3.gif);
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bolder;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
h3 {
	font-size: 75%;
	color: #FFF;
	background-color: #FFF;
	background-image: url(../image/infomation_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
}

h4   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #3C748D;
	line-height: 115%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	line-height: 150%;
}
h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	color: #000;
	font-weight: normal;
	line-height: 125%;
}
#line {
	background-color: #000;
	height: 1px;
	text-align: center;
}
#linetb {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #032c2c;
	text-decoration: none;
}
a:visited {
	color: #516c6c;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#contents {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 800px;
	margin:0 auto;
	position: relative;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	position: relative;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

#header {
	height: 50px;
	width: 780px;
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	position: relative;
	top: 0px;
	text-align: left;
}
#menu {
	background-image: url(../image/main_menu_obi.gif);
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 780px;
	text-align: left;
	height: 42px;
}

.popmenu h2 {
	margin: 0px;
}

.popmenu h2 a {
	height: 40px;
	width: 120px;
	font-size: 18px;
	text-align: center;
	display: block;
	line-height:40px;
	font-weight:normal;
	color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.popmenu h2 a hover {
	background-position: bottom;
	background-image: url(main_menu_top.gif);
}

.popmenu {
	width:120px;
	float:left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	position: absolute;
	z-index: 1;
}

.popmenu ul {
	margin:0;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
	visibility:hidden;
}

.popmenu li {
	margin:0;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height:100%;
}

.popmenu li a {
	color: #333333;
	display: block;
	padding: 8px;
}

.popmenu li a:hover {
	background-color: #666666;
	color:#FFFFFF
}
#mail {
	width: 59px;
	top: 80px;
	background-color: #066;
	height: 23px;
	position: absolute;
	margin-left: 725px;
}
#viw {
	height: 245px;
	width: 800px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
	clear: left;
	border-bottom-style: outset;
}

.saide {
	width: 300px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 12px;
	display: inline;
	float: left;
}
.saide ul {
	text-align: left;
	float: left;
	position: relative;
}
.saide li {
	text-align: left;
	float: left;
	position: relative;
	padding-top: 5px;
}
#main {
	width: 463px;
	position: relative;
	margin-left: 324px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #000;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
}
#main_long {
	position: relative;
	text-align: left;
}
#main_2 {
	width: 463px;
	margin-left: 324px;
	position: relative;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
}
#contents #main p.news {
	width: 463px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #3C748D;
	margin-top: -10px;
	height: 310px;
}
#contents #main p.topics {
	width: 463px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #3C748D;
}

#contents #main p.info {
	margin-top: -10px;
	text-align: left;
	height: 151px;
	width: 463px;
}
#message   {
	width: 410px;
	margin-left: 25px;
	margin-bottom: 15px;
}
#message h4   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #3C748D;
}
#produce   {
	width: 430px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 80%;
	line-height: 120%;
	color: #000;
	text-align: left;
}
#produce h4   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #3C748D;
	line-height: 115%;
	padding-top: 10px;
	padding-bottom: 3px;
}
#seihin {
	background-image: url(../image/bg_seihin_side800px.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 800px;
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
}
#submenu {
	width: 140px;
	text-align: left;
	position: absolute;
	float: right;
	margin-top: 15px;
	overflow: hidden;
	margin-left: 15px;
}
#submenu ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	line-height: 120%;
	list-style-type: none;
	overflow: hidden;
}
#seihinmain {
	width: 630px;
	text-align: left;
	float: right;
	display: inline;
	margin-bottom: 20px;
	margin-right: 0px;
}
#seihinfooter {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #b7cc8d;
	padding-right: 10px;
	font-size: 70%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-right: 10px;
}
#maintext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}
#ledmain1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	color: #000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}
.rightimg {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 85%;
	line-height: 125%;
	float: right;
}
.leftimg {
	text-align: left;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 125%;
	margin-right: 10px;
}
.box_collor_yellow {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	font-size: 85%;
	line-height: 125%;
}
#textoffset10px {
	margin-left: 15px;
	text-align: left;
	margin-bottom: 10px;
	float: none;
	margin-right: 15px;
}
#footer {
	background-color: #B3CD97;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 65%;
	text-align: center;
	color: #578229;
	padding-top: 10px;
	padding-bottom: 10px;
	position: static;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#ledmain1 {
	background-image: url(../image/led_main_1.jpg);
	float: left;
	width: 630px;
	height: 300px;
	z-index: 1;
	position: relative;
	margin-top: -10px;
	text-align: left;
	font-size: 110%;
}
#ledmain1text {
	margin-left: 20px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
	width: 255px;
	color: #FFF;
	height: 100px;
	font-size: 95%;
	position: relative;
	margin-top: 180px;
}
.box_collor_yellow {
	margin-left: 20px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
	width: 255px;
	color: #FFF;
	height: 100px;
	font-size: 95%;
	position: relative;
	margin-top: 180px;
}
#led2main1 {
	background-image: url(../image/led2_main_1.jpg);
	float: left;
	width: 630px;
	height: 450px;
	z-index: 1;
	position: relative;
	margin-top: -10px;
	text-align: left;
	font-size: 110%;
}
#led2main1text {
	text-align: left;
	float: left;
	width: 600px;
	color: #000;
	height: 100px;
	font-size: 95%;
	position: relative;
	top: -80px;
	z-index: 1;
	margin-left: 10px;
}
#minamain1 {
	background-image: url(../image/mina_main_2.jpg);
	float: right;
	width: 330px;
	height: 390px;
	z-index: 1;
	position: relative;
	text-align: left;
	font-size: 110%;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,250px);
}
#box {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #09C;
}
#yellowbox {
	padding: 10px;
	margin-top: 10px;
	background-color: #FFC;
}

