body {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	margin:0;
	padding:0;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.cont {
	text-align: left;
	border: 1px solid #FF6600;
}
.cont td{
	padding: 10px;
}
.coution {
	font-size: smaller;
	line-height: 120%;
	color: #990000;
	font-weight: lighter;
}

.txt-small{
	font-size:10px;
}
.font-s {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.white {
    color: #FFFFFF;
}
.orange {
    color: #F76106;
}
.center {
    text-align: center;
}
.contents {
    padding: 8px 20px 8px 20px;
}



.box {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#cont{
width: 750px;
margin: 0 auto;
}
table {
	width: 700px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0 auto;
    border: 0;
		font-size: 15px;
		line-height: 1.6;
		color: #333333;
}
th {
background-color: #666;
color: white;
font-weight: normal;
font-size: 13px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 8px;
width: 230px;
}
td{
	font-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 8px;
}

#table1{
	width:500px;
	border: 0;
}
#table1 td{
	border:0;
}



input[type="submit"], input[type="reset"] {
    cursor: pointer;
    font-size: 130%;
    font-weight: bold;
    width: 100px;
    padding: 4px 10px;
    margin-right: 0.5em;
    color: #fff;
    border: 1px solid #bbb;
    background: #C08B9B;
    background: -moz-linear-gradient(top, #00D5DD, #00D5DD);
    background: -webkit-linear-gradient(top, #00D5DD, #00D5DD);
    background: linear-gradient(#00D5DD, #00D5DD);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#E7D6DB,endColorstr=#C08B9B);
    zoom: 1;
}
