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


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

/*カテゴリー別メニュー基礎*/
/*------------------------------*/
#categoryMenu dl.menu {
	background-image: url(../img/category_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	margin-bottom:15px;
}
#categoryMenu .menu dt {
	background-repeat: no-repeat;
	height: 49px;
}
#categoryMenu .menu dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:49px;
}
#categoryMenu .menu dd {
	background-repeat: repeat-y;
	background-image: url(../img/category_menu_back.gif);
}
#categoryMenu .menu dd a {
	display:block;
	width:147px;/*ボタン幅(180px) - (左パディング(30px) + 右パディング(12px))*/
	margin: 0 auto;
	border-top: 1px none #999999;
	background-image: url(../img/category_menu_button.gif);
	text-decoration:none;
	padding: 0.8em 12px 0.8em 20px;
		border-bottom: 1px solid #e3e3e3;
	/*border-right: 1px solid #999999;

	border-left: 1px solid #999999;*/
}
#categoryMenu .menu dd a:link,
#categoryMenu .menu dd a:visited {
	color:#333333;
	background-position: 0px center;
	font-size: 12px;
	_font-size: 85%;
}
#categoryMenu .menu dd a:hover {
	color:#990000;
	background-position: 180px center;
	border-bottom: 1px solid #990000;
}
/*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.menuSub a {
	background-image: url(../img/category_menu_button_sub.gif);
	padding: 0.5em 7px 0.5em 25px;
	font-size: 10px;
	_font-size: 75%;
	
}
#categoryMenu .menu dd.menuSub a,
#categoryMenu .menu dd.menuSub a:hover {
border-bottom: 1px solid #FFFFFF;	
}




#categoryMenu .menu dd.menuOpen a {background-image: url(../img/category_menu_button_pluse.gif);
}

#categoryMenu .menu dd.menuClose ul {
padding:15px 0;
}
#categoryMenu .menu dd.menuClose a:link,
#categoryMenu .menu dd.menuClose a:visited {
padding: 0.5em 8px 0.5em 24px;
	font-size: 10px;
	color:#666666;
	border:none;
}




/*メニューの中のバナ*/

#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;
	width:180px;
	margin: 0px auto;
	padding:8px 0px 0px;
	text-decoration:none;
	background-image:none;
	border:none;
}
/**/
/**/

#trustE {
	background-image: url(../img/banner_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;
}
.lineNomal {
	background-image: url(../img/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;
}



/* 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:12px;
	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(../img/linicontop.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666 !important;
	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(../img/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;
	background-color: #FFFFFF;
}
.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: #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: #970A23;
}
.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(../img/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(../img/linkimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 180%;
}
.listNormal {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.listNormal li {
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: outside;
}
.olNormal {
	margin-left: 30px;
}
.olNormal li {
	list-style-type: decimal;
}
.boxGoldWeight {
	padding: 15px;
	border: 3px solid #BEA36A;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
/*margin padding*/
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt40 {
	margin-top:40px;
}
.mt45 {
	margin-top:45px;
}
.mt50 {
	margin-top:50px;
}
.mt55 {
	margin-top:55px;
}
.mt60 {
	margin-top:60px;
}
.mt80 {
	margin-top:80px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom:80px;
}
.pt05 {
	padding-top:5px;
}
.pl05 {
	padding-left:5px;
}
.pl20 {
	padding-left:20px;
}
.pa10 {
	padding:10px;
}
.plr10 {
	padding: 0 10px;
}
p {
margin:0 0 10px 0 ;
padding:0;
}
.boxBoldType {
	padding: 15px;
	border: 5px solid #CCCCCC;
	background-color: #FFFFFF;
}

.wide50 {
width:50%;
}
.sideBannersSet {
	padding:0px 0 5px;
}
.sideBannersSet li {
margin-bottom:5px;
}
#sogolinkbox {
	margin: 0px 0px 30px;
	padding: 0px;
}
.sogoBox {
	padding: 15px;
}
.typeDebu {
	background-image:url(../img/sogo_job.gif);
	background-color: #D4F4FF;
	background-repeat: no-repeat;
	background-position: left top;
}
.typePro {
	background-image:url(../img/sogo_pro.gif);
	background-color: #FFDCBA;
	background-repeat: no-repeat;
	background-position: left top;
}

.sogoBox ul {
	margin: 0px 0px 0px 300px;
	padding: 0px;
}
.sogoBox li {
	font-size:14px;
	margin:0;
	padding:0;
}
.sogoBox a {
	display:block;
	background-color:#FFFFFF;
	margin: 0px 0 3px 0;
	padding: 10px 5px 10px 35px;
	background-image: url(../img/linkal_new.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	_zoom:1;
}
.typeDebu a {
color:#0099CC !important;
}
.typePro a {
color:#FF3300 !important;
}
.sogoLinkCourse {
	padding: 15px 15px 15px 165px;
	background-image: url(../img/sogo_course.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	margin: 10px 0px 15px;
	border: 1px solid #CCCCCC;
	clear:both;
	_zoom:1;
}
.sogoLinkCourse dl {
margin:0;
padding:0;_zoom:1;

}
.sogoLinkCourse dt {
margin:0 0 5px 0;
font-size:14px;
padding:0;_zoom:1;
}
.sogoLinkCourse dd {
margin:0 0 0 35px;
padding:0;_zoom:1;
}
.sogoLinkCourse a {
	background-image: url(../img/linkal_new.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	_zoom:1;
		padding: 2px 0px 3px 35px;

}
