@charset "utf-8";
/*===============
Tag Setting
===============*/
body{
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1{
	font-size: 182%;
	color: #69f;
	background-image: url(../img/h1_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.2em;
}
/*===============
ID Setting
===============*/
/*MainContainer*/
#maincontainer{
	height: auto;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
}
#maincontainer{
}
#maincontainer #breadcrumb{
	font-size: 10px;
	color: #eee;
	line-height: 30px;
	background-image: url(../img/base_bread_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
}
#maincontainer #breadcrumb a{
	color: #eee;
}
#maincontainer #breadcrumb a:hover{
	color: #fff;
}
#maincontainer #contentsfooter{
	margin: 0px;
	height: 10px;
	background-image: url(../img/con_foot_nonav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 784px;
	line-height: 1em;
	clear: both;
	padding: 0px;
}
