@charset "utf-8";
/* CSS Document */

body {
    width: 760px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
	background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}
a:link {
	text-decoration: underline;
	color: #B3231E;
}
a:visited {
	text-decoration: underline;
	color: #C4342F;
}
a:hover {
	text-decoration: underline;
	color: #96CCF3;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

h1 {
    padding: 1em;
	border: 5px solid #657375;
	/*border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;*/
	border-radius: .8em 4em 1em 6em/6em 1em 4em 1em;
	font-family: 'Delius', cursive;
}

h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #657375;
	border-radius: 6px;
	color: white
}
h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #657375;
}

p{text-align: justify}

.box {
	width: 760px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #2F2A04;
	background: #EFF2DF;*/
}
 
.box img {
	float: left;
	margin: 0px 10px 0px 0px;
}
 
.box p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}

.box-with-title {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box-with-title::before {
    background-color: #fff;
    color: #da4033;
    content: "In Kyoto Terrsa";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.box-with-title2 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box-with-title2::before {
    background-color: #fff;
    color: #da4033;
    content: "In Kyoto International Manga Museum";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.boldUnder{
    border-bottom: solid 5px #87CEFA;
}
