/* -------------------------------- 
Name: product stylesheet
Manager: MUSCLE co.ltd
-------------------------------- */

#sidemenu01{
    margin: 32px 0 0 0;
}

#sidemenu01 li a{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu01.gif) no-repeat;
}

#sidemenu02 li a{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu02.gif) no-repeat;
}

#sidemenu03 li a{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu03.gif) no-repeat;
}
#sidemenu04{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu04.gif) no-repeat;
}
#sidemenu05{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu05.gif) no-repeat;
}
#sidemenu06 li a{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../product/img/sidemenu06.gif) no-repeat;
}


#sm01 a:link, #sm01 a:visited {
	width: 181px;
	background-position: 0px 0px;
}


#sm01 a:hover, #sm01 a:active {
	background-position: -181px 0px;
}

#sm01_on a:link, #sm01_on a:visited, #sm01_on a:hover, #sm01_on a:active {
	width: 181px;
	background-position: -181px 0px;
}


/* undermenu
-------------------------------- */
#undermenu {
    margin: 0;
}

#undermenu li a {
	width: 139px;
	height: 20px;
	display: block;
	background-color: #e9f5e9;
    margin: 0 0 1px 1px;
	padding: 7px 0 0 40px;
	text-decoration: none;
    color: #006100;
}

#undermenu li a:hover,a:active {
    background-color: #c1f4c1;
}

#undermenu2 li a {
	width: 129px;
	height: 20px;
	display: block;
	background-color: #e9f5e9;
    margin: 0 0 1px 1px;
	padding: 7px 0 0 50px;
	text-decoration: none;
    color: #006100;
}

#undermenu2 li a:hover,a:active {
    background-color: #c1f4c1;
}





/* main
-------------------------------- */
#main {
    width: 570px;
    padding: 0 0 15px 5px;
}



/* box
-------------------------------- */
.box {
    width: 570px;
    padding: 10px 0 15px 5px;
}

#box_l {
    width: 265px;
    padding: 0 0 0 10px;
    float: left;
}

#box_r {
    width: 265px;
    padding: 0 0 0 10px;
    float: right;
}



/* cool_point
-------------------------------- */
#cool_point p{
    padding: 0 10px 15px 10px;
}


/* txt
-------------------------------- */
.txt{
    text-align: left;
    padding: 0 10px 10px 0;
    line-height: 22px;
}


/* gopage
-------------------------------- */
.gopage {
    padding: 5px 0 0 0;
    float: right;
}



