/* CSS Document */

/* Default ---------------------------------------------------------------- */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,iframe {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
fieldset,img,abbr,acronym {
    border:0;
} 

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #ffffdd url(../images/body_back.jpg) top center repeat;
	text-align: center;
}

#container {
	width: 902px;
	min-height: 100%;
	margin: 0 auto;
}

#header {
	width: 902px;
	height: 282px;
	background: url(../images/header.png) top center no-repeat;
}


#content {
	width: 902px;
	text-align: center;
	background: url(../images/content_back.png) top center repeat-y;
}

#content-inner {
	width: 902px;
	text-align: center;
	background: url(../images/content_inner.png) top center no-repeat;
	padding: 10px 0px 10px 0px;
}



#alpha {
	width: 301px;
	float: left;
	padding: 100px 0px 20px 0px;
	text-align: left;
}

#alpha ul {
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#alpha ul li {
	width: 232px;
	height: 52px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}


#alpha div#banner-box {
	bottom: 0px;
}

#alpha div#banner-box ul {
	width: 250px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#alpha div#banner-box ul li {
	width: 220px;
	text-align: center;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
}


#beta {
	width: 581px;
	float: right;
	padding: 40px 0px 20px 0px;
	text-align: left;
}

.tableBox2, .tableBox2 table {
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	line-height: 20px;
}

.tableBox2 img {
	margin: 0px 10px 10px 0px;
}


/*  footer  */

#footer {
	width: 902px;
	height: 60px;
	background: url(../images/footer.png) top center no-repeat;
}

#footer-inner {
	padding: 15px 50px 0px 0px;
	font-weight: bold;
	text-align: 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 12px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #000000;
}

.underL {
	text-decoration: underline;
}



h1 {
	font-size: 18px;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: #FFFF99;
	margin-bottom: 5px;
}


.r12 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.p12 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

.r10 {
	font-size: 10px;
	_font-size: 75%;
	font-weight: normal;
	color: #111111;
}

.b11 {
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}

.b13 {
	font-size: 13px;
	font-weight: bold;
	color: #111111;
}

.b15 {
	font-size: 15px;
	font-weight: bold;
}

.b18 {
	font-size: 18px;
	font-weight: bold;
}

.style-red {
	color: #EE0000;
}

.style-orange3 {
	color: #FF3300;
}

.style-orange6 {
	color: #FF6600;
}

.style-orange9 {
	color: #FF9900;
}

.style-pink9c {
	color: #FF99CC;
}

.style-pink69 {
	color: #ff6699;
}

.style-pink6c {
	color: #ff66cc;
}

.style-white {
	color: #ffffff;
}

.style-yellowc {
	color: #ffffcc;
}

.style-blue6f {
	color: #0066ff;
}

.style-bluebe {
	color: #BBEEFF;
}

.style-green6 {
	color: #00ff33;
}

.style-minnano {
	color: #DA2D6C;
}

.style-gray5 {
	color: #555555;
}

.style-gray3 {
	color: #333333;
}


/*LINK*/
a:link{text-decoration:none;color:#FFFFFF;}
a:visited{text-decoration:none;color:#CC0000;}
a:active{text-decoration:none; color:#FF9900;}
a:hover {text-decoration:underline; color:#FF9900;}

/*beta LINK*/
#beta a:link{text-decoration:none;color:#3399FF;}
#beta a:visited{text-decoration:none;color:#0066FF;}
#beta a:active{text-decoration:none; color:#0066FF;}
#beta a:hover {text-decoration:underline; color:#66CCFF;}


br.fclear {
	clear: both;
}