﻿@charset "utf-8";

@import "default.css";


/*======================================
	トップページ_ベース
=======================================*/
body{
	margin:0;
	padding:0;
	background-image:url(../images/haikei.jpg);
}

#wrapper{
	width:750px;
	height:100%;
    min-height: 100%;
	margin:0 auto;
	padding:0;
	background-color:rgb(217,230,232);
	background-image:url(../images/wrapper.jpg);
}

h1{
	width:750px;
	margin:0;
	padding:0;
}
#header{
	position:relative;
}

#header_navi{
	float:right;
	width:200px;/*仮*/	
	margin:0;
	padding:0;
}
#header::after,
#g_navi ul::after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#header,
#g_navi ul{
	width:100%;
	/*\*/*/
	overflow:hidden;
	/**/
}

#header_navi1{
	float:right;
	width:100px;/*仮*/
	height:100px;/*仮*/
	background-color:#FFFFCC;/*仮*/
	margin:0;
	padding:0;
}
#header_navi2{
	float:right;
	width:100px;/*仮*/	
	height:100px;/*仮*/	
	background-color:#FFFF66;/*仮*/
	margin:0;
	padding:0;
}	

#g_navi{
	width:100%;
}
#g_navi ul{
	margin:0;/*仮*/
	padding:0;/*仮*/
}

#g_navi li{
	display:inline;
	float:left;
}
#contents{
	position:relative;
	height:290px;/*仮*/
	min-height:100%;/*仮*/
}

#footer-navi{
	margin-left:8px;
	text-align:left;
}
	
.clear{
	clear:both;
}
#footer{
	background-image:url(../images/copyright3.jpg);
	font-weight:bold;
	text-align:center;
	padding:5px;
}
/*======================================
	絶対配置
=======================================*/
#image0{
	margin:0;
	height:75px;
	width:205px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:36px;
	left:423px;
}
#image1{
	margin:0;
	height:96px;
	width:124px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:4px;
	left:26px;
}
#image2{
	margin:0;
	height:184px;
	width:192px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:3px;
	left:173px;
}
#image3{
	margin:0;
	height:61px;
	width:90px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:160px;
	left:45px;
}
#image4{
	margin:0;
	height:104px;
	width:109px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:3px;
	left:599px;
}
#image5{
	margin:0;
	height:34px;
	width:73px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:114px;
	left:21px;
}
#image6{
	margin:0;
	height:163px;
	width:157px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:23px;
	left:385px;
}
#image7{
	margin:0;
	height:60px;
	width:93px;
	background:#fff 55px -50px no-repeat;
	position:absolute;
	top:169px;
	left:632px;
}

