/* @group Mayer 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 {
	background-image: url("../images/subpage_bg.gif");
	background-repeat: repeat-x;
	text-align: center;
	color: #666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p {
	line-height: 1.49em;
}

a:link,
a:visited {
	color: #5756B3;
	text-decoration: none;
}
a:hover,
a:active {
	color: #5756B3;
	text-decoration: underline;	
}

div.container-outer {
	margin: 0 auto;
	width: 856px;
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
}

div.top-line {
	background-color: #6854A1;
	height: 7px;
	margin: 0 3px 0;
	overflow: hidden;
}

div.container-inner {
	padding: 0 28px;
	text-align: left;
	position: relative;
}

p.tagline {
	position: absolute;
	left: 28px;
	bottom: 15px;
	font-size: 70%;
}

h1.main-logo {
	padding-top: 51px;
	display: block;
	float: left;
	height:40px;
}

div.utility {
	position: absolute;
	right: 28px;
	top: 10px;
}

div.utility ul li {
	float: left;
}

div.global-navigation {
	position: absolute;
	right: 28px;
	top: 56px;
}

div.global-navigation ul li {
	float: left;
	padding-bottom: 10px;
	border-bottom: 5px solid #ffffff;
}

div.global-navigation ul li.selected {
	border-bottom: 5px solid #c5b7d4;
}

div.left-contents {
	width: 575px;
	float: left;
}

div.right-contents {
	margin-left: 600px;
}


p.page-top {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 40px;
}

p.page-top a {
	background-image: url('../images/pagetop_mark.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 70%;
	padding-left: 11px;
}

/* @group footer */

div.footer-menu{
	padding-bottom: 40px;	
}

div.footer-menu ul {
	height: 26px;
	border-top: 1px solid #CBCBCB;	
	border-bottom: 1px solid #CBCBCB;
	clear: both;
}

div.footer-menu ul li {	
	float: left;
	margin-top: 5px;
}

div.container-footer {
	clear: both;
	text-align: center;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	height: 60px;	
}
div.footer-area {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

div.footer-area ul {
	padding-top: 16px;
	float: left;
}

div.footer-area ul li {
	float: left;
	padding-right: 20px;
}

div.footer-area ul li a {
	background-image: url('../images/list_mark_tri.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	font-size: 70%;
}

div.footer-area ul li a:link,
div.footer-area ul li a:visited {
	color: #666;
	text-decoration: none;
}

div.footer-area ul li a:hover,
div.footer-area ul li a:active {
	color: #666;
	text-decoration: underline;
}

div.footer-area address {
	float: right;
	padding-top: 10px;
}

div.footer-area address a img.footer-logo {
	padding-left: 180px;
}

div.footer-area img {
	display: block;
	padding-bottom: 5px;
}

/* @end */

/* accesibility issue */
div.utility h2.accessibility-hidden,
div.global-navigation h2.accessibility-hidden,
div.right-contents h2.accessibility-hidden,
div.right-contents h3.accessibility-hidden,
div.footer-menu h2.accessibility-hidden,
div.footer-area h2.accessibility-hidden,
.accessibility-hidden {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background: #fff;
	border: none;
}

/* IE6 huck */
*html p.tagline {
	left: -162px;
	bottom: 20px;
	font-size: 65%;
}

*html div.global-navigation ul li {
	padding-bottom: 7px;
}


/* IE7 huck */
*+html div.global-navigation ul li {
	padding-bottom: 9px;
}



