@charset "Shift_JIS";

/* ---------------------------- copyright
Modified: 2009-11-11
-------------------------------------- */

/* ----------------------- font style */
/* default */
body {
    font-size: 12px;
	line-height: 1.4;
}

/* IE7 or less */
*+html body{
    font-size: 75%;
}
* html body {
    font-size: 75%;
}


/* ----------------------- basic style */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
    height:100%;
	overflow-y:scroll;
}
body {
	margin-left: 20px;
	padding: 0px;
    height: 100%;
	color: #333;
	background: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
img {
	border: none;
}	
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 100%;
}	
hr {
	display: none;
}

/* ----------------------- common style */

div#container {
	margin-bottom: 20px;
	width: 814px;
}
div#container table td {
	vertical-align: top;
}
div#contentsHeader {
	margin-bottom: 11px;
	padding: 8px 11px 0 14px;
	width: 789px;
	height: 34px;
	background: url(../globalimages/bg_contents_head.jpg) no-repeat;
}
div#contentsHeader h1{
	margin-top: 6px;
	float: left;
	width: 120px;
}
div#contentsHeader p.support {
	margin-top: 7px;
	float: right;
}


/* ----------------------- go top style */

div#pagetop {
	margin-bottom: 3px;

	clear: both;
	width: 814px;
	font-size: 84%;
	text-align: right;

}
div#pagetop a{
	padding:1px 0 0 12px;
	background:url(../globalimages/ico_arrow.gif) left top no-repeat;
}


