@charset "utf-8";
/* CSS Document */

/*** common ***/
html, body {
	font-family:"MS PGothic" sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:20px;
	color:#666;
	background:#fdfdfb url(../planning/img/bg.gif) repeat-x;
}
img {
	border:0;
}
p {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	font-weight:bold;
}
a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/*** global ***/
.component {
	width:900px;
	margin:0 auto;
	background:#fff;
}
.content {
	width:880px;
	clear:both;
	background:#fff;
	padding:10px;
	float:left;
}
.content_sub {
	width:880px;
	min-height:500px;
	clear:both;
	background:url(../img/bg2_sub.gif) no-repeat;
	padding:5px 10px 10px 10px;
	float:left;
}
.category {
	width:120px;
	float:left;
	margin:5px 0 0 0;
	padding:0 0 0 20px;
}
.category ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
.category li {
	margin:0 0 30px 0;
	padding:0;
}
.category li img {
	float:left;
}
.category a {
	display:block;
	height:23px;
	text-indent:-9999px;
}
.right_content {
	width:670px;
	margin:15px 0 0 10px;
	padding:10px 20px;
	float:left;
	background:#d0d0d0;
}

/*** index header ***/
.header {
	width:900px;
	height:30px;
	padding:10px 0 0 0;
	background:#fff;
}

/*** index ***/
.logo {
	margin:20px 0 0 50px;
	padding:0 0 0 20px;
}
.tx_top {
	margin:30px 0 0 50px;
	line-height:normal;
}
.centino_link1 {
	margin:10px 20px 0 0px;
	line-height:normal;
	float:right;
}
.centino_link1 a{
	color: #666;
}
.image_top {
	margin:2px 20px 0 0px;
	line-height:normal;
	float:right;
}

.map_l {
	width:400px;
	float:left;
}
.map_r {
	width:470px;
	float:left;
}
.map_select {
	width:460px;
	background:#fff;
	padding:5px 0 0 10px;
}


.visual {
	width:363px;
	clear:both;
	float:left;
}

