@charset "utf-8";
/* CSS Document */

html,
body {
	height:100%;
}

body {
	font-family :	"Osaka", "MS UI Gothic", sans-serif;
	font: 80%/1 arial,sans-serif;
	text-align: center;
	background: url(../images/main_bg.jpg) ;
	background-repeat:repeat-x;
}

#cont_1 {
	width:800px;
	padding:20px 0px 0px 0px;
}

#cont_2 {
	width:800px;
	padding:20px 0px 0px 0px;
}

.cont_box {
	width:400px;
	padding:10px 0px 0px 0px;
}

.cell_1 {
	float:left;
	width:150px;
	padding:0px 0px 0px 5px;
}

.cell_1 img {
	border: 1px solid #cccccc;
}

.cell_2 {
	float:right;
	width:230px;
	text-align:left;
	padding:0px 10px 0px 0px;
	line-height:120%;
}

.cell_3 {
	text-align:left;
	padding:0px 0px 0px 10px;
	width:390px;
}


.cont_left {
	float:left;
	width:400px;
}

.cont_right {
	float:right;
	width:400px;
}

.topic_list {
	margin:0 0 2em 1em;
	line-height:120%;
}

dl.topic_list dt {
	clear:left;
	float:left;
	width:4em;
}

dl.topic list dd {
	margin-left:4em;
}