@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	text-align:center;
	background-image: url(../img/contents/bg.jpg);
	background-repeat: repeat-y;
	background-position: -460px top;
}
h1 {
	background-image: url(../img/contents/txtBg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 30px;
	background-color: #FFFFFF;
	display:block;
	margin-bottom: 0px;
	padding-top: 50px;
	font-size: 90%;
	text-align: left;
	color: #392E1D;
}
.container {
	width: 350px;
	text-align: left;
	margin-left: 30px;
	background-color: #FFFFFF;
	background-image: url(../img/contents/txtBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 30px;
	padding-bottom: 150px;
	padding-left: 30px;
}
.container a {
	color: #CC0000;
	text-decoration: none;
	background-image: url(../bagben/img/bagben_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
}
.container a:hover{
	text-decoration:underline;
}
.container p {
	color: #3C3527;
	font-size: 75%;
	line-height: 1.8em;
}
.container h2{
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E7E1CF;
}
.container h3 {
	font-size: 85%;
	line-height: 1.8em;
	color: #392E1D;
	margin-top: 2em;
}

.container .note {
	margin-top: 0px;
	padding-top: 0.5em;
}

* html h1, * html .container{
	margin-left:15px;
}
