/* CSS Document */


/* Layout ----------------------------------------------------------------- */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../img/bg2.gif);
}

#contents {
	height: 100%;;
	text-align: center;
}

#container {
	height: 636px;
	width: 908px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../img/back_sr.png) center top repeat-y;
	behavior: expression(IEPNGFIX.fix(this));
}

#container-inner {
	height: 100%;
	width: 900px;
	margin: 0 auto;
	background: url(../img/back_r.jpg) center top repeat-x;
}

#mainflash {
	padding: 3px 0px 25px 0px;
}

#footer-box {
	position: relative;
	margin: 0px 30px 0px 30px;
}

#info {
	position: relative;
	padding-top: 9px;
	float: left;
}

#logo-img {
	position: relative;
	float: right;
}



/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

p {
	line-height: 1.2em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }



/* Style ----------------------------------------------------------------- */

/* Global */

body {
    font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000000;
}


/*LINK*/
a:link{text-decoration:none;color:#000066;}
a:visited{text-decoration:none;color:#000099;}
a:active{text-decoration:none; color:#000099;}
a:hover {text-decoration:underline; color:#0000CC;}



