html{
	margin:0px;padding:0px;
		}
body{
	background-color:#fff;
	margin:0px;padding:0px;
	color:#696969;
	font:normal 11px/18px Verdana;
		}
/*リンク*/
a{
	color:#336699;
	text-decoration:none;
		}
a:hover{
	color:#ff9900;
		}
/*ボックス関係の設定*/
#box0{
	position:absolute;
	top:0px;left:0px;
	width:400px;
	height:100%;
	margin:0px;padding:0px;
	background:url(bg.jpg) top left no-repeat fixed;
		}
#box1{
	position:absolute;
	left:5%;top:10%;
	width:50%;height:30%;
	background:url(box1.gif);
		}
/*サイトタイトル部分*/
#box2{
	position:absolute;
	left:10%;top:15%;
	margin:0px;padding:20px 0px 0px 20px;
	width:45%;height:20%;
	background:url(box2.gif);
	color:#336699;
	font:normal 10px Verdana;
		}
#box3{
	position:absolute;
	left:20%;top:28%;
	width:auto;height:auto;
	background:url(box3.gif);
		}
/*メニュー*/
#box3 ul{
	margin:0px;padding:20px;
	list-style-type:none;
		}
#box3 ul li a{
	color:#336699;
	font:normal 11px/20px Verdana;
	text-decoration:none;
	letter-spacing:0.2em;
		}
#box3 ul li a:hover{
	color:#ff9900;
		}
#box3 ul li.tr{
	color:#336699;
	font:normal 11px Verdana;
	text-align:right;
		}
/*著作権表記部分*/
#box4{
	position:absolute;
	left:0%;bottom:3%;
	padding:5px 40px;
	width:100%;height:auto;
	background:url(box4.gif);
	color:#fff;
	font:normal 10px/16px Verdana;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
		}
#box4 a{
	text-decoration:none;
	color:#fff;
		}
#box5{
	position:absolute;
	right:0%;
	width:65%;height:100%;
	background-color:#fff;
		}
/*インラインフレーム内*/
.container{
	margin:50px;
		}
/*サイトタイトル*/
h1{
	margin:0px;padding:0px;
	color:#336699;
	font:bold 28px Verdana;
		}
/*小見出し*/
h2{
	margin:30px 0px 10px 0px;padding:0px;
	color:#fff;
	font:bold 12px/20px Verdana;
	background:url(h2.gif);
		}