@charset "utf-8";
/* CSS Document */

	body {
	background-color: #ffffff;
	color: #666666;
	margin-top: 0%;
	margin-bottom: 0%;
	font-family: Arial, Helvetica, sans-serif;
	}

	a:link {
	  color: #3366ff;
	  text-decoration: underline;
	}
	a:visited {
	  color: #999999;
	  text-decoration: underline;
	}
	a:hover {
	  color: #ff00ff;
	  text-decoration: none;
	}
	a:active {
	  color: #ff0000;
	  text-decoration: underline;
	}



	h1 {
	font-size: 1.1em;
	color: #660066;
	font-family : Arial , sans-serif ;
	}


	p {
	  font-size: 1em;
	  line-height: 1.6;
	}



	dl {
	  font-size: 1em;
	  line-height: 1.3;
	}

	img {
	  margin-top: 0%;
	  margin-bottom: 0%;
	  border-width: 0px;
	}

	div {
	  text-align: center;
	  margin-top: 3%;
	  margin-bottom: 5%;
	}

	caption {
	  font-size: 0.9em;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0.5em;
	}

	table {
	  margin: auto;
	}
	th, td {
	  font-size: 0.9em;
	  
	}
	
	.news_title {
		background-color: #ffffff;
		font-size: 0.9em;
		line-height: 1.6;
		color: #660066;
	    padding: 2px 0px 1px 0px;
	}
	
	.news_main {
		list-style-position: outside;
		font-size: 0.8em;
		line-height: 1.6;
		color: #666666;
	    padding: 5px 0px 10px 0px;
			  text-align: left;
	}	
	
		.news_grey {
		background-color: #666666;
		line-height: 1.6;
	    padding: 2px 0px 1px 0px;
	}
	
	.copy {
		font-size: 0.7em;
		line-height: 1.3;
		color: #999999;
		text-align: center;
	}

	.yoko1 {
	  padding : 0 0 5px 10px;
	  border-bottom: 4px solid #00ffff;
	  margin-top: 1em;
	  margin-bottom: 2em;
	}
	.yoko2 {
	  padding : 0 0 2em 0;
	  border-bottom: 4px solid #00ffff;
	}

	.left {
	  text-align: left;
	}
	.center {
	  text-align: center;
	}
	.right {
	  text-align: right;
	}
	.top {
	  vertical-align: top;
	  	    padding: 5px 0px 0px 0px;
	}
	.bread {
		font-size: 0.7em;
		padding: 5px 0px 5px 0px;
	}
	.bold {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	}
	.bold2 {
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	}
	
	.big {
	font-size: 1.2em;
	line-height: 1.6;
	}
	
	hr {
	  background-color: #cccccc;
	  height: 1px;

	}

ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/home.gif) no-repeat 0 4px;
	line-height: 200%;
}

ul li ul.category li {
	background: url(img/folder.gif) no-repeat 1px 7px;　
}
ul li ul.page li {
	background: url(img/file.gif) no-repeat 1px 7px;
}

