﻿@charset "utf-8";

/*
*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
*/

body{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: small;
}

body *{
	text-align: left;
}

h1{
	margin: 0px;
	padding: 0.1em 0px;
	background-color: #003366;
	color: white;
	border: solid black 1px;
	border-bottom-style: none;
	font-size: 100%;
	font-weight: normal;
}

hr{
	color: black;
	background-color: black;
	border-style: none;
	width: 100%;
	height: 1px;
}

#Sitemap{
	padding: 1em;
	border: solid black 1px;
	background-color: #f3f1de;
	color: black;
}

ul.sitelist{
	margin: 0px;
	padding: 0.5em;
}

ul.sitelist li{
	margin: 1em 0px;
	padding: 0px;
	padding-left: 20px;
	list-style: none;
	background-image: url("../image/arrow1_1.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	line-height: 130%;
}

ul.two_colomn li{
	float: left;
	width: 47%;
}

ul.sitelist li a{
	font-weight: bold;
}



/* CSS hacks */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
