/* 株式会社キャリアプラスCSS */
/* First Created: 2005/12/6 */
/* Last modified: 2005/12/16 */

/*ボディー指定*/
body { 
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
}
/*テキスト指定*/

.text-std {
	color: #333333;
	font-size: 83%;
	line-height: 130%;
}

.text-stdn {
	color: #333333;
	font-size: 83%;
	line-height: 110%;
}

.text-stdw {
	color: #333333;
	font-size: 83%;
	line-height: 140%;
}

.text-stdb { 
	color: #333333;
	font-size: 83%;
	line-height: 130%; 
	font-weight: bold;
}

/*テキストカラー・装飾指定*/
.text-red { 
	color: #ff3300;
}

.text-red2 { 
	color: #990033;
}

.text-red2b { 
	color: #990033;
	font-weight: bold; 
}

.text-white { 
	color: #FFFFFF;
	}

.text-bluegray { 
	color: #00628D;
	}

.text-whiteb { 
	color: #FFFFFF;
	font-weight: bold;
	}

.text-large { 
	color: #333333;
	font-size: 100%;
}

.text-small {
	color: #333333;
	font-size: 67%;
}

.text-titlebb { 
	color: #336699; 
	font-size: 85%; 
	font-weight: bold; 
	line-height: 130%
	}

.text-titlerb { 
	color: #990033; 
	font-size: 85%; 
	font-weight: bold; 
	line-height: 130%
	}

.text-bold { 
	font-weight: bold;
}


/*リンク指定1*/
a:link { 
	color:#08427c; text-decoration: none;
}
a:visited { 
	color:#2a68a6; text-decoration: none;
}
a:active {
	color:#2a68a6; text-decoration: underline;
}
a:hover { 
	color:#ff6600; text-decoration: underline;
}

/*リンク指定2*/
a.white {
	color: #FFFFFF; text-decoration: none;
}
a.white:link {
	color: #FFFFFF; text-decoration: none;
}
a.white:visited {
	color: #FFFFFF; text-decoration: none;
}
a.white:active {
	color:#FF0000; text-decoration: underline;
}
a.white:hover { 
	color: #FF8800; text-decoration: underline;
}

/*セルカラー指定*/
.bg-b8b8b8 { background-color: #b8b8b8;}
.bg-cccccc { background-color: #CCCCCC;}
.bg-eeeeee { background-color: #EEEEEE;}
.bg-ffffff { background-color: #FFFFFF;}
.bg-bluegray { background-color: #00628D;}
.bg-lightgray { background-color: #eeeeee;}
.bg-deeptgray { background-color: #4C4C4C;}
.bg-deepred { background-color: #CC0000;}
.bg-lightred { background-color: #CC9999;}
 
 /*スペーサー指定*/
.space-3px { font-size: 3px;}
.space-6px { font-size: 6px;}
.space-9px { font-size: 9px;}
.space-15px { font-size: 15px;}
.table-top {padding-top: 5px;}
.brclr {clear: right;}, 

/*マージン指定*/
.margin-lr6px { margin:0px 6px 0px 6px;}
.margin-8px {  margin-left: 8px;}
.margin-10px {  margin-left: 10px;}
.margin-15px {  margin-left: 15px;}
.marginR-10px {  margin-right: 10px;}

/*リスト指定*/
.ul-15px{margin: 15px}
.li-std{margin: 0px; padding:0px 0px 3px 0px;}
.li-in{margin: 0px; padding:0px 0px 1px 0px;list-style-position:inside;}

/*ナビゲーション指定*/
#menu{width:180px;height:auto}
#menu ul,#menu li{margin:0;padding:0;list-style:none;}
#menu{width:auto;height:autopadding:5px 15px;border-bottom:1px solid #333333;}



