@charset "Shift_JIS";

*{

	font: "Lucida Sans Unicode", "Tahoma", "Verdana", "Arial", sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.3em;

	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

hr{
	clear: both;
	visibility: hidden;
}

body{
	background: #ffffff;
}

#container{
	width:650px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 auto;
}


#header{
	text-align: center;
	padding-top: 10px;
	padding-bottom:6px;
	}

h1 {
	font-size:28px;
	color:#CC0000;
	letter-spacing: 0.001em;
}

img {
	border:0;
}

#content{
	margin: 15px 60px 0 60px;
}


#bar{
	width:530px;
	height:30px;
	background : #e6e6e6 url(./img/bar.gif) no-repeat left center;
}


h2 {
	color:#ffffff;
	font-size:18px;
	padding-top:3px;
	text-align:center;

}


#check{
	background: #fff8de;
	border: 3px solid #CC0000;
	padding: 10px;
	margin: 30px auto;
}

#check li{
	background : url(./img/content_check.gif) no-repeat 0px 5px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 3px;
	line-height: 2em;
	color:#CC0000;
}


#voice{
	border: 3px solid #CC0000;
	padding: 10px;
	margin: 15px auto;
}

#voice .title{
	margin-bottom: 10px;
	border-bottom:1px dotted #CC0000;
	font-weight:bold;
	color:red;
} 





/* (tokuten) */
#tokuten{
	border: 3px solid #CC0000;
	padding: 30px ;
	margin: 0px auto;
	text-align:center;
}

#tokuten h2{
margin:0;
padding:0;
}



#tokuten img{
	margin: 10px auto;
}


/* footer ------------------------- */
#footer{
	width:650px;
	background: #CC0000;
	color: #fff;
	text-align: center;
	margin: 50px 0 0 -60px ;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}




.red{color: red;}
.blue{color: blue;}
.bold{font-weight: bold;}
.under{text-decoration: underline;}
.yellow{background:yellow;}
