﻿@charset "utf-8";
/* CSS Document */

/*
top画像の幅932*133
*/


* {
	margin: 0px;
	padding:0px;
	border:0px;
}

a{
	text-decoration:none;  /* IE  */
	overflow:hidden;  /* firefox  */
	outline:none;
}

a:hover{
	text-decoration:none;  /* IE  */
	overflow:hidden;  /* firefox  */
	outline:none;
	color: #F00;
}

#wrapper
	{
	width:982px;
	height: auto;
	overflow:hidden;
	background-image: url(image/background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	}

p{
	line-height: 1.5em;
	}
	
.moji01 {
	font-size: 24px;
	font-style: italic;
	color: #F9F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
}
	

#topnav {
	width: 982px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
} 

#footernav {
	width: 982px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

h1{
	text-indent:-9999px;
}

h2{
	color: #C09;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4{
	margin-top: 5px;
	margin-bottom:15px;
}
	
#main {
	width: 980px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	}

	

#box01	{
	width:982px;
	height:194px;
	}

#box02	{
	float:left;
	width:220px;
	height:auto;
	padding-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 10px;
	}
#nakami {
	float: right;
	width: 650px;
	height: auto;
	margin-bottom: 0px;
	overflow: hidden;
}


#box03	{
	width:600px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px;
	}
	
#box04_2,	/*段落を分割したので追加*/
#box04	{
	width:600px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	}
	
#box05	{
	width:600px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	}
	
#box06	{
	width:600px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	}


#box07	{
	clear: both;
	width:980px;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

#box07 #left {
	float: left;
	padding-left: 10px;
	}

#box07 #right {
	float: right;
	padding-right: 10px;
}
