﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"メイリオ","ＭＳ　Ｐゴシック","ヒラギノ角ゴ　ＰＲＯ　Ｗ３";
	list-style-type:none;
 }
 
img{
	border:none;
 }
 
body{
	font-size:small;
	text-align:center;
	
 }

#wrapper{
	width:500px;
	margin:10px auto;
	text-align:left;
	background-color:#FFC;
	padding:5px 30px 5px 10px;
	border:solid 10px #6CC;
 }
 
#main{
	width:500px;
	height:50px;
	margin-bottom:10px;
 }
 
#main_box{
	width:500px;
	margin-left:0px;
	margin-right:0px;
	border:solid 10px #6CC;
	background-color:#FFF;
 }
 
#footer{
	width:500px;
	height:40px;
	
	text-align:right;	
 }

#gide{
	text-align:left;
 
 }

#seigen{
	font-size:x-small;
	text-indent:6em;
	color:#666666;
 }