@charset "utf-8";

/*/// 汎用 ///*/
.mt18{ margin-top:18px; }
.mt20{ margin-top:20px; }

.txtRed{ color:#FF0000; }
.txtUdl{ text-decoration:underline; }

/*/// titleHeader ///*/
#titleHeader{
	float: left;
	width: 750px;
	padding:50px 0;
	color:#4D4D4D;
}
#titleHeader p {
	font-weight: bold;
}

#wrapper {
	position: relative;
}


/*/// catNav ///*/
#catNavWrap {
	z-index: 1;
	float: right;
	width: 250px;
	margin-top: 25px;
	/*pointer-events: none;*/
}

#catNavWrap li {
	padding: 5px 0;
	/*pointer-events: auto;*/
}
#catNavWrap li.navFirst {
	background: url(../../images/bg_dashedline_h.gif) repeat-x top;
}
#catNavWrap li.navLast {
	background: url(../../images/bg_dashedline_h.gif) repeat-x bottom;
}
#catNavWrap li.navTop {
	display: none;
	padding-top: 10px;
}

#catNavWrap li.navTop a {
	background: url(../../images/arrow_top.gif) no-repeat left center;
}
#catNavWrap a.up {
	background: url(../../images/arrow_top.gif) no-repeat left center;
}
#catNavWrap a {
	display:block;
	background: url(../../images/arrow_anchor.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

#catNav {
	position: relative;
	width: 250px;
	background: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
#catNav a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav position fix */
.navFix{ 
	position:fixed;
	top:0;
	float: none !important;
	margin-top: 0px !important;
	/*padding-left: 750px;*/
	margin-left: 750px;
}
.navFix li.navTop {
	display: block !important;
}





/*/// attentionList ///*/
.content{
	padding:30px 300px 30px 100px;
}

/* nav position fix */
.contentPadding{}

.content .catTitle{
	clear:both;
	background: url(../../images/bg_dashedline_h.gif) repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
	color:#4d4d4d;
}

.content .catTitle span{
	font-weight:bold;
	font-size:161.6%;
	color:#000;
}

.attentionList{
	margin-top:18px;
	letter-spacing:-0.25em;
}

.attentionList li{
	background: url(../images/att_bg_midashi_top.gif) no-repeat top;
	/*display:inline-block;*/
	padding-bottom:80px;
	/*width:190px;*/
	letter-spacing:normal;
	vertical-align:top;
}

.attentionList li.nextBlank{ margin-right:190px; }

.attentionList li h3 {
	background: url(../images/att_bg_midashi_btm.gif) no-repeat bottom;
	padding: 10px 20px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color:#9067AD;
}
.attentionList li p {
	margin-bottom: 1em;
}
.attentionList li p.catName{
	margin-left:10px;
	margin-bottom:8px;
	font-size:10px;
	line-height:1;
	color:#808080;
}

.attentionList li p.name{
	margin-left:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1;
	font-weight:bold;
}

.attentionList li p.status{
	margin-left:10px;
	font-size:12px;
	line-height:1;
}

.summery{
	width:190px;
	background:url(../images/bg_summery.gif) no-repeat center top;
	text-align:center;
}

.summery h3{
	height:50px;
	padding-top:20px;
	padding-right: 15px;
	overflow:hidden;
	font-size:16px;
	line-height:1.6;
	font-weight:bold;
	color:#f17700;
}

.summery p{
	height:225px;
	padding:10px 20px 10px 10px;;
	overflow:hidden;
	font-size:11px;
	color:#4D4D4D;
}

.summeryW{ width:236px; }

