@charset "utf-8";


/* BASIC */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block ; margin: 0; padding: 0;}
[hidden] { display: none; }


html *{
	margin: 0;
	padding: 0;
}

html{
	overflow:auto;
	height: 100%;
}

body{
	background: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	font-style: normal;
	line-height:1.41;
	height: 100%;
}


img{
	border: none;
	margin: 0 auto;
	vertical-align:middle;
	-ms-interpolation-mode: bicubic;
}


svg:not(:root) { overflow: hidden; }

form,input { margin: 0; border:0; background-color:transparent;}


p{
	margin: 0;
	padding: 0;
}


hr {
	border: none; 
	clear:both;
}

.ie6 hr {
visibility: hidden;
}

a:link,
a:active,
a:focus,
a:visited,
a:hover {
color:#0a0aaa;
text-decoration:none;
}

a:focus{
outline:none;
/*\*/
　overflow: hidden;
/**/
}

a p{
	cursor: pointer;
}

em{
	text-decoration:none;
	font-style:normal;
}



h1{
	display:inline-block;
	font-size:0.875rem;
	text-shadow:2px 2px 10px #609;
	color: #fff;
	margin: 10px 0 0 10px;
	padding: 0 5px;
	height: auto;
	border-bottom:#fff 1px solid;
}

h2, h3, h4{
	font-size:1rem;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

address{
	position: absolute;
	bottom: 7px;
	right: 15px;
	text-align: right;
	font-size:0.75rem;
	text-shadow:2px 2px 10px #609;
	border-bottom:#fff 1px solid;
	padding: 0 5px;
	color:#fff;
	background:url(../img/page005_sml.gif) no-repeat -10px -5px;
}


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

table, tr, th, td{border:0;}

th, td{
	padding: 0;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}


div{
	margin: 0;
	padding: 0;
}

ul,li,dt,dd{
	margin: 0;
	padding: 0;
	list-style:none;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.hidden{
	display:none;
}
