/* Option CSS */
a:link		{ color: #0000cc; text-decoration: none; }
a:visited	{ color: #990099; text-decoration: none; }
a:hover		{ color: #ff0066; text-decoration: underline; }
a:active	{ color: #ff0066; text-decoration: underline; }

img			{ border: 0; }

.button, .navi	{
	margin: 5px 10px 0 0;
	padding: 0;
	text-align: right;
}

.topmenu	{
	background: url(../common/images/header_back.gif) bottom repeat-x;
}

.navi		{
	margin-top: 7px;
}

.submenu	{
	background: url(../images/leftmenu_line.gif) bottom no-repeat;
}

#daigaku .submenu	{
	background: url(../daigaku/images/leftmenu_line.gif) bottom no-repeat;
}

#cyuukou .submenu	{
	background: url(../chu-ko/images/leftmenu_line.gif) bottom no-repeat;
}

#yochien .submenu	{
	background: url(../yochien/images/leftmenu_line.gif) bottom no-repeat;
}

.submenu p	{
	margin: 0 0 8px 6px;
	font-size: 10px;
	line-height: 1.8;
}

div.white-box	{
	width: 140px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ffffff !important;
}

.white-box ul	{
	margin: 0 2px;
	padding: 0;
	list-style: none;
	font-size: 10px !important;
}

.white-box ul li{
	list-style: none;
	background: url("../daigaku/images/bullet_01.gif") 0 5px no-repeat !important;
	margin: 2px 0 !important;
	padding: 0 0 0 8px !important;
	line-height: 1.5 !important;
}

.indent1	{
	display: block;
	padding-left: 5px;
}
.indent2	{
	display: block;
	padding-left: 10px;
}