body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

ol,ul {
	list-style-position:inside;
}

ul {
	list-style-type:disc;
}

caption,th {
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

hr {
	margin: 0;
}

/*======================================
	Custom definition
=======================================*/

* {
	font-style:normal;
	font-weight: normal;
	line-height:1.5em;
}

body {
	display:block;
	width:100%;
	position:relative;
	color:#fff;
	background-color:#fffeff;
	font-family:Arial,Helvetica,sans-serif;
}

html,body {
	position:relative;
	height:100%;
}

body > div {
	position:relative;
	width:730px;
	height:auto;
	min-height: 100%;
	background-color:#88b;
	padding:0 30px 0 30px;
}

p,
ul,
ol,
pre,
address,
cite {
	margin-bottom:1em;
	font-size: 100%;
}

ol, ul {
	list-style-position: outside;
	margin-left: 1em;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #444;
	background-color: #f5f5f5;
	font-family: monospace, 'Courier New', "Osaka－等幅";
}

/*======================================
	1-9.Tables Module
=======================================*/
table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #cfd3d6;
}

caption {
	color: #454e58;
	border: 1px solid #97a4aa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cdd;
}

th,
td {
	padding: 0.2em 5px;
	border: 1px solid #efefef;
	border: 1px solid #ddd;
	line-height:1.2em;
}

th {
	color: #000;
	background-color: #eff0f1;
}

td {
	background-color:#fff;
	color:#333;
	border: 1px solid #ddd;
}

/*======================================
	1-8.Forms Module
=======================================*/
input {
	padding: 0.3em 5px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #f5f5f5;
	font-size:20px;
	border: 1px solid #ddd;
}

input {
	line-height: 1.2em;
}

input:hover,
textarea:hover {
	border: 1px solid #888;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,body {
	margin:0;
	padding:0;
	width:auto;
	font-weight:normal;
}

h1 a {
	font-size:2.0em;
	font-weight:bold;
}

h2 {
	font-size:1.2em;
	margin:1.5em 0 0.8em 0;
	font-weight:bold;
}

/* アンカー */
a:link,
a:active,
a:hover,
a:visited {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	color: #f00;
}

blockquote {
	width:auto;
	margin:0 0 1em 0;
	padding-left:10px;
	color:#555;
	border-left:5px solid #888;
	font-family: 'ＭＳ ゴシック',monospace, 'Courier New', "Osaka－等幅";
}

#main-form {
	margin-bottom:30px;
}

#main-form #input {
	width:720px;
}

#description_container {
	margin:0 5px 5px 0;
}

#top_stripe {
	padding: 10px 0 20px 0;
}

#site-description {
	font-size:0.8em;
	color:#ccd;
}

#footer,
#container {
	padding-bottom:30px;
}

#submit {
	background-image: url("./img/gradation.png");
	background-color:transparent;
	
}

#result-table {
	width:100%;
}

#ads {
	margin:auto auto 20px auto;
	width:728px;
}
