
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
   color: #15284a;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-decoration: none;
   font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
   font-size: 16px;
   line-height: 120%;
}

body {
    display: block;
	width: 100%;
	background: #fff;
	text-align: center;
}

div {
   display: block;
}


table {
    border-collapse: collapse;
}

img {
    border:0px;
	display: block;
}

h1,h2,h3{
	display:block;
}


.blueborder {
    border: 1px solid #7faec4;
	padding: 1px;
}

a:link, a:visited, a:active{color:#03C ;text-decoration:none}
a:hover {color: #FF0000;text-decoration:underline;}



div#contena {
    width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
}



div#header,
div#menu,
div#main,
div#footer {
    width: 100%;
	text-align: left;
	clear: both;
}



div#header {
	position: relative;
    width: 100%;
}



div#main {
	position: relative;
	width: 100%;
	text-align: center;
}




div#footer {
    padding-top: 5px;
    width: 100%;
}



.whitelink a:link,
.whitelink a:visited,
.whitelink a:active,
a.whitelink:link,
a.whitelink:visited,
a.whitelink:active {
    color: #fff;
	text-decoration: none;
}

.whitelink a:hover,
a.whitelink:hover {
    color: #fff;
	text-decoration:underline;
}





.ie5fix {
    text-align: center;
}

.red {
    color: #de0000;
}

.orenge {color: #FF6600}



.clearfix:after {
	content:".";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

*html .clearfix {
	height: 1px;
	/* \*//*/
	height: auto;
	overflow: hidden;
	/* */
}


