@charset "utf-8";

/* >>>>>>>>>> layout >>>>>>>>>> */
#container {
	width: 800px;	/* for ie */
	overflow: hidden;	/* clearfixもどき */
	position: relative;	/* clearfixもどき */
	padding-top: 20px;
}
#content {
	width: 560px;
	float: left;
	margin: 0 20px;
}

#sidebar {
	width: 200px;
	float: left;
}

/* >>>>>>>>>> style >>>>>>>>>> */
/* sidebar */
#sidebar h6 {
	padding:10px 0 10px 36px;
	font-size: 14px;
	color:#333;
	font-weight: bold;
	background: #FF9900 url(../img/submenu_head_junior.gif) left top no-repeat;
}
#sidebar h6 a {
	color:#333;
	text-decoration: none;
}
#sidebar h6 a:hover {
	text-decoration: underline;
}

#submenu ul {
	padding: 0;
	list-style: none;
}

#submenu li {
	line-height: 1.4;
	padding: 0.4em 12px;
	background: url(../img/line_dash_gray_w200.gif) left bottom no-repeat;
}
#submenu li a {
	display: block;
	padding-left: 32px;
}
#submenu li.uk a {
	background: url(../img/icon_flag_uk.gif) left 4px no-repeat;
}
#submenu li.usa a {
	background: url(../img/icon_flag_usa.gif) left 4px no-repeat;
}
#submenu li.aus a {
	background: url(../img/icon_flag_aus.gif) left 4px no-repeat;
}

#submenu a {
	color: #666;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration:underline;
}

#submenu li a.active {
	color: #CCC;
}

#sidebar .banner {
	margin: 5px 0;
}

/*
.apply_button {
	clear: both;
	text-align: center;
	margin: 20px auto;
}
*/

#sidebar p.link {
	margin: 20px;
}

.sidebar_inner {
	margin: 10px 15px;
}
.sidebar_inner p {
	margin: 0.6em 2px;
	line-height: 1.5;
}

/* content */

p.topic_path {
	font-size: 90%;
	margin: 0 2px 13px 2px !important;
}





