@charset "Shift_JIS";

/* --------------------------------------------------- */
/* --- layout ---------------------------------------- */
/* --------------------------------------------------- */

div#header {
	margin-bottom:10px;
	height:80px;
	background:#eeeeee;
}

div#wrapper {
	margin-bottom:10px;
}

div#wrapper div#main_contents {
	float:right;
	border-left:1px solid #cccccc;
	padding-left:14px;
	width:650px;
}

div#wrapper div#sub_nav {
	float:left;
	padding-top:10px;
	padding-bottom:15px;
	width:250px;
	background:#eeeeee;
}

div#footer {
	height:80px;
	background:#eeeeee;
}


/* --------------------------------------------------- */
/* --- header ---------------------------------------- */
/* --------------------------------------------------- */

div#header {
}


/* --------------------------------------------------- */
/* --- footer ---------------------------------------- */
/* --------------------------------------------------- */

div#header {
}


/* --------------------------------------------------- */
/* --- sub_nav ---------------------------------------- */
/* --------------------------------------------------- */

div#sub_nav ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	width:220px;
}

div#sub_nav ul li {
	margin:0 0 10px 0;
	border-bottom:1px dotted #333333;
	padding:0;
}

div#sub_nav ul li a {
	display:block;
	padding:3px 3px 2px 5px;
	text-decoration:none;
}

div#sub_nav ul li a:hover {
	background-color:#ffffff;
}


/* --------------------------------------------------- */
/* --- main_contents ---------------------------------------- */
/* --------------------------------------------------- */

div#main_visual {
	margin-bottom:15px;
}



