@charset "utf-8";

/* ---------------------------------------- CSS Document */

body {
	font-size: 0.75em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.9;
	color: #313131;
	background-image: url(../image/common/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
}

p{
 margin:10px;
 padding:0;
}

img{
 border:none;
 vertical-align:top;
}

table{
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
	cellpadding:0;
	cellspacing:0;
}

li{
 display:inline;
 margin-left:1em;
}

ul{
  padding:0;
  margin:10px 20px 0 0;
}

address{
 	font-style:normal;
 	color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 10px;
}

a:link {
	color: #08598D;
	text-decoration: none;
}
a:visited {
	color: #08598D;
	text-decoration: none;
}
a:hover {
	color: #59BFC8;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul a:hover {
	color: #D2AD4D;
	text-decoration: underline;
}

ul a:active {
	text-decoration: none;
}

h1 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #FC9B29; width: 980px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	color: #FC9B29;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	color: #C70202;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.style1 {color: #FC9B29;
	font-weight: bold;}
.style2 {color: #7B912D;
	font-weight: bold;}
.style3 {color: #B24B13}
.style4 {color: #E20000;
	font-weight: bold;}
.style5 {color: #FC9B29;
	font-size: 150%;
	font-weight: bold;}



#foot {
	background-color: #7B912D; width: 980px;
	text-align:right;
	white-space:nowrap;
	margin-right:20px;
}
