﻿@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:0px; padding:0px;}
img{ border:0px;}
/************************************************/
/***ＩＥ６．０***/
* 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; width:910px; background-color:#FEEFC0; }
#header{ padding:0px 220px; background-color:#CDCD66; color:#000; font-size:11px;}
#header2{padding:5px 0px}

#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; width:500px;}


#header3{padding:5px 16px 8px 16px; clear:both; height:100px;}
#header3-l{ float:left;}
#header3-r{ float:right; padding:0px 30px;}


#menu-left{ clear:both; padding:10px; width:120px; float:left;}
#main{  padding:0px 5px; float:right;}
#mains{ padding:0px 5px; float:right;}

#mains-video{width:300px; height:245px; float:left; clear:both; border: solid 1px #9F3;}

#main1{padding:10px; float:left;}
#main2{ padding:10px; float:right;}
#footer{ padding:15px 0px; text-align:center; background-color:#676733; color:#000; font-size:13px; clear:both;}
#footer2{ padding:5px 0px; text-align:center; background-color:#CDCD66; color:#000; font-size:12px;}
#kimono{clear:both;}


/***トップ***/
