body {
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1 {
	font-size: 28px;
	font-style: normal
　　color: #FFF;
　　background-color: #BF0000;
　　text-align: center;
　　padding: 5px;
 }

h2 {
	padding: 10px;
	margin-top: 10px;
	border-left: 30px solid #1CBF61;
	border-bottom: 1px solid #1CBF61;
	color: #1CBF61;
	font-size: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #1CBF61;
	border-right-color: #1CBF61;
}

h3 {
	margin-top: auto;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}

p {
	line-height: 150%;
	
	color: #666;
}

a img {
	border: 0;
	text-align: right;
}

td, th {
	font-size: 20px;
}

#page {
	margin: 0 auto;
	width: 960px;
	border-right: 0px dotted #999999;
	border-left: 0px dotted #999999;

}

#contents {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
	padding: 20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	background-color: #ffffff;
}

#contents1 {
　　width: 950px;
　　margin-right: auto;
　　margin-left: auto;
　　padding: 20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	background-color: #ffffff;
}

#contents2 {
	width: 950px;
    margin-right: auto;
    margin-left: auto;
	padding: 0px;		
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	background-color: #ffffff;
}

#contents3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#contents4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#contents li {
	margin-top: 10px;
}

#contents dd {
	margin-bottom: 10px;
}

.globalnav{
    color: #99FF99;
	list-style: none;
	overflow: hidden;
}

.globalNav li {
    float: left;
	border-right: 1px solid #DDD;
}

.globalNav li a {
    display: block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.globalNav li a span {
    display: block;
	color: #AAA;
	margin: 3px 0 0 0;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}

.globalNav li a:hover {
    background: #00CC00;
}

.globalNav li.active a {
    background: #99FF99;
}

#header {
  background-color: white;
  height: 200px;
}

#header .fixheader {
	position: absolute;
	background-color: #99FF99;
	width: 100%;
	top: 100px;


}

#header.fixed .fixheader {
  position: fixed;
  top: 0px;
}


div#footer {
	height: 50px;
	font-size: 11px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #99FF99;
}

a:visited {
	text-decoration: underline;
	color: #00CC33;
}

a:link {
	color: #00CC33;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	text-align: left;
}
