@charset "Shift_JIS";

/* ---------------------------- copyright
Modified: 2007-05-20
-------------------------------------- */




/* ----------------------- basic style */


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
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 {

	width: 760px;
}

div#container table td {
	vertical-align: top;
}

div#contentsHeader {
	margin-bottom: 11px;
	padding: 8px 11px 0 14px;
	width: 735px;
	height: 34px;
	background: url(../../images/bg_contents_head.jpg) no-repeat;
}

div#contentsHeader h1,
div#contentsHeader p#logo {
	margin-top: 6px;
	float: left;
	width: 120px;
}


div#contentsHeader p.support {
	margin-top: 8px;
	float: right;
}

div#headTitle {
	margin-bottom: 7px;
	padding: 7px 11px;
	border: 1px solid #CBCBCB;
	width: 736px;
}

h2#topTitle {
	width: 187px;
}

p#title {
	float: left;
	width: 202px;
}