@charset 'utf-8';
@import url("decoration.css");


* {
	margin		: 0;
	padding		: 0;
	font-size	: 12px;
}

body {
	text-align	: center;
}

a img {
	border		: none;
}

/* ========== base layout ========== */

#wrap {
	width		: 850px;
	text-align	: left;
	margin		: 0 auto;
}

#header {
	margin-bottom	: 10px;
}

#sign {
	width		: 600px;
	float		: right;
}

#navi {
	margin-bottom	: 10px;
}

#main {
	height		: 1%;
	margin-bottom	: 10px;
}

#main:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

#main_content {
	width		: 660px;
	float		: left;
	margin-right	: 10px;
}

#maincol {
	width		: 450px;
	float		: right;
	
	margin-right	:	10px;
}

.box {
	margin		: 0 0 30px 0;
	border-bottom	: 1px solid #666;
}

.box li {
	margin		: 0 0 10px 20px;
}


#leftcol {
	width		: 180px;
	float		: left;
}

.localnavi {
	border-bottom	: 1px solid #666;
	margin-bottom		:20px;
}

.localnavi p {
	margin-top		:10px;

}



#rightcol {
	width		: 180px;
	float		: left;
}

#footer {
	clear		: both;
}