﻿@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : reset.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * Browser Style Reset
 * ******************************************************************************** */
 
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;
}

/*html {
	overflow-y:scroll;
}
*/
img {
	border: none;
}

a img {
	border:none;
	text-decoration:none;
	outline:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ul,ol {
	list-style-type:none;
}


/* ********************************************************************************
 * Default Style
 * ******************************************************************************** */

hr {
	display: none;
}

object,
param {
	border: 0;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

input{
	verticalalign: middle;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
	text-decoration: none;
}	

form label {
	cursor: pointer;
}

select option {
	padding: 0 3px;
}

/* ********************************************************************************
 *	
 *	Font-size Adjustment
 *	
 *	77% = 10px	|	112% = 16px	|	167% = 22px	
 *	85% = 11px	|	129% = 17px	|	174% = 23px
 *	92% = 12px	|	136% = 18px	|	182% = 24px
 *	100% = 13px	|	144% = 19px	|	189% = 25px
 *	107% = 14px	|	152% = 20px	|	197% = 26px
 *	114% = 15px	|	159% = 21px	|
 *
 * ******************************************************************************** */
 
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

html,body {
	height: 100%;
}

/* body */
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	text-align: center; /* for IE6 */
	background-color: #FFFFFF;
}

/* #flashContent
 * ================================================================================ */
#flashContent {
	width: 100%;
	height: 100%;
}
div#flashContent {
	position:absolute; top:50%; left:50%;
	width: 372px;
	height: 476px;
	margin: -238px 0 0 -186px;
}
/* p#logo */
div#flashContent p#logo {
	position:absolute; top:461px; left:1px;
}
/* p#copyright */
div#flashContent p#copyright {
	position:absolute; top:465px; left:93px;
}

/* div#footer
 * ================================================================================ */
div#footer {
	display: none;
	position: relative;
	width: 100%;
	height: 50px;
	background: url(../../images/bg_footer.gif) 50% 0 repeat-x #FFFFFF; 
}
/* p#jasracID */
div#footer p#jasracID {
	position:absolute; top:14px; right:52px;
	text-align: right;
	line-height: 1.2;
	font-size: 85%;
	color: #8a827b;
}
/* p#iconJasrac */
div#footer p#iconJasrac {
	position:absolute; top:7px; right:7px;
	line-height: 0;
}

