@charset 'UTF-8';
@import url('index.css');


/* navi **************************************************/
#navi {
	display: none;
}

/* sidebar ***********************************************/
#sidebar {
	display: none;
}

/* contents ***********************************************/
#container {
	border-top: 1px solid #ccc;
}
/* contents ***********************************************/
#contents {}
#contents_inner {}

