body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-size: 14PX;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
}

img{
	border: none;
}
iframe{
	border: none;
}
a:link {
	color: #4D72AE;
	text-decoration: none;
}
a:visited {
	color: #4D72AE;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#container{
	width: 676px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: 0px;
}

#contents{
	background-image: url("../images/back_top.gif");
	height: 2100px;
	text-align: center;
}

#index{
	width: 660px;
	height: 79px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#palette{
	width: 660px;
	height: 337px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#kanban{
	width: 660px;
	height: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#k_comment{
	width: 370px;
	height: 100px;
	margin-top: -201px;
	margin-left: 225px;
	border: solid 1px;
	text-align: left;
	color: #666666;
}

#menu{
	width: 660px;
	height: 174px;
	margin-top: -40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.menu_1{
	width: 660px;
	height: 87px;
	padding: 0px;
	text-align: center;
}

.footer {
	width: 660px;
	height: 10px;
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 14px;
	color: #663300;
}
.to_specs{
	float: left;
	margin-left: 10px;
}
.Copyright{
	float: right;
	margin-right: 10px;
}
