@charset "utf-8";

article#aboutCS h3{
	background: url(../images/cultureSchool_Title.png) no-repeat;
	width: 380px;
	height: 30px;
	margin-bottom: 1em;
	text-indent: -1000px;
	font-size: xx-small;
	font-weight: normal;
	color: #fef8ec;
}

p.ex span{
	font-size: 90%;
}

article#asahiNakanoshima,article#JEUGIA,article#asahiKyoto{
	background: #333;
	padding: 12px;
	margin-bottom: 1em;
	border: thin solid #a86858;
	border-radius:3px;
	box-shadow:0px 0px 4px #ccc;
}

article#asahiNakanoshima h3,article#JEUGIA h3,article#asahiKyoto h3{
	text-indent: 0;
	border-bottom: thin solid #ccc;
	font-size: 120%;
	margin-bottom: 0.5em;}


article#asahiNakanoshima h3 a,article#JEUGIA h3 a,article#asahiKyoto h3 a{
	text-decoration: none;
	color: #d67a2e;
}

article#asahiNakanoshima h3 a:hover,article#JEUGIA h3 a:hover,article#asahiKyoto h3 a:hover{
	color: #d8b7e1;
	text-decoration: underline;
}

p.about span{
	font-weight: bold;
}

ul.access{
	list-style: none;
	font-size: 90%;
	margin: 0.5em 1em;
	padding-left: 0.5em;
	border-left: 2px solid #ccc;
}
