@charset "utf-8";
/* CSS Document */

body {
	padding:20px 0;
	text-align:center;
}
#wrapper {
	width:700px;
	margin:0 auto;
	text-align:left;
}

p {
	margin-bottom:0.7em;
}
h1{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
	text-decoration:underline;
	font-size:130%;
}

#contents {
	margin-bottom:30px;
}
#header {
	text-align:right;
	margin-bottom:10px;
}
div.bow {
	margin-bottom:2em;
}
div.main {
	margin-bottom:1em;
}
div.main p{
	margin-bottom:2em;
}
div.main h2 {
	margin-bottom:5px;
	/* text-decoration:underline; */
}
div.inquiry h2 {
	margin-bottom:5px;
}
div.inquiry li {
	margin-bottom:1em;
}

p.caution {
	color:#FF0000;
}

.taR { text-align:right;}

.ti01 { text-indent:1em;}

.ml2e { margin-left:2em;}