@charset "utf-8";

/*---------------------------------------
下層ページ共通
-----------------------------------------*/
#contents_wrap {
	width:900px;
	margin:10px auto 0;
}
#contents_main {
	float:right;
	width:660px;
}

#contents_nav {
	width:200px;
	float:left;
}
#contents_single {
	width:900px;
	margin:0 auto 0;
}

/*---------------------------------------
ぱんくず
-----------------------------------------*/
#path {
	margin-bottom:20px;
}
#path ul li {
	float:left;
	background:url(../image/footer_nav_list.gif) no-repeat left 15px;
	padding:10px 0 0 12px;
	margin-right:18px;
	color:#666;
}
#path ul li.home {
	background:url(../image/footer_nav_home.gif) no-repeat left 13px;
	padding-left:18px;
}
#path ul li a {
	color:#333;
}
/*---------------------------------------
サイドメニュー
-----------------------------------------*/
#contents_nav h3 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
}
/*第1階層*/
#contents_nav ul {
	border:1px solid #E8E7E3;
}
#contents_nav ul li {
	background:url(../image/nav_line.gif) repeat-x top left;
	padding:2px 0 0px 0;
	margin-top:1px;
	display:block;
}
#contents_nav ul li a {
	color:#333;
	padding:10px 0 10px 30px;
	display:block;
	zoom: 1;
	background:url(../image/nav_list.gif) 15px 15px no-repeat;
}

#contents_nav li a:hover {
	text-decoration:none;
	color: #333;
	background-color:#E8E7E3;
}
/*第2階層*/
#contents_nav ul.sub_nav {
	border:none;
}
#contents_nav ul.sub_nav li {
	padding:1px 0 0 0;
	margin:0;
	background:url(../image/nav_line2.gif) #E8E7E3 repeat-x top left;
}
#contents_nav ul.sub_nav li a {
	color:#333;
	padding:5px 0 5px 40px;
	display:block;
	background:url(../image/nav_list.gif) 25px 10px no-repeat;
}

#contents_nav ul.sub_nav li a:hover {
	text-decoration:none;
	color: #333;
	background-color:#CCC;
}
/*第3階層*/
#contents_nav ul.sub_nav2 {
	border:none;
}
#contents_nav ul.sub_nav2 li {
	padding:1px 0 0 0;
	margin:0;
	background:url(../image/nav_line3.gif) #CCC repeat-x top left;
}
#contents_nav ul.sub_nav2 li a {
	color:#333;
	padding:5px 0 5px 50px;
	margin:0;
	display:block;
	background:url(../image/nav_list.gif) 35px 10px no-repeat;
}

#contents_nav ul.sub_nav2 li a:hover {
	text-decoration:none;
	color: #333;
	background-color:#999;
}

/*For Common Design*/
.boxNormal {
	border: 1px solid #CCCCCC;
	padding: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.lineNomal {
	background-image: url(../image/lineNormal.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	_font-size: 110%;
	line-height: 140%;
	color: #A28042;
}
h3 {
	font-size: 15px;
	_font-size: 130%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	_font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 10px;
}
h5 {
	font-size: 10px;
	_font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 7px;
}
/*TXT*/
.txtSmall {
	font-size: 10px;
	_font-size: 70%;
	line-height: 180%;
}
.txtMidium {
	font-size: 14px;
	_font-size: 100%;
	line-height: 180%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.img-space {
	padding: 10px 0px;
}
.imgSpaceTop {
	padding: 10px 0px;
}
.imgSpaceUnder {
	padding: 0px 0px 10px 0px;
}
.imgSpaceLeft {
	padding: 0px 0px 0px 10px;
}
.imgSpaceRight {
	padding: 0px 10px 0px 0px;
}
/*Color*/
.colorOrange {
	color: #FF6600;
}
.colorRed {
	color: #FF0000;
}
.colorBlack {
	color: #000000;
}
.colorWhite {
	color: #FFFFFF;
}
.colorGreen {
	color: #009900;
}
.colorGold {
	color: #A37823;
}
.colorYellow {
	color:#FFFF00;
}


/* table-style */

table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;


}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	font-size:10px;
	color:#333333;

}
.tableGray th {
	background-color:#EDEDED;
	color:#333333;
}
.tableGray td {
	color:#666666;
}
/**/
.pageToplinks,
.pageRighlinks {
	text-align: right;
	margin: 0px 0px;
	padding: 20px 0px 10px 0px;
	font-size: 11px;
	_font-size: 75%;
}
.pageToplinks a:hover,
.pageRighlinks a:hover {
	text-decoration:underline;
}
.pageToplinks a {
	background-image: url(../image/linicontop.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: 2px;
}
.pageRighlinks a {
	background-image: url(../image/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
	text-decoration: none;
	
}
.midashiBox {
	background-image: url(../img/common_bar_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #AE1619;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.midashiBoxGold {
	background-image: url(../img/common_bar_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #BEA36A;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #A37823;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.midashiBox2 {
	background-image: url(../image/midashi2_bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.pageRead {
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.boxGrayWeight {
	padding: 15px;
	border: 3px solid #E7E7E7;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	width: auto;
	zoom:1;/*IE6*/
}
.spaceLine {
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.btnimgbox a img {
	border: solid 4px #ccc;
	padding: 2px;
	margin-bottom: 5px;
}
.btnimgbox a:hover img {
	border-color: #666666;
}
.btnimgbox a:hover {  /* for IE6 */
	border: none;
}
.pageLinkBox {
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
.pageLinkBox ul {
	float: left;
	width: 280px;
}
.pageLinkBox a {
	background-image: url(../image/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
}
.pageLinkBox li {
	margin-bottom: 5px;
}
.marginLeft1 {
	margin-left: 20px;
}#contentFull {
	margin-top: 15px;
}
.pageLink a {
	background-image: url(../image/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.listNormal {
	margin: 0px;
	padding: 0px;
}
.listNormal li {
	list-style-type: disc;
	margin-left: 40px;
}
.olNormal {
	margin-left: 30px;
}
.olNormal li {
	list-style-type: decimal;
}
.boxGoldWeight {
	padding: 15px;
	border: 3px solid #BEA36A;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
