/*universal reset*/
*{
	margin:0;
	padding:0;
}

/*body and base setting*/
body {
	text-align:center;/* box centering */
	margin: 0px;
	padding: 0px;
	color:#000;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	text-align: left;
	display: block;
	margin: 0;
}

img {
	border: none;/* img do not want a border */
	margin: 0;
	padding: 0;
}



div#container {
	width: 700px;
	margin: 10px auto 0 auto;
}

div#wrapper {
	clear: both;
}


/*
===== フォント設定用 ===========================
*/
.css14bl {
	font-size: 14px;
	font-weight: bolder;
	padding: 0 0 5px 0;
}
.css14bl a{
    color: #000000;
	text-decoration: none;
}
.css14bl a:hover{
    color: #000000;
	text-decoration: underline;
}
.css14gr {
	font-size: 14px;
	font-weight: bolder;
	color: #009900;
	padding: 3px 0 8px 0;
}
.css14gr a{
	color: #009900;
	text-decoration: none;
}
.css14gr a:hover{
	color: #009900;
	text-decoration: underline;
}	
.css14bl2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	background-color: #FFFF80;
	margin-bottom: 0px;
}

.css14blc {
	font-size: 14px;
	font-weight: bolder;
	background-position: center;
	text-align: center;
}
.css14blc a{
	color: #000000;
	text-decoration: none;
}
.css14blc a:hover{
	color: #000000;
	text-decoration: underline;
}

.css13blb {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: bold;
}
.css13blb a{
	color: #000000;
	text-decoration: none;
}
.css13blb a:hover{
	color: #000000;
	text-decoration: underline;
}
.css13blbs {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.css13blr {
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	white-space: nowrap;
}

.css13blr a{
	text-decoration: none;
}
.css13blr a:hover{
	text-decoration: underline;
}

.css13bl {
	font-size: 13px;
	margin-bottom: 0;
}

.css13bls {
	font-size: 13px;
	margin-bottom: 0;
	text-align: center;
}
.css13bls a{
	color: #000000;
	text-decoration: none;
}
.css13bls a:hover{
	color: #000000;
	text-decoration: underline;
}

.css14bln {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

.css24grs {
	font-size: 24px;
	margin-bottom: 0;
	color: #009900;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

/*
===== トップ ===========================
*/

div#top h1 {
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	float:left;
}

.cssmap {
	font-size: 10px;
	color: #006600;
	float:right;
}

div.header {
	background-color: #F98120;
	width: 700px;
	clear: both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF80;
	height: 40px;
}

div#top h2 {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 40px;
	float: left;
	padding: 0 0 0 15px;
}

img.toplogo{
	float:right;
	line-height: normal;
}




/*
===== ミドル ===========================
*/

div#ueue {
    width: 650px;
	margin: 20px auto 0 auto;
	text-align: center;
	clear: both;
}



div#middle {
	width: 620px;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 7px solid #66BB50;
	border-bottom: 7px solid #66BB50;
}

div#miun {
	width: 600px;
	margin: 10px auto 0;
	clear: both;
}

div.sfbox {
    width: 500px;
	margin: 15px auto 0 auto;
	clear: both;
}

div.stbottom {
	width: 600px;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}


div.sleft {
    float: left;
	width: 270px;
	padding-right: 5px;
}

div.sright {
    float: right;
	width: 225px;
}

.map {
	font-size: 15px;
	margin-top: 8px;
	font-weight: bold;
	background-position: center;
	text-align: center;
	color: #009900;
}

.staff {
	font-size: 15px;
	margin-top: 6px;
}


.line {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 15px;
}

.linetop {
	padding-bottom: 15px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	clear: both ;
}

img.staff{
	margin-top: 10px;
	margin-bottom: 15px;

}


div#boxun {
	width: 363px;
	margin: 0 auto ;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	text-align: center;
	background-position: center;
}

div#unun {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div#unun p {
    margin-top: 0; 
	margin-bottom: 2px;
}
  
.csstotop {
	background-color: #F98120;
	text-align: center;
	line-height: 25px;
	clear: both;
}
.csstotop a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}	
.csstotop a:hover{
	color: #009900;
	text-decoration: underline;
}

address {
    margin-top: 0px;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}


/* クリア　参考サイト→　http://blog.d-spica.com/entry/070307clearfix.html */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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


/*
===== フレーム/トピックス ===========================
*/
ul {
  margin: 0 auto 0 auto;
  padding: 0;
  list-style: none;
}

li {
	float: left;
	width: 101px;
	margin: 0;
	padding: 0 10px 0 10px;
}
li a {
  margin: 0;
  padding:  0 0 0 0;
}

li a img {
  margin: 0;
  padding:  0 0 0 0;
  border: 0;
}

