@charset "utf-8";

/***** default styles
*******************************************/

body {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
}

* {line-height: 1.5;font-size: 100%;}
* {letter-spacing: 0.02em;}


/***** text styles
*******************************************/



html {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	text-align: left;
	color: black;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}


p {
	line-height: 1.6;
	text-align: justify;
	text-justify: distribute;
}


p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.02em;
}

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


/***** Link styles
*******************************************/

#container a { text-decoration: none;}

#container a:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #000000;
}

#container a:visited {
	color: black;
	border-bottom: 1px solid #000000;
}

#container a:hover {
	border-bottom:1px solid #0099ff;
	color: #0099ff;
}

/***** layout styles
*******************************************/


#container {
	/*left:50%;
	margin:0px auto 0px -350px;*/
	text-align: left;
	width:600px;
	height: 400px;
	position:absolute;
	/*border:1px solid #ff0000;*/
}

#inContainer {
	margin:10px 15px 10px 15px;
	text-align: left;
	width:575px;
	height:307px;
	/*border:1px solid #ff0000;*/
}

#container .borderBox {
	margin:0px 0px 0px 0px;
	width:600px;
	height:36px;
	background:url(img/linebg.gif) left top;
	border:none;
	}
	  
    
 .clear { clear:both; }  
 .clear hr { display:none; }  
		
h1 {
	font-size: 160%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	color: #0099ff;
}

.footer {
	margin: 20px 0 0 0;
	padding: 1.5em 0 1em 0em;
	line-height: 1.9;
	text-align: left;
	letter-spacing: 0.01em;
	font-family: Helvetica,Arial, sans-serif; 
}

.copyright {
	font-size: 75%;
	margin: 0 15px 0 0;
	padding: 10px 0 30px 0;
	text-align: right;
	color:#888888;
	letter-spacing: 0.01em;
}



.copyright a:link,a:visited,a:hover {
	color: #888888;
	border-bottom:none;
	text-decoration: none;
}

