/*
Site: Link
Designer: Christy Co., Ltd.
*/

/* initialize */

a {
	color:#09f;
	text-decoration:underline;
}

a:hover {
	color: #f90;
	text-decoration:none;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#505050;
	font-size:12px;
	*font-size:small;
	*font:x-small;
	line-height:125%;
	text-align:center;
}

td,th {
	font-size:12px;
	*font-size:small;
	*font:x-small;
	line-height:135%;
	vertical-align:top;
	border-bottom:dashed 1px #999;
	padding:3px;
}

img {
	border:none;
	margin:4px 0;
}

/* common id */

#container_frm {
	width:700px;
	margin:0 auto;
}

#container {
	text-align:left;
}

#header {
	margin-top:20px;
}

#topic_path {
	text-align:right;
	margin:10px 5px;
}

#navi_top {
	text-align:center;
	padding:5px 0;
	background-color:#eaffea;
	color:#999;
}

#navi_bottom {
	margin:30px 0 10px 0;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:center;
}

#page_info {
	border:1px solid #ccc;
	background-color:#fff;
	padding:7px;
}

/* common class */

.navi_left {
	width:200px;
	float:left;
	margin:20px 0 10px 0;
}

.navi_right {
	width:500px;
	float:right;
	margin:20px 0 10px 0;
	text-align:right;
}

.city {
	color:#33b433
}

