@charset "shift_jis";
/* -------------------------------------
 階層ページ共通用css
------------------------------------- */

/*-------------------------
  contents
-------------------------*/
#catpath {
	background-image: url(../../images/second/bg_catpath.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	color: #808080;
	font-size: 10px;
	line-height: 30px;
	padding-left: 10px;
}

h1 {
	padding-left: 10px;
}
#contents h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	background-image: url(../../images/second/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}


/*---------------
  data
---------------*/
.data p,data li {
	padding-bottom: 1em;
}
.dtable {
	width: 560px;
}


/*-------------------------
  sideber
-------------------------*/
/*---------------
  bnr_search
---------------*/
#bnr_search {
	text-align: center;
	padding-bottom: 5px;
}


/*---------------
  submenu
---------------*/
#submenu {
	clear: both;
	padding-bottom: 10px;
}
#submenu ul {
	width: 180px;
	padding-left: 10px;
}
#submenu li {
	font-size: 12px;
	line-height: 30px;
}
#submenu a {
	height: 30px;
	display: block;
	background-color: #AD848B;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B352C;
	background-image: url(../../images/second/arw_submenu.gif);
	background-position: 10px center;
	padding-left: 25px;
	background-repeat: no-repeat;
}
#submenu a:hover {
	background-color: #83545C;
}


/*-------------------------
  pagemove
-------------------------*/
#pagemove {
	clear: both;
	text-align: right;
	padding-right: 9px;
	padding-bottom: 10px;
}
