﻿@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: #fff5ee;
	background-image: url("../img/ha.png");
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 20px;
	margin: 0 auto;
	background-image: url("../img/100100.gif");
	background-repeat:repeat;
}
/**/div#Container h1 a{
	display:block;
	width:945px;
	height:100px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px 0px 0px 0px;
}

div#Container h1 a#top{
	background-image: url("../img/ippo.png");
}
div#Container h1 a#top:hover{
	background-position:left bottom;}
/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #00335e;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	background-image: url("../img/top_img.png");
	background-repeat:no-repeat;
	background-attachment:attachment;
	width: 700px;
	height:500px;
	float: right;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #00335e;
}




div#Main p {
	margin: 10px auto 0 auto;
}

div#Main #img-move img{
	margin-top:300px;
}

div#Main #img-move img:hover {
	position: relative;
	text-indent:-9999px;
	left: 100px;
	right: -200px;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/

#Side ul li a{
	display:block;
	width:220px;
	height:49px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
	margin:10px 10px 10px 10px;
}

#Side ul li a#home{
	background-image: url(../img/homepiyo.png);
}

#Side ul li a#k1{
	background-image: url(../img/1r.png);
}

#Side ul li a#k2{
	background-image: url(../img/2.png);
}

#Side ul li a#k3{
	background-image: url(../img/3.png);
}
#Side ul li a#k4{
	background-image: url(../img/4.png);
}
#Side ul li a#k5{
	background-image: url(../img/5.png);
}
#Side ul li a#k6{
	background-image: url(../img/thanks.png);
}

#Side ul li a:hover{
	background-position:left bottom;
}


/*

*/
/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #ff9999;
}
p#onpu{
	text-align:right;
}

