﻿@charset "UTF-8";
/* CSS Document */

/*■初期設定*/

body{ background-color:#808040;
	color:#330000;/*通常のテキストカラー*/
	background-image:url(images/kumo.png)
	}
a{
	color:#006699;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/

/*■それ以外の設定*/
*{ margin:0; padding:0;}
img{ border:0;}
/************************************************/
/***ＩＥ６．０***/
* html .test { font-size:small;}
/***ＩＥ７．０***/
*:first-child+html .test { font-size:medium;}
/***FIRE FOX***/
html>body .test{ font-size:medium;}
/***サファリ・opera***/
html:first-child .test { font-size:medium;}
/************************************************/

/*■それ以外の設定終了*/

#all{margin:0px; padding:0px 0px 0px 0px; width:910px; background-color:#FEEFC0; }
#header{ padding:0px 220px 0px 220px; background-color:#CDCD66; color:#000; font-size:11px;}
#header2{padding:5px 320px 5px 320px; }

#header2-1{ float:left; padding:20px 10px 0px 10px; width:350px;}
#header2-1 a img{ width:80px; height:80px;}
#header2-1 img { width:250px;}

#header2-2{ float:right; padding:0px 10px 0px 10px; width:500px;}


#header3{padding:5 16 8 16; clear:both;}
#menu-left{ padding:10; width:120px; float:left;}
#main{ padding:0 5 0 5; width:760px; float:right;}
#mains{ padding:0 5 0 5; width:760px; float:right;}
#main1{ padding:10; width:530px; float:left;}
#main2{ padding:10; width:180px; float:right;}
#footer{ padding:15 0 15 0; text-align:center; background-color:#676733; color:#000; font-size:13px; clear:both;}
#footer2{ padding:5 0 5 0; text-align:center; background-color:#CDCD66; color:#000; font-size:12px;}
#kimono{clear:both;}


/***トップ***/