@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------

      main structure, header, footer styles

   ----------------------------------------------- */

/* @group mayers reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	text-align: left;
	line-height: 1.2;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

body {
	background-image: url(../../images/bg_02.gif);
	background-repeat: repeat-y;
	background-position: 900px;	
}

div.header {
	background-image: url(../../images/bg_01.gif);
	background-repeat: repeat-x;
	height: 180px;
}

div.header #flashcontent{
height: 180px;
overflow: hidden;
}

div.container {
	width: 900px;
}



/* @group footer */

div.footer {
	clear: both;
	background-image: url(../images/bg_05.gif);
	background-repeat: repeat-x;
	height: 55px;
}

div.footer ul {
	padding-top: 14px;
	padding-left: 10px;
}

div.footer ul li {
	float: left;
	border-left: 1px solid #ffffff;
	padding: 0 6px;
	display: inline;
}

div.footer ul li.first-child {
	border-left: none;
}

div.footer ul li a:link,
div.footer ul li a:visited {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

div.footer ul li a:hover,
div.footer ul li a:active {
	color: #ffffff;
	text-decoration: underline;
}

div.footer address {
	clear: both;
	width: 900px;
	padding-top: 7px;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
}

div.footer address a {
	color: #ffffff;
}

/* @end */

/* @group for accessibility issue */

div.footer h2,
.hidden {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background: #fff;
}


/* @end */


/* @group component */

p.pagetop {
	clear: both;
	text-align: right;
	position: relative;
	bottom: -40px;
	font-size: 80%;
}

p.pagetop img{
	vertical-align: text-top;
	padding-right: 3px;
}



/* @end */


