@charset "utf-8";
/*下層ページ共通*/
/*------------------------------*/


/*２カラム用レイアウト*/
/*------------------------------*/
#categoryMenu {
	float: right;
	width: 190px;
	margin:15px 0;
}
#contents {
	float: left;
	width: 720px;
	margin:15px 0 25px;
}

/*カテゴリー別メニュー基礎*/
/*------------------------------*/
#categoryMenu dl.menu {
/*	background-image: url(../img/category_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	padding-bottom: 10px;
	padding-top:2px;
	margin-bottom:15px;
	
	border:2px #999 solid;
	
	position:relative;
	_zoom:1;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	
	background-color: #FFFFFF;
	behavior: url(../../common/css/PIE.htc);/*for IE */
	
}
#categoryMenu .menu dt {

	background-repeat: no-repeat;
	/*height: 49px;*/
		background-image:none !important;
		font-weight:bold;
border-bottom: 1px solid #999;
}
/*#categoryMenu .menu dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:48px;
	border-bottom: 1px solid #e3e3e3;
}*/
/*#categoryMenu .menu dd {
	background-repeat: repeat-y;
background-image: url(../img/category_menu_back.gif);
}
*/

#categoryMenu .menu dd a,
#categoryMenu .menu dt a {
	display:block;
	width:147px;/*ボタン幅(180px) - (左パディング(30px) + 右パディング(12px))*/
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	/*background-image: url(../img/category_menu_button.gif);*/
	background-image: url(../img/2011/link_icon_al.gif);
	background-repeat:no-repeat;
	background-position:15px center;
	text-decoration:none;
	padding: 0.5em 12px 0.5em 27px;
	/*	border-right: 1px solid #E6C1A7;
	border-bottom: 1px solid #E6C1A7;
	border-left: 1px solid #E6C1A7;*/
	color:#666666;
}
#categoryMenu .menu dd a:link,
#categoryMenu .menu dd a:visited,
#categoryMenu .menu dt a:link,
#categoryMenu .menu dt a:visited {
	color:#666;
	font-size: 12px;

}
#categoryMenu .menu dd a:hover,
#categoryMenu .menu dt a:hover {
	
	
	/*background-position: 188px center;*/
	
	color:#000;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color:#F2F2F2;
	
	
}
#categoryMenu .menu dt a{
	background-image: url(../img/2011/link_icon_al_u.gif);
	background-position:10px center;
	text-decoration:none;
	padding: 10px 12px 10px 27px;
		font-weight:bold;
		font-size:14px !important;
border-top: 0px solid #999;
}
#categoryMenu .menu dt a:hover {
	border-top: 0px solid #999;

}

/*subメニュ*/
#categoryMenu .menu dd.menuSub a {
/*	background-image: url(../img/category_menu_button_sub.gif);*/
	
}
#categoryMenu .menu dd.menuSub a:link,
#categoryMenu .menu dd.menuSub a:visited {
	
	font-size: 10px;
	_font-size: 75%;
}
/*メニューの中のバナ*/

#categoryMenu .menu dd.menuBannerZone a,
#categoryMenu .menu dd.menuBannerZone a:link,
#categoryMenu .menu dd.menuBannerZone a:visited,
#categoryMenu .menu dd.menuBannerZone a:hover {
	display:block;
	text-align:center;
	width:180px;
	margin: 0px auto;
	padding:15px 0px 15px 0px;
	text-decoration:none;
	background-image:none;
	border:none;
}
/**/

#trustE {
	/*background-image: url(../img/banner_trust-e.gif);*/
	background-image: url(../img/2010/banner_side_trust_e.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 44px;
	width: 116px;
	margin: 2em auto;
	overflow: hidden;
}
/*For Common Design*/
.boxNormal {
	border: 1px solid #CCCCCC;
	padding: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	zoom:1;/*IE6*/
}
.lineNomal {
	/*background-image: url(../img/lineNormal.jpg);
	background-repeat: no-repeat;*/
	border-bottom:#CCC solid 2px;
	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: 14px;
	_font-size: 130%;
	font-weight: normal;
	color: #CC9900;
	line-height: 170%;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	_font-size: 100%;
	font-weight: bold;
	color: #333333;
	line-height: 170%;
	margin-bottom: 10px;
}
/*TXT*/
.txtSmall {
	font-size: 10px;
	/*_font-size: 70%;*/
	line-height: 180%;
}
.txtMidium {
	font-size: 14px !important;
/*	_font-size: 120%;*/
	line-height: 180%;
}
.txtNormal {
	font-size: 12px !important;
	_font-size: 80% !important;
	line-height: 150%;
}
/*Color*/
.colorOrange {
	color: #FF6600 !important;
}
.colorRed {
	color: #FF0000 !important;
}
.colorBlack {
	color: #000000 !important;
}
.colorWhite {
	color: #FFFFFF !important;
}
.colorGreen {
	color: #009900 !important;
}
.colorGold {
	color: #A37823 !important;
}
.colorBlue {
	color: #388FD2 !important;
}

.colorPink {
	color:#F3C !important;
}
.colorBrown {
	color:#C30 !important;
}

/* 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: 10px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 10px;
	text-align:left;
	color:#333333;
}
.tableGray th {
	background-color:#EDEDED;
	color:#333333;
}
.tableGray td {
	color:#666666;
}
table.table-noborder,
table.table-noborder td {
	border:none;

}
/**/

.pageToplinks,
.pageRighlinks {
	text-align: right;
	margin: 0px;
	padding: 10px 0px;
	font-size: 10px;
	_font-size: 75%;
	clear:both;
}
.pageToplinks a:hover,
.pageRighlinks a:hover {
	text-decoration:underline;
}
.pageToplinks a {
	background-image: url(../img/linicontop.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #666666;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: 2px;
}
.pageRighlinks a {
	background-image: url(../img/linkimg.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;
}
.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: #536482;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 5px 20px;
	background-position: left bottom;

}
.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(../img/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: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color:#6B81A8;
	border-left-style:solid;
	border-left-color: #607497;
	border-left-width: 10px;
}
.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*/
}
.boxBgPink {
	background-color:#FFE6EC;
	width: auto;
	zoom:1;/*IE6*/
}
.spaceLine {
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.btnimgbox {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

.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;
	height:1%;
	background-color:#FFFFFF;
	
}
.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(../img/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.pageLinkBox li {
	margin-bottom: 5px;
}
.marginLeft1 {
	margin-left: 20px;
}
.pageLink a {
	background-image: url(../img/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;
}/*layout*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.leftBox {
	text-align: left;
}
.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;
}

/*2010*/
/*------------------------------*/
#pageTitlesImg {
	/*padding-top: 15px;
*/}

/*------------------------------*/
/*for txt float2  */
/*------------------------------*/
.floatOver{
	overflow:hidden;
	_zoom:1;
}

.pageRead h3 {
	font-size: 16px;
}

