body {
	height: auto;
	padding-bottom: 20px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	color: #999999;
}

/*** inner ( header ) */

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 50px;
}

#headerLogo {
	float: left;
	text-indent: -99999px;
	width: 180px;
	height: 50px;
}

#headerLogo a {
	display: block;
	height: 50px;
}

#headerText {
	float: left;
	text-indent: -99999px;
	width: 630px;
	height: 50px;
}

/* inner ( header ) ***/

/*** inner ( globalNavi ) */

#globalNavi {
	background: url(../img/globalNaviInnerBack.jpg) repeat-x;
	height: 70px;
	margin: 20px 0;
}

#globalNavi01 {
	width: 159px;
	height: 70px;
	float: left;
}

#globalNavi01 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: 0px 0px;
}

#globalNavi02 {
	width: 158px;
	height: 70px;
	float: left;
}

#globalNavi02 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: -159px 0px;
}

#globalNavi03 {
	width: 158px;
	height: 70px;
	float: left;
}

#globalNavi03 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: -317px 0px;
}

#globalNavi04 {
	width: 158px;
	height: 70px;
	float: left;
}

#globalNavi04 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: -475px 0px;
}

#globalNavi05 {
	width: 158px;
	height: 70px;
	float: left;
}

#globalNavi05 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: -633px 0px;
}

#globalNavi06 {
	width: 159px;
	height: 70px;
	float: left;
}

#globalNavi06 a {
	background: url(../img/globalNaviInner.jpg) no-repeat;
	display: block;
	text-indent: -99999px;
	height: 70px;
	background-position: -791px 0px;
}

#bread {
	background: url(../img/bread.jpg) no-repeat;
	height: 21px;
	margin-bottom: 20px;
	padding: 1px 0 0 25px;
}

/* inner ( globalNavi ) ***/

/*** inner ( sideMenu ) */

#sideMenu {
	width: 200px;
	float: left;
}

#sideTokka {
	background: url(../img/sideTokka.jpg) no-repeat;
	height: 175px;
	text-indent: -99999px;
	margin-bottom: 20px;
}

#sideTokka a {
	display: block;
	height: 175px;
}

.sideMenu01 {
	background: url(../img/sideMenu.jpg) no-repeat;
	height: 39px;
	padding: 20px 0 0 35px;
	font-size: 14px;
	font-weight: bold;
}

#sideMenu02 {
	background: url(../img/sideMenu.jpg) no-repeat;
	height: 40px;
	padding: 20px 0 0 35px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sideCatalog {
	background: url(../img/sideCatalog.jpg) no-repeat;
	height: 216px;
	text-indent: -99999px;
}

#sideCatalog a {
	display: block;
	height: 216px;
}

/* inner ( sideMenu ) ***/

/*** inner ( main ) */

#main {
	width: 720px;
	float: left;
	margin-left: 30px;
}

/* inner ( main ) ***/

/*** common ( footer ) */

#pageTop {
	background: url(../img/pageTop.jpg) no-repeat;
	width: 85px;
	height: 21px;
	float: right;
}

#pageTop a {
	display: block;
	text-indent: -99999px;
	height: 21px;
}

#footer {
	background: url(../img/footer.jpg) repeat-x;
	background-position: 0 21px;
	color: #CCC;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerMenu {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 10px;
	line-height: 18px;
}

#footerLeft {
	width: 300px;
	float: left;
	font-size: 11px;
}

#footerCenter {
	width: 300px;
	margin-left: 25px;
	float: left;
	font-size: 11px;
}

#footerRight {
	width: 300px;
	margin-left: 25px;
	float: left;
	font-size: 11px;
}

.footerTitle {
	font-weight: bold;
	padding: 15px 0;
	border-bottom: #666 1px dashed;
}

.footerText {
	padding: 15px 0;
}

.footerTextBb {
	padding: 15px 0;
	border-bottom: #666 1px dashed;
	margin-bottom: 15px;
}

#copy {
	text-align: center;
	color: #666;
	padding-top: 20px;
}

#copy a {
	color: #666;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

/* common ( footer ) ***/

/*** commonParameter */

.padT10 {
	padding-top: 10px;
}

.padT11 {
	padding-top: 11px;
}

.padR20 {
	padding-right: 20px;
}

.padL14 {
	padding-left: 14px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB40 {
	margin-bottom: 40px;
}

.marL20 {
	margin-left: 20px;
}

.lh20 {
	line-height: 20px;
}

.fL {
	float: left;
}

.taR {
	text-align: right;
}

/* commonParameter ***/