@charset "UTF-8";

/* **************************************

top.css

************************************** */

/* reset style
---------------------------------------------------------------------------- */

html, body, div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li, table, th, td,
form, select, option, address, pre,
strong, em {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

/* font style
---------------------------------------------------------------------------- */

p, td, th,
li, dt, dd, pre, textarea, label {
	font-size: 78%;
	line-height:140%;
}

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

img {
	border: 0;
	background-color: transparent;
	vertical-align: bottom;
}

hr {
	display:none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table {
	border-collapse: collapse;
}

/* body style 
---------------------------------------------------------------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #999999;		
}

/* hide
---------------------------------------------------------------------------- */

.hidden {
	border-style: none;
	display: run-in;
	height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	right: 3px;
	top: 0px;
	width: 1px;
	font-size: 0.1px;
	color: #FFFFFF;
	z-index: 100;
}

/* layout style
---------------------------------------------------------------------------- */

div#layout {
	margin: auto;
	padding: 0px;
	width: 580px;
	position: relative;
	text-align: left;
	text-align: center;
}
#layout img {
	margin: 10px 0px 20px 0px;
}
a {
	font-weight: bold;
	font-size: 1.2em;
}
a:link, a:visited, a:focus {
	color: #FF9933;
	}
a:hover, a:active {
	color: #003399;
}
#EX {
	margin: 20px 0px 0px 0px;
	padding: 10px;
	position: relative;
	text-align: left;
	border: #666666 1px solid;
}
#EX p {
	padding: 5px;
}

/* footer style
---------------------------------------------------------------------------- */

address {
	text-align: center;
	font-size:0.75em;
	padding: 10px;
}
/* hack style
---------------------------------------------------------------------------- */
/* Hides from IE5-mac ¥*/
*html {
	height: 1%;
}
/* End hide from IE5-mac */
