/*** Elements ***/
h1 {
}

h2 {
}

h3 {
	margin-bottom: 5px;
}

a {
	text-decoration: underline;
}

ol,ul {
	padding-left: 25px;
}

p,div,span,a {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝",serif;
}

p {
	line-height: 160%;
}

.decLine {
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin: 29px 0 30px;
	font-size: 0px;
}

/*** Layout ***/

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url("../images/cb_bg.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
}


* html div#container {
	height: 100%;
}

body > #container {
	height: auto;
}

div#container {
	width: 720px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	padding: 0 20px 0;
}

#main_container {
	position: relative;
}

#header {
	position: relative;
	width: 720px;
	height: 69px;
}

h1 {
	position: absolute;
	left: 0;
	top: 20px;
}

#mainMenu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#header p {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 10px;
}

#header a {
	font-size: 10px;
}

#dummy_footer {
	height: 108px;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 720px;
	height: 63px;
	text-align: center;
}

#footer #copyright {
}

#footer img {
	vertical-align: top;
	margin: 0;
}


