/*　共通　*/
body {
	font-family: Tahoma, "メイリオ", "MS UI Gothic";
	font-size: 12px;
	line-height: 1.7;
	margin-right: 10%;
	margin-left: 10%;
	background-image: url(images/bg.gif);
	color: #423300;
	margin-top: 0px;
}
#wrapper {
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEBA20;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
}
#header   {
	font-size: 18px;
	font-family: Meiryo, Tahoma, sans-serif;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 55px;
}
#content {
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;
	clear: both;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}  

#footer {
	text-align: center;
	margin-top: 50px;
	color: #666666;
}
#home {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h1 {
	font-size: 20px;
	color: #6DC34B;
	line-height: 1;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
	margin-bottom: 0px;
	padding: 0px;
	font-family: Meiryo, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #86B52F;
	font-size: 14px;
}
form {
	padding-top: 25px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.lead {
	font-size: 14px;
	line-height: 1.7;
}
.section {
	margin-bottom: 30px;
}

.notes {
	font-size: 10px;
	letter-spacing: 1px;
}
.important {
	color: #CC0000;
}

.clear {
	clear: both;
}
.error {
	font-size: 10px;
	color: #CC0000;
}

/* STCB */

#tokuten{
	background-color: #FFC;
	border: 2px solid #FC3;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	line-height: 1.6;

}

#tokuten h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FEB303;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-align: center;
	letter-spacing: 3pt;
	font-size: 24px;
}
#tokuten h3 {
	font-size: 18px;
	font-weight: bold;
	color: #573D00;
	margin-bottom: 15px;
	letter-spacing: 1px;
	margin-top: 5px;
	background-color: #FFC;
}
#tokuten p {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#tokuten h3 em {
	background-color: #FD7404;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
}
#tokuten .more {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FD7404;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
}
#tokuten div {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #513D00;
	border-bottom-color: #513D00;
	color: #A37441;
	padding-right: 30px;
	padding-left: 30px;
}

ol {
	counter-reset:li; /* Initiate a counter */
	padding:0; /* Remove the default left padding */
	list-style:none; /* Disable the normal item numbering */
	margin-top: 30px;
}
ol li {
	position:relative;
	font-size: 14px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 2em;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-1px;
    left:-2em;
    width:2em;
    padding:4px 0;
    border-bottom:2px solid #333;
    color:#fff;
    background:#333;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
}
#login {
	background-color: #FFC;
	border: 2px solid #FC3;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	line-height: 1.6;
	text-align: center;
	width: 500px;
	margin-left: 40px;

}
