@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	background-image: url(img/background.jpg);
}
img {
	border:medium none;
	vertical-align:bottom;
}
br {
	letter-spacing:0;
}
.clearfix {
}
.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	color:#000000;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	padding:0;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
a {
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}





#body{
	margin: 0px;
	padding: 0px;
}
#container { 
	margin: 0 auto;
	width: 980px;
	color: #600;
	background:#fff;
}
#header {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}

#gnavi {
	margin: 0 auto;
	padding: 0px;
	width: 980px;

}

#gnavi ul{
	padding: 0 0 0 0px;
	width: 980px;
}

#gnavi li {
	float: left;
	width: 140px;
	height: 35px;
	display: inline;
}

#gnavi ul li a {
	display: block;
}

#contents {
	width: 980px;
	margin: 0;
	clear: both;
}

#main {
	width: 670px;
	float: left;
	padding: 10px 10px 20px 20px;
	background: #fff;
}

#title1{
	border: 2px solid #ff3300;
	padding: 5px 10px 10px 10px;
	background: #fff;
}

.kouzanaiyou{
	padding:10px 0 10px 30px;
	list-style-type: disc;
}

#left{
	float: left;
	width: 350px;
	padding:0 10px;

}

#right{
	float: right;
	width:260px;
	padding-left: 10px;
}
#right img{
	padding-bottom: 10px;
}

#title2{
	border: 2px solid #000099;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}

#title3{
	border: 2px solid #ff3300;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}

#title4{
	border: 2px solid #ff0000;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}


#title5{
	border: 2px solid #4f4f00;
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	background: #fff;
}


#sub {
	width: 250px;
	float: right;
	padding: 20px 20px 20px 10px;
}

#yoyaku {
	padding-bottom: 20px; 
}

#oshirase {
	padding: 0 10px 20px 10px;
	background: #ff9;
}

#oshirase p{
	padding: 10px 10px 10px 10px;
	background: #ff9;
}

#fnavi {
	width: 980px;
	height: 31px;
	margin:0 auto;
	background: #fff;
	text-align: center;
	clear: both;
}
#fnavi ul {
	margin: 0 auto 0px auto;
	font-size: 12px;
	background: #fff;
}
#fnavi li {
	display:inline;
	border-left: solid 1px #C3F;
	list-style-type: none;
	padding:0 10px;
}
#fnavi ul li.noBorder {
	border-left: none;
}
#fnavi ul li a{
	color: #330066;
}
#fnavi ul li a:link,
#fnavi ul li a:visited,
#fnavi ul li a:active{
	text-decoration: none;
}
#fnavi ul li a:hover{
	text-decoration: underline;
	color: #ff0033;
}
#footer {
	width: 980px;
	margin:0 auto;
}
#footer img {
	width: 600px;
	margin:0 0 0 100px;
}
 #footer {
	background: url(img/footer.jpg) no-repeat;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.clear-both{
	clear: both;
}
.clear-left{
	clear:left;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
