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

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;

}


a {
	color: #0066CC;
	text-decoration: none;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	margin: 0px;
	float: center;
font-size: 14px;
}

img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}


/*ページ構成*/
body {
	height: 100%;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #630;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/bg_body.png);
	background-repeat: no-repeat;
	background-color: #66C700;
	background-position: center top;
}

#system_main {
	text-align: center;
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	height: 60px;
	width: 800px;
	text-align: center;
	margin-top: 375px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 450px;
	padding-left: 0px;
}

#menu ul {
	padding: 0px;
	height: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu li {
	list-style-type: none;
	float: left;
	height: 60px;
}
#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 260px;
	background-image: url(images/menu1.png);
	padding-top: 60px;
	text-align: center;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#menu1 a:hover {
    background-position: 0 -60px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -60px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 260px;
	background-image: url(images/menu2.png);
	padding-top: 60px;
	text-align: center;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 90px;
}

#menu2 a:hover {
    background-position: 0 -60px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -60px;
	}

#contents {
	text-align: center;
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;


}

#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#footer p{
	font-size: 12px;
	color: #630;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_touka.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#footerbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footerbox fleft{
	float: left;
	width: 400px;
}
#footerbox fright{
	float: right;
	width: 400px;
}
