@charset "utf-8";

/**
*
*	pro
*	common.css
*/

/*************************************************************************
 *		プロセレ系のインポート用CSS
*************************************************************************/

/*HTML要素設定用CSS*/
@import "reset.css";
@import "/common/css/common_utf8.css";
@import "module.css";
@import "pro.css";
@import "pro_02.css";


/* ------ link ------ */
.subNav a:link,
.otherNav a:link    { color:#005AB4; text-decoration:none; }
.subNav a:visited,
.otherNav a:visited { color:#005AB4; text-decoration:none; }
.subNav a:hover,
.otherNav a:hover   { color:#FF3300; text-decoration:underline; }
.subNav a:active,
.otherNav a:active  { color:#FF3300; text-decoration:underline; }

/* ------ headSection ------ */
#contents .headSection { }
#contents .headSection .ttl {
	display:table-cell;
	/display:inline;
	width:520px;
	vertical-align:bottom;
	float:none !important;
	/zoom:1;
}
#contents .headSection .aside {
	display:table-cell;
	/display:inline;
	width:440px !important;
	padding-top:3px !important;
	vertical-align:bottom;
	text-align:right;
	float:none !important;
	/zoom:1;
}
#contents .headSection .aside .guide {
	font-size:72%;
}
#contents .headSection .aside .guide li {
	float:none !important;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:bottom;
}
#contents .headSection .aside .guide li p {
	letter-spacing:-1px !important;
}

/* ------ mainSection ------ */
#contents .mainSection {
	margin-bottom:0 !important;
}

#contents .mainSection #main_area {
	float:none;
	margin:0 auto;
	font-size:96%;
}

/* ------ footCatNav ------ */
#contents .footCatNav ul li a span{
	color:#173e53 !important;
}
body.jusyo #contents .footCatNav ul li.cur01 a span,
body.camera #contents .footCatNav ul li.cur02 a span,
body.ink #contents .footCatNav ul li.cur03 a span,
body.lccs #contents .footCatNav ul li.cur04 a span,
body.paper #contents .footCatNav ul li.cur05 a span,
body.download #contents .footCatNav ul li.cur06 a span,
body.cct #contents .footCatNav ul li.cur07 a span,
body.pdf #contents .footCatNav ul li.cur08 a span,
body.lineup #contents .footCatNav ul li.cur09 a span,
body.history #contents .footCatNav ul li.cur10 a span{
	color:#fff !important;
	text-decoration:none;
}
