﻿@charset "UTF-8";

/* ========TEMPLATE LAYOUT========*/

#top {
   width:998px;
  margin:auto;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   background:#ffffff; align=center;		}

#header {
	width:958px;	hight:175px;
	margin:0px 20px;
	}

#header_L{ 
	float:left;
	width:300px;
	height: 115px; margin:5px 0px;	padding:30px 10px;
	border: 3px green solid;
	}
#header_R {
	float:right;
         width: 610px;
         height: 160px;
	margin:5px 0px;

         padding: 10px 10px;
         
/*======== overflow: auto;========*/

background-color: #eeeeee;
	}
#contents {
  clear:both;
  width:958px;
   margin:0 20px;
   padding:5px 0px;
	}
	#main {
   	width:958px;	 padding:5px 0px;}
	#footer {
	clear:both;
   	width:958px;
   	margin:0 20px;
	}
/* 回り込み解除 */
	#contents:after {
   content:"";
   display:block;
  height:0;
   clear:both;
   visibility:hidden;
	}
