@charset "Shift_JIS";
/*ヘッダ部分*/
#header {
	width: 950px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../../img/gmenu_back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 100px;
}
#header #ttl {
	font-size: 14px;
	font-weight: bold;
	color: #e70000;
	line-height: 1.4em;
	position: absolute;
	left: 112px;
	top: 35px;
}
#header #ttl a:link{
	font-size: 14px;
	font-weight: bold;
	color: #e70000;
	line-height: 1.4em;
	text-decoration:none;
}
#header #ttl a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #e70000;
	line-height: 1.4em;
	text-decoration:none;
}
#header #ttl a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #e70000;
	line-height: 1.4em;
	text-decoration:none;
}
#header #ttl-txt {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.4em;
	position: absolute;
	left: 112px;
	top: 18px;
}
#header #but-top {
	position: absolute;
	left: 756px;
	top: 0px;
}
#header #but-top li {
	display: block;
	height: 18px;
	float: left;
	margin-right: 1px;
}
#header #but-top li a {
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 100%;
}
#header #but-top #bt1 {
	width: 64px;
}
#header #but-top #bt2 {
	width: 100px;
}
#header #but-top #bt1 a {
	background-image: url(../../img/but_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #but-top #bt2 a {
	background-image: url(../../img/but_top.png);
	background-repeat: no-repeat;
	background-position: -65px 0px;
}
#header #but-top #bt1 a:hover {
	background-image: url(../../img/but_top.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
#header #but-top #bt2 a:hover {
	background-image: url(../../img/but_top.png);
	background-repeat: no-repeat;
	background-position: -65px -18px;
}
#header #home {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
}
#header #home a {
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 100%;
}
#header #gmenu {
	position: absolute;
	left: 102px;
	top: 56px;
	width: 830px;
}
#header #gmenu li {
	display: block;
	height: 44px;
	float: left;
	text-align: center;
}
#header #gmenu li a {
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	display: block;
	height: 29px;
	float: left;
}
#header #gmenu #gm1 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gmenu #gm2 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gmenu #gm3 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gmenu #gm4 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gmenu #gm5 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #gmenu #gm6 a:hover {
	background-image: url(../../img/gmenu_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*パン屑リスト*/
#pankuzu {
	margin: 10px;
	border: 1px solid #bbbbbb;
	height: 16px;
	background-color: #CCCCCC;
	background-image: url(../../img/pankuzu_back.png);
	background-repeat: repeat-x;
}
#pankuzu li {
	line-height: 1.1em;
	float: left;
	background-image: url(../../img/pankuzu.png);
	background-repeat: repeat-x;
	/*height: 16px;*/
}
#pankuzu a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	background-image: url(../../img/pankuzu_next.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 13px;
	padding-top: 3px;
	padding-left: 8px;
	float: left;
}
#pankuzu a:hover {
	color: #000000;
}
#pankuzu a.end {
	background-image: url(../../img/pankuzu_end.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #000000;
}
#pankuzu a.start {
	color: #cc0000;
}
#pankuzu a.start:hover {
	color: #FF0000;
}
