@charset	"UTF-8";

/* 初期化 -------------------------------------------------- */

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;
	font-size:	14px
}

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;
}

table	{
	border-collapse:	collapse;
}

th,td	{
	vertical-align:	top;
}

h1, h2, h3, h4, h5, h6 {
	 font-size:100%;
	 font-weight:normal;
}

/* 基本----------------------------------------------------- */
.sitemap_container {
	width: 700px;
	margin-top: 20px;
	float: left;
}

.sitemap_headder {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}

.sitemap_headder a {
	text-decoration: none;
	color: #333333;
}

.sitemap_subheadder {
	text-indent: 60px;
	font-size: 16px;

	
}

.sitemap_subheadder a {
	text-decoration: none;
	color: #333333;
}

.keyword li {
	font-size: 20px;
	margin-top: 30px;
 	margin-left: 30px;
}

.keyword li a {
	text-decoration: none;
	color: #333333;
}

.keyword ul {
	width: 700px;
	float: left;
}

.keyword ul li {
	font-size: 14px;
	margin: 16px 0px 16px;
	padding-left: 14px;
}

.keyword ul li a{
	text-decoration: none;
	color: #333333;
}




