/* 全体設定 */
html,body { margin:0; padding:0; text-align:left; color:#626262;
			height:100%; font-family: "Verdana", "Osaka", "Arial" }

img  { margin:0px ; padding:0px; border:none }

/* 背景設定 */
.bg_top  {  background-color: #f5efde;
			background-image: url(../images/top/bg1.jpg);
			background-repeat:repeat-x;
			background-position:center top }

.bg_main {  background-color: #f5efde;
			background-image: url(../images/main/bg1.jpg);
			background-repeat:repeat-x;
			background-position:center top }

/* レイアウト設定 */

#base { min-height:100%; height:auto !important; height:100%; /* ie用に設定 */
		margin: 0 auto -20px /* copyrightと同じ高さの負の値を入力 */ }
	
#header   { width:930px; margin-left:auto; margin-right:auto }


#top_box1 { width:930px; height:210px; clear:both;
			margin-left:auto; margin-right:auto }

#top_box2 { width: 940px; height:270px; 
			margin-left:auto; margin-right:auto }
			
#top_box3  { width: 930px; margin-left:auto; margin-right:auto }

#top_left  { width:465px; margin-right:25px; float:left }

#top_right { width:440px; float:left }


#main_box { clear:both; width: 935px;
			margin-left:auto; margin-right:auto;
			background:url(../images/main/left_bg1.gif) repeat-y }

#main_left { width:250px; float:left; margin-right:20px }

#main_right { width:665px; float:left; margin-top:110px }

#right_box1   { width:445px; margin-right:20px;
				float:left; font-size:12px; line-height:18px }

#right_box2 { width:200px; float:left }

#menu_box1 { padding:0 15px }

#menu_box2 { padding:3px; margin:10px 0 5px 0; font-size: 12px;
			 background-color:#727272; color:#FFFFFF }

#menu_foot { clear:both }


#footer { clear:both; text-align:center; height:40px;
		  background-color: #f5efde; font-size:11px }

#push { height:20px /* copyrightと同じ高さを入力 */ }

#copyright { height:20px; background-color:#000000; text-align:center; 
			 color:#FFFFFF; font-size:10px; line-height:15px; letter-spacing:1px }
			 
/* フッタコンテンツがCSSで指定した高さよりも大きくなるとレイアウトが崩れるので注意 */