@charset "utf-8";

/* ------------------------------
	■■■ Base.css ■■■
------------------------------ */



/* ------------------------------
	Reset
------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------------------------------
	Reset End
------------------------------ */



/* ------------------------------
	Font
------------------------------ */

html {
	font-size: 62.5%;
	font-family: sans-serif;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
p {
	font-size: 1.2em;
	line-height: 1.4;
}
ul {
	font-size: 1.2em;
	line-height: 1.4;
}
dl {
	font-size: 1.2em;
	line-height: 1.4;
}
table {
	font-size: 1.2em;
	line-height: 1.4;
}

.font-size_reset {
	font-size: 62.5%;
}

/* ------------------------------
	Font End
------------------------------ */



/* ------------------------------
	Body
------------------------------ */

body {
	color: #333333;
	background : #0B4712 ;
	xbackground: url(../img/bg_img_turf.jpg) repeat;
}

a:link {
	color: #21698A;
	text-decoration: none;
}

a:visited {
	color: #45298A;
	text-decoration: none;
}

a:hover {
	color: #21698A;
	text-decoration: underline;
}

/*トップページのリンクテキスト*/

body#body2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

body#body2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

body#body2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------------------
	Body End
------------------------------ */



/* ------------------------------
	Container
------------------------------ */

#container {
	width: 800px;
	margin: 20px auto 0;
	background-color: #FFFFFF;
	margin-top: 0px;
}



/* ------------------------------
	Header
------------------------------ */

#header {
	height : 170px ;
}



/* ------------------------------
	Header End
------------------------------ */



/* ------------------------------
	Contents
------------------------------ */

#contents {
	width: 800px;
	background-color: #FFFFFF;
}



/* ------------------------------
	Contents End
------------------------------ */



/* ------------------------------
	Footer
------------------------------ */

#footer {
	color: #FFFFFF;
	text-align: center;
	background: url(../img/footer01.gif) no-repeat;
	width: 800px;
	height: 85px;
	clear : both;
}

#footer span {
	display : block ;
	padding-top: 40px;
	font-size : 11px ;
}

/* ------------------------------
	Footer End
------------------------------ */

/* ------------------------------
	Container End
------------------------------ */

