
/* CSS Document */

	body {
	background:url("./images/back.gif") repeat;
	font-size: 1.2rem;
	letter-spacing:1.2px;
}

div#main {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCC;
	background:#FFF;
	margin-top:100px;
	padding:10px 3px 3px 3px;
}

p.title {
	font-size:medium;
	font-weight:bold;
	background:url("./images/title.gif") no-repeat left center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding:25px 0 40px 80px;
	line-height:1.3em;
}

p.title span.red {
	display:block;
	color:#C00;
}
p.title span.small {
	font-size: 1.2rem;
	display:block;
}

ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

ul li {
	list-style-type:none;
	background:url("./images/nav.gif") no-repeat left center;
	padding-left:15px;
	line-height:1.8em;
}

p.chui {
	clear:both;
	margin-top:15px;
	width:85%;
	border:#1E4C79 solid 1px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	background:#E7F0FA;
	line-height:1.5em;
}

p.otoiawase {
	margin-top:15px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	line-height:1.5em;
	overflow:hidden;
	text-align: center;
}

address {
	clear:both;
	font-style:normal;
	font-weight:normal;
	display:block;
	text-align:center;
	padding:10px 0;
}
