@charset "Shift_JIS";

*{
	margin:0;
	padding:0;
	}
	
html,body{
height:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px 0 0 0; 
	padding: 0;
	color: #000000;
	background-image: url(image/back.gif);
}

p{
margin:10px;
letter-spacing:0.2em;
line-height:150%;
}

h1{
	margin:5px;
	font-size:24px;
	}
	
h2{
	margin:5px;
	font-size:18px;
	}

h3{
	margin:5px;
	font-size:14px;
	}

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:130px; }
.grid_3 { width:200px; }
.grid_4 { width:270px; }
.grid_5 { width:340px; }
.grid_6 { width:410px; }
.grid_7 { width:480px; }
.grid_8 { width:550px; }
.grid_9 { width:620px; }
.grid_10 { width:690px; }
.grid_11 { width:760px; }
.grid_12 { width:830px; }

.column {
	margin:5px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#FFFFFF;
}
.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

.menu{
	line-height:130px;
	font-size:24px;
	text-align:center;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight:bolder;
	background-color:#990000;
	border-radius:20px 20px;
}

.menu a{
display:block;
text-decoration:none;
color:#FFFFFF;
background-color:#F3801a;
}

.menu a:hover{
	background-color:#FFFF00;
	color:#333333;
	text-decoration:underline;
}

.imgs{
	padding:5px 0px;
	text-align:center;
}

.footer {
	clear:both;
	background:#F3801A;
	bottom:0px;
	right:0px;
	left:0px;
	padding:5px;
	width:98%;
} 

.footer address{
text-align:center;
font-size:small;
} 