@charset "UTF-8";

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

ul, ol{
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table{
border-collapse:collapse;
border-spacing:0px;
width: 100%;
}

th, td {
padding: 5px 10px;
border: 1px solid #999999;
vertical-align: top;
}

th {
background-color: #eee;
}


/* common
------------------------------------*/

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #FF3B37; }
a:active { color: #FF3B37; }

body{
text-align:center;
line-height:1;
color: #221E1F;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
border-top : 4px solid #003785; 
}


.indexLayout #mainIn {
	position: relative;
	left:50%;
	width: 2880px;
	margin-left: -1440px; 

}

.indexLayout #btn {
	background: url(../img/btn_bg.jpg) repeat-x left top;
}

.indexLayout #footer {
	background: url(../img/footer_bg.jpg) top left repeat-x;
}

.methodLayout #main {
	background: url(../img/method_mainbg.jpg) repeat-x top left;
}

.resultLayout #main {
	background: url(../img/result_mainbg.jpg) repeat-x top left;
}
