/* charset */
@charset "UTF-8";


/* Menu */
#menu-block {
	color: #FFFFFF;
	font-size: 150%;
	line-height: 150%;
	padding-top: 15px;
	padding-bottom: 0;
}

#menu-block a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-style:none;
}
#menu-block a:hover {
	text-decoration:underline;
}
#menu-block img {
	border-style:none;
}
#menu-block img.logo {
	margin-right: 0px;
}

/* What is CHARART? */
/* What is 101 TOKYO? */
#charart-cts p {
	font-size: 105%;
	line-height: 200%;
	margin-top: 1em;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
#charart-cts p.right{
	text-align: right;
}
#charart-cts img.charart {
	margin-left: 5px;
}

#charart-cts img.tokyo {
	margin-left: 11px;
}
#charart-cts img.logo {
	margin-right: 20px;
}

/* Event Outline */
#event-cts p {
	font-size: 105%;
	line-height: 100%;
	margin-top: 1em;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
#event-cts img.left10 {
	margin-left: -10px;
}
#event-cts img.left20 {
	margin-left: -20px;
}

#event-cts img.map {
	width: 350px;
	margin-left: 15px;
}

/* Artist's */
#main-cts p {
	font-size: 105%;
	line-height: 70%;
	margin-top: 1em;
	text-align: justify;
	margin-left: 20px;
}
#main-cts img.name {
	margin-left: 10px;
}
#main-cts img.art {
	width: 120px;
	margin-left: 20px;
	margin-right: 5px;
	float : left;
}

