/*			BASE CSS			*/
/* coding systemはutf-8-unix に変更しましたよ */

body{
		font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
		color: #333;
		font-size:10pt;		
		background:url(../img/bg/bg_body.gif) repeat;
		background-color: #fafafa;
		margin: 0px;
		padding: 0px;
		line-height: 1.5em
}

h1{
	font-size:140%;	
	color: #666;
}

h2{
	font-size:110%;	
	color: #666;
}

h3{
	font-size:100%;
	margin:5px 0px;
}

h4{
	font-size:100%;
	margin:0px;
	line-height: 1.5em
}

h5{
	font-size:100%;
	margin:0px;
	line-height: 1.5em
}

	a{text-decoration:none; font-weight: normal;}
	a:link{color: #5f5f5f;}
	a:hover{color: #5f5f5f;text-decoration:underline;}
	a:visited{color: #7f7f7f;}
	a:active{color: #9f9f9f;}

	#post dl a{text-decoration:none; font-weight: normal;}
	#post dl a:link{color: #333;}
	#post dl a:hover{color: #333;text-decoration:underline;}
	#post dl a:visited{color: #666;}
	#post dl a:active{color: #666;}

	.sideRight h4.title_sideright_f55bf5 span.list_profile_news a{text-decoration:none; font-weight:bold;}
	.sideRight h4.title_sideright_f55bf5 span.list_profile_news a:link{color: #fff;}
	.sideRight h4.title_sideright_f55bf5 span.list_profile_news a:hover{color: #fff;text-decoration:underline;}
	.sideRight h4.title_sideright_f55bf5 span.list_profile_news a:visited{color: #fff;}
	.sideRight h4.title_sideright_f55bf5 span.list_profile_news a:active{color: #ccc;}
	
	.talent_latest_news dl a{text-decoration:none; font-weight: normal;}
	.talent_latest_news dl a:link{color: #333;}
	.talent_latest_news dl a:hover{color: #333;text-decoration:underline;}
	.talent_latest_news dl a:visited{color: #666;}
	.talent_latest_news dl a:active{color: #666;}

	#company #post a{text-decoration:underline; font-weight: normal;}
	#company #post a:link{color: #333;}
	#company #post a:hover{color: #333;text-decoration:none;}
	#company #post a:visited{color: #666;}
	#company #post a:active{color: #666;}

	#workshop #post a{text-decoration:underline; font-weight: normal;}
	#workshop #post a:link{color: #333;}
	#workshop #post a:hover{color: #333;text-decoration:none;}
	#workshop #post a:visited{color: #666;}
	#workshop #post a:active{color: #666;}

	#footer a{text-decoration:none; font-weight:normal;}
	#footer a:link{color: #fff;}
	#footer a:hover{color: #fff;text-decoration:underline;}
	#footer a:visited{color: #fff;}
	#footer a:active{color: #ccc;}

p { 
}

li {
	list-style: none;
}

img {
	border: none;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

.small {
	font-size:90%;
	font-weight:normal;
}

.xsmall {
	font-size:80%;
	font-weight:normal;
}

.navi {
	font-size:80%;
	font-weight:normal;
}

.cap {
	font-size:80%;
	color:orange;
}

.date{
	font-size:85%;
	font-weight:normal;
	margin-right:10px;
}

.border {
	border-bottom:1px dotted #ccc;
	margin:0 0 5px;
}