@charset "utf-8";
/* CSS Document */

#page {
	background-image: url(/user_file/idoldog-sh/about/img/back.png);
	background-repeat: repeat-y;
	width: 680px;
}
#navi {
	margin-left: 35px;
	margin-top: 10px;
	overflow:hidden
}
/*フロートマージン対策***********************/
#navi :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #navi {
    height: 1em;
    overflow: visible;
}
/************************フロートマージン対策*/
#navi li {
	float: left;
	width: 151px;
	display: inline;
	margin-right: 2px;
}
#navi a {
	height: 27px;
	width: 151px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#navi01 a {
	background-image: url(/user_file/idoldog-sh/about/img/btn01_all.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi01 a:hover {
	background-image: url(/user_file/idoldog-sh/about/img/btn01_all.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
#navi02 a {
	background-image: url(/user_file/idoldog-sh/about/img/btn02_all.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi02 a:hover {
	background-image: url(/user_file/idoldog-sh/about/img/btn02_all.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
#navi03 a {
	background-image: url(/user_file/idoldog-sh/about/img/btn03_all.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi03 a:hover {
	background-image: url(/user_file/idoldog-sh/about/img/btn03_all.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
#navi04 a {
	background-image: url(/user_file/idoldog-sh/about/img/btn04_all.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi04 a:hover {
	background-image: url(/user_file/idoldog-sh/about/img/btn04_all.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
.current a {
	background-position: left -27px !important ;
	cursor: default !important;
}
#main {
	padding-right: 35px;
	padding-left: 35px;
}
#main p , #main dt, #main dd{
	color: #676767;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}


#caption {
	text-align: left;
	width: 458px;
	padding-top: 30px;
	margin-bottom: 20px;
	clear: left;
}
#btm {
	clear: both;
	padding-top: 30px;
}
