@charset "utf-8";

/**************************************************************/
/*　リセット　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/

body ,
h1 , h2 , h3 , h4 , h5 , h6 ,
ul , dl , dt , dd ,
div , p ,
em , strong ,
del , ins ,
code , pre , var , samp ,
blockquote , q , cite ,
form , fieldset , legend , select , textarea ,
table , th , td ,
img {
	margin    : 0 ;
	padding   : 0 ;
	list-style: none ;
	font-size : 100% ;
	font-style: normal ;
}

/**************************************************************/
/* 基本設定 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/
body {
	background-color:#ffc7ca;
	border-top:5px #ff5057 solid;
	border-bottom:5px #ff5057 solid;
	text-align:center;
}
table {
	border-collapse: collapse ;
}

img ,
fieldset {
	border: none ;
}
a {
	color: #be0000 ;
	text-decoration: none ;
}

a:active ,
a:hover {
	text-decoration: underline ;
}
h1 {
	text-indent: -1000em;
	width:771px;
	height:100px;
	white-space: nowrap;
	background: url(../images/pc/title.gif) top left no-repeat;
	margin-bottom:10px;

}
h2, h3, h4 {
	color:#ee5443;
	height:20px;
	padding-left:25px;
	border-bottom:1px dotted #ccc;
	background:url(../images/pc/midashi_icon01.gif) top left no-repeat;
}
ol li {
	font-size:14px;
	color:#900;
	font-weight:bold;
	margin-bottom:10px;
}
th {
	background-color:#fee;
	font-size:14px;
	color:#e89;
	border:1px dotted #ee6732;
	padding:5px;
}
td {
	font-size:14px;
	color:#ee0011;
	letter-spacing:1px;
	border:1px dotted #ee6732;
	padding:5px;
	text-align:right;
}

#head {
	width: 848px ;
	margin: 0 auto ;
	padding: 31px 0 2px ;
	font-size: 1px ;
	line-height: 1 ;
}
#container {
	width:771px;
	margin: 0 auto ;
	background-color:#fff;
	padding:10px;
	text-align:left;
}
#container p {
	font-size:12px;
	color:#c66;
	line-height:200%;
	margin-bottom:10px;
}

.button {
	text-align:center;
	margin-bottom:20px;
}
.left {
	float:left;
}
.clear {
	clear:both;
	margin-bottom:15px;
}
