@charaset "Shift_JIS";
/* ------------------------------------------------------------------------------------
	toppoint.css
	新卒トップポイントＣＳＳ
------------------------------------------------------------------------------------
	1:トップポイント
	
/* ---------------------------------------------------------
   1:トップポイント
--------------------------------------------------------- */
/* ポイント表示・ボタン */
#TopPoint{
   padding:10px 10px 5px 10px;
   background:url(../img/top_point/top_point_bg.gif) repeat-y;
}
#TopPoint p{
   font-size:10px;
   color:#444444;
   line-height:110%;
}
#TopPoint table{
   margin:0;
   padding:0;
   border-bottom:#fe5481 1px dotted;
}
#TopPoint td{
   text-align:left;
}
#TopPoint p.TopPointred{
   font-size:10px;
   color:#fe5481;
   line-height:100%;
}
.TopPointten{
   font-size:25px;
   color:#fe5481;
   font-weight:bold;
   line-height:100%;
}
.TopPointpt{
   font-size:15px;
   color:#444444;
   font-weight:bold;
   line-height:100%;
}

/* ポイント説明テキスト */
#TopPointTxt{
   padding-bottom:10px;
   border-bottom:#fe5481 1px dotted;
   background:url(../img/top_point/top_point_nurs.gif) no-repeat left center;
}
#TopPointTxt p{
   padding:10px 0 0 50px;
   font-size:10px;
   color:#444444;
   line-height:160%;
}





/* Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {   
    font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;  
    background: #FFFFFF;   
    color: #444444;   
    font-size: 12px;   
    line-height: 160%; 
}   
html>/**/body {   
    font-size: 12px;   
}   
  
* + html body {   
    font-family: "メイリオ","Meiryo";
} 

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size: 12px;   
}
p,li,dt,dl {
	line-height:160%;
}
p {
    padding:0;
	margin:0 0 1em 0;
	font-size: 12px;   
}
* p{
    height:1%;
}
li {
    font-size: 12px;   
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
/*
 Link Color [
----------------------------------------------------------- */
a {
   color:#0066FF;
   text-decoration:underline;
}
a:link {
   text-decoration:underline;
}
a:visited {
   text-decoration:underline;
}
a:hover {
   text-decoration:none;
}
a:active {
   text-decoration:underline;
}
