/* ========基本設定======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========サイト全体のスタイル======== */
div#top {
   width:757px;
   margin:0 auto;
   background:#fff;
}

/* ========トップキャッチの部分======== */
.top_catch {
	font-size: 75%;
	font-weight: normal;
	margin-top: 5px;
}
/* ========ヘッダー部分======== */
div#header {
   width:757px;
   background:#fff;
}

div#header p {
   margin:0;
   padding:0 10px 5px 0;
   text-align:right;
   font-size:0.8em;
}

div#headImage {
   width:757px;
}

/* ========トップのメニュー部分======== */
div#menu {
   width:757px;
   margin-bottom:10px;
}

div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#FFFCC7;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(images/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#333;
   background:url(images/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========コンテンツ全体の部分======== */
div#contents {
   clear:both;
   width:757px;
   background:url(images/bg_contents.gif) 0 0 repeat-y;
}


/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}



/* ========左のメインコンテンツ部分======== */

div#main {
   float:left;
   width:567px;
   margin-top:10px;
}

div#main a {
   color:#007d2d;
}

div#main a:hover {
   color:007d2d;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
   margin-bottom:15px;
   margin-right:2px;
   background-image: url(./images/titleback01.gif);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 1em;
   padding: 2px 2px 2px 10px;
   border-left: 5px solid #007d2d;
}

div#main h3 {
   margin-bottom:10px;
   padding:0px 0px 0px 18px;
   color:#007d2d;
   font-size:0.95em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
   background-image: url(./images/maru.jpg);
   background-repeat: no-repeat;
   background-position: left 30%;
}

div#main h4 {
   margin-bottom:5px;
   font-size:0.85em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   color:#007d2d;
   margin-right:2px;
   margin-bottom:20px;
   font-size:1.5em;
   line-height:1.4;
   background:#FFFCC7;
}

div#main p{
   margin:0 10px 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main li{
   line-height:1.4;

}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   line-height:1.4;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main img{
   margin-bottom:20px;
}



/* ========メインページを２分割にする指定======== */

div#main div.vaio1 {
        width:270px;
		float:left;
　　　　
}
		
div#main div.vaio2 {
        width:270px;
		margin-left: 20px;
		margin-top: 20px;
		float:left;
		
}
		
div#main img.right {
           float:right;
           margin-left: 0.5em;
		   margin-bottom: 0.5em;
}

/* ========会社案内のテーブルの設定======== */

table {
          width:99%;
          border-collapse: collapse;
		  margin-right: 2px;
		  margin-bottom: 20px;
		  }
		  
table td {
          border: 1px solid #E7E7E7;
		  padding: 3px;
		  font-size:0.9em;
          color:#333;
		  }	
		  	
table th {
       width:20%;
       border: 1px solid #E7E7E7; 
       background-color: #fffff0; 
	   text-align: left; 
	   padding: 3px;
	   font-size:0.9em;
       color:#333;
	   }

/* ========ミズコシタロウのページの設定======== */

div#mizukosi {
   float:left;
   width:567px;
   margin-top:10px;
}

div#mizukosi a {
   color:#007d2d;
}

div#mizukosi a:hover {
   color:007d2d;
   border:0;
   border-bottom:1px solid #31001D;
}

div#mizukosi h1 {
   margin:0px;
   padding:0px;
   color:#999999;
   font-size:2.3em;
   font-weight:bold;
}

div#mizukosi h2 {
   margin-bottom:15px;
   margin-right:2px;
   background-image: url(./images/titleback01.gif);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 1em;
   padding: 2px 2px 2px 10px;
   border-left: 5px solid #007d2d;
}

div#mizukosi h3 {
   margin:0px;
   padding:0px;
   color:#666666;
   font-size:1.4em;
   font-weight:bold;
}

div#mizukosi h4 {
   margin-top:20px;
   margin-bottom:15px;
   padding:0px;
   color:#333333;
   font-size:1.2em;
   font-weight:bold;
}

div#mizukosi h5 {
   padding:1.4em 0.5em 0 1.4em;
   font-size:1em;
   color:#007d2d;
   line-height:1.4;
}


div#mizukosi p{
   margin:0 10px 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#mizukosi ul,ol{
   margin-right:10px;
   font-size:0.9em;
}

div#mizukosi dl{
   margin-right:10px;
   font-size:0.8em;
}

div#mizukosi li{
   line-height:1.4;

}

div#mizukosi dt{
   margin-bottom:3px;
}

div#mizukosi dd{
   line-height:1.4;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#mizukosi img{
   margin-bottom:20px;
}

div.tokucho {
    margin:0 0.3em 2em 0; 
	background:#bedfc2;
}

/* ========グリーンプロジェクトのページ部分======== */	

div#gproject {
    margin:0;
	padding:0;
}	   

div#gproject h4 {
	margin-bottom:15px;
	font-size:0.85em;
	line-height:1.4;
	border-left: 5px solid #007d2d;
	padding-left: 5px;
}

div#gproject ol {
    font-size:0.75em;
}

div#gproject dl{
	margin-right:10px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 10px;
}

div#gproject dt{
	margin-bottom:3px;
	font-size: 1.1em;
	color: #FF0000;
}

div#gproject dd{
   line-height:1.4;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}	

/* ========右のサブコンテンツ部分======== */

div#sub {
	float:right;
	width:180px;
	margin-top:10px;
}

div#sub a {
   color:#333;
}

div#sub a:hover {
   color:#007d2d;
   border:0;
   border-bottom:1px solid #007d2d;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#007D2D url(images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub li {
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   line-height:1.8;
   background:#fff url(images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}
div#sub div.section2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ========フッター部分======== */

div#footer {
   position:relative;
   clear:both;
   width:757px;
}

div#totop {
   border-top:1px solid #535D57;
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
   font-style: normal;
}

/* ========カウンター部分======== */

table#counter {
   
   width:45px;
}

/* ========１部分指定のクラス======== */
.red {
	color: #FF0000;
}
