@charset "utf-8";

/* CSS Information ==============================
File name: base.css
Editors: SO-mk
Date: 2010.4.20
============================================== */


/* ================
   +base
================ */
body {
 background: #ff9900;
 color: #222;
 font-family:Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
 line-height: 1;
 font-size: 14px; 
}

/* ================
   +link
================ */
a,
a span {
 color: #0000ff;
 text-decoration: none;
}

a:hover,
a:hover span,
a.current,
a:active,
a:focus {
 text-decoration: underline;
}
	

/* ================
   +container
================ */
#container {
 width: 760px;
 margin: 0 auto;
 line-height: 1.5;
 background-color: #ffe8d9;
 text-align: center;
}

h3 {
 font-weight: bold;
 font-size: 140%;
 margin: 10px 0;
 padding: 20px 0;
 vertical-align: middle;
}

p {
 width: 720px;
 margin: 20px 10px;
 text-align: left;
 padding: 20px 0 30px 0;
}

table,thead,tbody,tfoot,caption,th,td {
 margin: 0;
 padding: 0;
}

table ins,table del {
 display: inline;
}

table{
 border-collapse: collapse;
 border-spacing: 0;
}

table#tableinsect,
table#tableherbicide {
 margin: 20px 10px;
 padding: 0;
 width: 740px;
}

table#tableinsect th,
table#tableherbicide th {
 border: 1px solid #000;
}

table#tableinsect td,
table#tableherbicide td {
 padding: 5px;
 border: 1px solid #000;
 text-align: left;
 vertical-align: top;
}

table#tableherbicide td {
 text-align:center;
}

table#tableinsect td {
 border-bottom: 2px solid #000;
 vertical-align: middle;
}


#container2 {
 width: 760px;
 margin: 0 auto;
 line-height: 1.5;
 background-color: #fff;
 text-align: center;
 padding: 10px;
}

#container2 p {
 border-bottom: 1px dotted #ff9900;
}