﻿@charset "UTF-8";

/*基本設定
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
html{  
    background: #a1d0ed;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color:#f6962f;
	text-decoration: none;
}

a:hover, a:active {
	color:;
	text-decoration: underline;
}

.linkimg a{
	display:block;
	text-decoration:none;
}
.linkimg a:hover{
	text-decoration:none;
}
.linkimg a:visited {
	text-decoration:none;
}
.linkimg a:hover img{
	visibility:hidden;
}
.linkimg a img{
	vertical-align:bottom;
	text-decoration:none;
}
#container{
	width:800px;
	height:550px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
	background-image: url(img/sky.jpg);
	background-repeat: no-repeat;
}
#box01{
	width:435px;
	height:550px;
	float:left;
	margin:0;
}
#box01 h1{
	margin:0;
	width:435px;
	height:275px;	
	text-align:left;
}
.l_button{
	width:331px;
	height:139px
	clear:both;
	float:left;
	margin:25px 0 70px 20px;
	text-align:left;
}
.l_button img{
	margin:15px 0 0 0;
}
#box02{
	width:365px;
	clear:both;
	float:right;
	margin:93px 0 0 0;
	text-align:right;
}
.tent{
	width:321px;
	height:200px;
	margin:13px 0 0 0;
	float:right;
	text-align:right;
	clear:both;
}
.tentclose{
	width:316px;
	height:71px;
	margin:13px 0 0 20px;
	text-align:left;
}
#footer_wrapper{
	height:50px;
	margin-top:0;
	background:#f0efef;
	text-align:center;
}
.footer_logo{
	padding:5px 0 5px 0;
	text-align:center;
}
.clear {
	 clear: both;
}
.clear hr {
	 display:none; 
}
/*copyright
---------------------------------------------------------- */
#copyright {
	width:100%;
	padding:5px 0;
	background:#00ac84;
	color:#fff;
	text-align:center;
	font-size: 65%;
}
