/************** DEFAULT *******************/

/* CSS Document */





/*======================================

-----------------------------------------------------

3ping.orgからのコピー　

各エレメントの表示を上書きして各ブラウザでのデコボコ揃え+大体の好みに整形　



	1-1.Yahoo UI Library Fonts CSS

	http://developer.yahoo.com/yui/fonts/

	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.

	*http://developer.yahoo.com/yui/license.txt



	Font-size Adjustment

	77% = 10px	| 	122% = 16px	|	167% = 22px	

	85% = 11px	|	129% = 17px	|	174% = 23px

	92% = 12px	|	136% = 18px	|	182% = 24px

	100% = 13px	|	144% = 19px	|	189% = 25px

	107% = 14px	|	152% = 20px	|	197% = 26px

	114% = 15px	|	159% = 21px	|

=======================================*/


body {

font-size: 13px;

*font-size: small;

*font: x-small;

}



table {

font-size: inherit;

font: 100%;

}



select,

input,

textarea {

font-size: 99%;

}



/*======================================



	1-2.Universal selector



=======================================*/



* {

line-height: 1.3;

font-size: 100%; 

font-weight: normal;

font-style: normal;

}



/*======================================



	1-3.Structure Module



=======================================*/



body {

color: #333;

background-color: #fff;

font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;

text-align:center;

}



/*======================================



	1-4.Text Module



=======================================*/

p{

margin: 5px 0px;
font-size: 100%;
padding:0;
}



h1,
h2,
h3,
h4,
h5,
h6 {

margin:0px;
font-weight:bold;

}



h1 {

font-size: 144%;

}



h2 {

font-size: 122%;

}



h3 {

font-size: 114%;

}



h4 {

font-size: 110%;

}



h5 {

font-size: 100%;

}



h6 {

font-size: 100%;

}


strong{
	font-weight: bold;
	}


/*======================================



	1-5.Hypertext Module



=======================================*/



a:link {

	color: #155eda;

}



a:visited {

	color: #155eda;

}



a:hover {

	color:#66CCFF;

}

a:focus{
outline:none;
}/*画像クリック時の点線消去　(IE無効)*/

/*======================================



	1-6.List Module



=======================================*/





ul{

list-style-type:none;

text-align:left;

}



li{

line-height:100%;

}





ul,

dl {

	margin:0;

	padding:0;

	list-style:none;

}



li,

dt,

dd {

	margin: 0px;

}



dt {

	margin-top: 0.6em;

}



dd {

	margin-bottom: 0.6em;


}



li li,

li p,

li pre,

li dt,

li dd,

dd li,

dd p,

dd pre,

dd dt,

dd dd {

	font-size: 100%;

}



li ul,

li,

li dl,

li p,

dd ul,

dd,

dd dl,

dd p {

	margin: 0.1em 10px;

}



/*======================================



	1-8.Forms Module






/*======================================



	1-9.Tables Module



=======================================*/



table {

	margin: 0px;

	border: 1px solid #aaa;

	background-color: #eee;

	width:100%;

}



th,

td {

	padding: 5px 5px;

	border-collapse: separate;

	border-spacing: 1px;

}



th {

	color: #fff;

	background-color: #999;

}



td {

	border: 1px solid #ddd;

	background-color: #fff;

}





/*======================================



	1-10.Image Module



=======================================*/



img {
	vertical-align: bottom;
	vertical-align: text-bottom;
	border: none;
}



/************************** COMMON *******************/

/* CSS Document */

/*======================================

	LAYOUT 
	
=======================================*/

/******** 大枠 *********/

div#outbox{
width:1070px;
margin:0 auto;
text-align:left;
}

div.outbox_margin{
margin:0 50px;
}

/******** top comment *********/
div.outbox_margin h1{
font-size: 90%;
font-weight: normal;
padding:0 0 12px 0;
color: #555;
}


/********* main ********/

div.mainbox{
width:730px;
float:left;
margin-top:15px;
}

/********* sidebar ********/

#sidebar{
width:223px;
float:right;
margin-top:15px;
font-size:85%;
}

/********* footer ********/

div.footer{
font-size:11px;
padding-top:10px;
clear: both;
}

div.header_img{
	background-image: url("/images/uploads/img_header_summer.jpg");
	background-repeat: no-repeat;
	height: 200px;
	}

/**画像リンク　クリック時の点線を消す**/
a:focus{
outline:none;
}

/**フロートクリア**/

.clear{
clear:both;
}

.emphasis{
background:#FFE1E1; 
color:#444; 
font-weight:bold; 
padding:5px;
margin:10px 0;

}

.emphasis_txt{
color:#FF3333;
}

.textnormal{
font-weight:normal;
}

/********* リスト　list ********/
ul.img_list{
	margin:20px 0;
	}

ul.img_list li{
	clear: both;
}

ul.img_list li img{
	vertical-align: middle;
	}

ul.arrow_list {
margin:10px 0 0 0;
}

ul.arrow_list li {
background : url("../images/uploads/arrow_yellow.gif") no-repeat  ;
background-position :-1px 3px;
padding :0 0 0 12px;
list-style-position :outside;
margin:2px 0;
}



div.footer div.position{
	margin-right: 250px;
	padding-bottom: 10px;
 }



/*------------------------------------------------
  Line
  ------------------------------------------------*/

hr{
display: none;
}

div.linedot{
 	background-image: url("/images/uploads/line_dot_grey.gif") ;
 	width: 100%;
 	height: 1px;
 	margin:6px 0;
 	border: none;
 	}

 
/*======================================

Button Arrow Module (TOOK FROM DAIJOB5)

=======================================*/

/*
 ------------------------------------------------
  Up Buttons
 ------------------------------------------------
*/

div.btnUp {
    text-align                : right;
    margin                    : 12px 0px 0px 0px;
}

div.btnUp a {
    background                : url("../images/uploads/btn_up.gif") no-repeat;
    padding						: 0px 0px 2px 16px;
}


/*
 ------------------------------------------------
  Back Buttons
 ------------------------------------------------
*/

div.btnBack {
    margin                    : 12px 0px 2px 0px;
}

div.btnBack a {
    background                : url("/images/uploads/btn_back.gif") no-repeat;
    padding                    : 0px 0px 2px 16px;
}

/*
 ------------------------------------------------
  Next Buttons
 ------------------------------------------------
*/

div.btnNext {
    text-align                : right;
    margin                    : 12px 0px 2px 0px;
}

div.btnNext a {
    background                : url("/images/uploads/btn_next.gif") no-repeat;
    padding                    : 0px 0px 2px 16px;
}

/*
 ------------------------------------------------
  Close Buttons
 ------------------------------------------------
*/

div.btnClose {
    text-align                : right;
    margin                    : 15px 0px 5px 0px;
}

div.btnClose a {
    background                : url("/btn_close.gif") no-repeat;
    color                    : #003F97;
    padding                    : 0px 0px 2px 16px;
    font-size                : 12px;
}

div.btnClose a:hover {
    color                    : #6CA2F4;
}


/*
 ------------------------------------------------
  Down Buttons
 ------------------------------------------------
*/

div.btnDown {
    text-align                : right;
    margin                    : 0px;
	float:right;
}

div.btnDown a {
    background                : url("images/btn_down.gif") no-repeat;
    color                    : #003F97;
    padding						: 0px 0px 2px 16px;
    font-size                : 12px;
}

div.btnDown a:hover {
    color                    : #6CA2F4;
}






/******************* TOP *****************************/

/******** 注目求人　新着企業 *********/
.topinfo{
border:3px solid #ccc;
}


.topinfo img{
float:left;
padding-right:5px;
	}

ul.contents{
padding:5px;
}


	
#chumoku{
border-color:#add0ff;
/*height:200px; 注目求人復活の時に使用*/
/*background-image:url(../images/uploads/bg_blue79.jpg);注目求人復活の時に使用*/
/*background-repeat:repeat;*/

}

#newcompany{
clear:both;
margin:10px 0;
border-color:#8ce1c0;
height:79px;
background-image:url(../images/uploads/bg_green79.jpg);
}


/******** JOB SEARCH        *********/

div.jobsearch  {
margin: 20px 0;
}
div.jobsearch img{
vertical-align: middle;
	}

/******** 就活コンテンツ    *********/
.shukatsu_title{
clear: both;
border: 1px solid #b2b2b2;
border-top-color: #ccc;
border-bottom-color: #999;
margin-top:25px;
background-image:url(../images/uploads/bg_grey38.jpg);
background-repeat: repeat-x;
}

.shukatsu_title div{
font-size:120%;
font-weight:bold;
color:#666666;
padding:8px;
margin: 0;
}

/******** what's new       *********/

.whatsnew{
	padding:10px 0;
	}
.whatsnew table{
width: 100%;
font-size: 95%;
}
/******** コラム　index    *********/

a.box{
	display: block;
	width: 342px;
	height: 20px;
	}

.box_left, .box_right{
padding-bottom: 10px;
width:360px;
}


.box_left{
float:left;
}

.box_right{
float:right;
}

.box_left .each_content, .box_right .each_content{
padding:5px 0 5px 0;
*padding:3px 0 0px 0;
line-height: 1.3;
font-size: 85%;
clear: both;
}

.each_content a.twolinks{
float:left; 
padding-right:3px;
}

.each_content img{
	border: 1px solid #ccc;
	float:left; 
	margin-right:5px;
	vertical-align: middle;
	}

.blank_content{
	height: 56px;
	*height: 54px;
	}
.title_waku{
border:2px solid #a7c6f5;
padding: 2px;
}

.title_waku a{
	text-decoration: none;
	
}
a.title,p.title{
background-color:#a7c6f5; 
padding: 5px;
margin: 0;

}


a.title, a.title:hover, a.title:visited,
p.title, p.title:hover, p.title:visited{
	color:white;
	font-weight:bold;
	font-size:105%;
	}


.btnarrow1{
background: url(/images/uploads/btn_arrow1.gif) no-repeat 98% 50%;
}


.btnarrow2{
background: url(/images/uploads/btn_arrow2.gif) no-repeat 98% 50%;
}

.btnarrow3{
background: url(/images/uploads/btn_arrow3.gif) no-repeat 98% 50%;
}

.btnarrow4{
background: url(/images/uploads/btn_arrow4.gif) no-repeat 98% 50%;
}

.btnarrow5{
background: url(/images/uploads/btn_arrow5.gif) no-repeat 98% 50%;
}

.btnarrow6{
background: url(/images/uploads/btn_arrow6.gif) no-repeat 98% 50%;
}

#cat1{
border-color:#a7c6f5;
}

#cat2{
border-color:#85c868;
}

#cat3{
border-color:#63cadd;
}

#cat4{
border-color:#b287ce;
}

#cat5{
border-color:#dd9763;
}

#cat6{
border-color:#e48ab8;
}

div#cat1 a.title{
background-color:#a7c6f5; 
}

div#cat2 a.title,div#cat2 p.title{
background-color:#85c868; 
}
div#cat3 a.title,div#cat3 p.title{     
background-color:#63cadd; 
}
div#cat4 a.title,div#cat4 p.title{
background-color:#b287ce; 
}
div#cat5 a.title,div#cat5 p.title{
background-color:#dd9763; 
}

div#cat6 a.title,div#cat6 p.title{
background-color:#e48ab8; 
}

div.otherservice{
background:#999;
font-weight:bold;
line-height: 1.8;
padding-left: 5px;
margin-top: 20px;
}

div.daijobgroup{
	margin: 10px 0;
	font-size: 80%;
	}

div.daijobgroup img{
	float: left;
	clear: left;
	padding-right: 5px;
	
	}
/******** category 第二階層    *********/


.box{
	width: 100%;
	}

.each_content ul{
	clear:both;
	padding:5px 0 0 50px;
	}

.box .each_content{
padding:10px 0;
}



/************************** SIDEBAR **********************/



.side_title{
	border: 3px solid #ccc;
	padding:3px;
	margin-top:10px;
	font-size: 114%;
	font-weight: bold;
	color: #555;
	background-color: #F6F6F6;

	}

.side_title#merumaga{
		background: #eee;
		border-color: #ccc;	 
	}

.merumaga_submit{
	background: #eee;
	border: 1px solid #ccc;
	padding:10px;
	}
.side_title#shukatsu{
		background: #fff3da;
		border-color: #ffd884;	 
	}

div.side_subtitle h3{
	border: 1px solid #999;
	padding:2px;
	margin-top:10px;
	font-size: 114%;
	color: #555;
	background: #eee;

	}
div.side_subtitle p{
margin:5px 0 0 10px;
}

div.side_subtitle h3 p{
border-left:5px solid blue;
margin:0 0 0 3px;
padding-left:3px;
line-height:1.2;
}

ul.side_contents{
margin-bottom:10px;
border-bottom:1px solid #ccc;
background: #eee;
border: 1px solid #ccc;
padding-bottom:5px;

}

ul.side_contents li{

	border-bottom:none;
	padding:3px 6px;
	border-top:1px dotted #ccc;
	clear:both;
	}

ul.side_contents li img{
margin:0 5px 5px 0;
float:left; 

}

ul.side_contents li p{
margin:5px;
line-height:1.1;
}

p#cat1{
border-color:#a7c6f5;
}

p#cat2{
border-color:#85c868
}

p#cat3{
border-color:#63cadd
}

p#cat4{
border-color:#b287ce
}

p#cat5{
border-color:#dd9763
}

p#cat6{
border-color:#e48ab8
}

div.profile{
border:1px solid #ccc;
width:100%;
height:inherit;
margin-bottom:10px;
	}

div.profile p{
padding:5px 10px;
}

div.profile img{
float:left;
width:80px;
margin-right:10px;
}

div.profile img{
float:left;
width:80px;
margin-right:10px;
}

div.profile span{
line-height:1.1;
}




/****************** DETAILS *********************/


table.jobinfo , table.jobinfo td {
	border: none;
	background: none;
	}

table.jobinfo{
	margin: 5px 5px 10px 10px;
	width: auto;
	}

table.jobinfo td{
	padding: 0px 0px;
	border-collapse: collapse;
	text-align: left;
	
	}

table.jobdetail_company {
	border-collapse: collapse;
	border: 3px solid #add0ff;
	}
table.jobdetail_company td{
	border: 0;
	}
table.jobdetail, table.jobdetail td {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}

table.jobdetail{
	margin: 25px 0;
	width:182px;
	}
table.jobdetail img{
	border: 1px solid #ccc;
	}

table.jobdetail_info{
	border: 3px solid #add0ff;
	border-collapse: collapse;
	font-size:90%;
	
	}

table.jobdetail_info td{
	border: 1px solid PowderBlue;
	padding: 5px;
	width: 40%
	}

table.jobdetail_info td.item{
	background: #add0ff;
	width:10%;
	
	}

table.toeic{
	border:0;
	background: none;
	border-collapse: collapse;
	
	}
table.toeic th{
	background: #649db8;
	border-bottom: 5px solid #fff;
	white-space: nowrap;

	}

table.toeic td{
	border: 1px solid #fff;
	border-width: 0 0 3px 0;
	padding:5px 8px;
	}

table.toeic td.toeic_score{
	font-size: 135%;
	font-weight: bold;
	}
table.toeic tr.level_A td{
	background: #a3ddfe;
	}

table.toeic tr.level_B td{
	background: #bfe8ff;
	}

table.toeic tr.level_C td{
	background: #d9edfe;
	}
table.toeic tr.level_D td{
	background: #e7f3fe;
	}
table.toeic tr.level_E td{
	background: #F0F8FF;
	}

table.qa{
	background: none;
	border: none;
	margin: 5px 0
	
	}
table.qa td{
	border: none;
	padding:5px 0 0 0;
	
}
	
img.pagetitle{
	padding-bottom: 15px;
	}



tr.even td{
	background: #f5f5f5;
	}

table.newsletter{
	background: Khaki;
	border-color:white;
	font-size: 90%;
	}

div.newsletter_table{
		width: 400px;
	float: left;
	margin-right: 20px;
	}
div.newsletter{
	background: LemonChiffon;
	padding: 10px 15px 25px 15px;
	border: 1px solid #ccc;
	}
div.newsletter_kiyaku{
	width: 275px;
	margin-left: 410px;	
	}

table.newsletter td.item{
	background: LightYellow;
	}

h3.newsletter{
	background:#F0E68C;
	border:1px solid #ccc; 
	padding:3px 3px 3px 5px;
	color:#666; 
	border-bottom-width:0px;
	}

	
.aya_contents{
	line-height: 1.5;
	margin:0px 0;
	padding:0px 40px 0 60px;
	background-image: url("/images/uploads/bg_aya_middle.gif");
	}

.aya_contents2{
	line-height: 1.5;
	margin:0px 0;
	padding:0px 40px 0 60px;
	background-image: url("/images/uploads/bg_aya_middle2.gif");
	}

.yuji_contents{
	line-height: 1.5;
	margin:0px 0;
	padding:0px 40px 0 60px;
	background-image: url("/images/uploads/bg_yuji_middle2.gif");
	}

.ayumi_contents{
	line-height: 1.5;
	margin:0px 0;
	padding:0px 40px 0 60px;
	background-image: url("/images/uploads/bg_ayumi_middle2.gif");
	}
	
.aya_contents p, .aya_contents2 p .yuji_contents p .ayumi_contents{
padding:10px 0;
line-height: 1.6;
}

.aya_contents div.aya_title, .aya_contents2 div.aya_title, .yuji_contents div.aya_title, .ayumi_contents div.aya_title{
	font-size: 150%;
	background-image: url("/images/uploads/aya_title.gif");
	background-repeat: repeat-x;
	background-position:left bottom;
	display: inline;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.aya_replys{
	border-left: 7px solid NavajoWhite;
	}

.aya_reply div.reply{
line-height: 1.3;
padding:15px;
			}

.aya_reply div.reply p{
padding: 0;
}	
.nayami_contents{
	background-image: url("/images/uploads/bg_nayami_middle.gif");
	padding:0 55px;
}

.nayami_contents p{
	padding: 5px 0;
line-height: 1.5
	}

.nayami_contents p.nayami{
	font-size: 130%;
	padding:10px;
	}


h2.page_title{
	 color:#333; 
	 padding:6px 0 4px 8px; 
	 background:#111e41; 
	 color:white;
         font-size:140%;
}

div.question{
	padding:5px;
	font-weight: bold;
	color: #333;
	font-size: 105%;
	background: LightSteelBlue;
	margin: 15px 0 6px 0;
	}


div.gaishi_kininaru div.question:before{
		content: ""
		}
		
div.question:before {
		 content: "Q. ";
	}
.gaishi_qa p{
	line-height: 1.5;
	padding: 1px 0;
	}
span.answer_a{
	color: #4169E1;
	font-weight: bold;
	}

span.answer_b{
	color: #D2691E;
	font-weight: bold;
	}

span.answer_c{
	color: #6B8E23;
	font-weight: bold;
	}

div.taikenki{
	background:#fff;
	margin-top: 10px;
	border: 3px solid #5F9EAD;
	}

div.taikenki h3 {
	background:#5F9EAD; 
	color:#fff; 
	font-weight:bold; 
	padding:7px; 
	font-size:105%;
}

div.taikenki p{
	 padding:7px;
	}

div#step_contents div.top{
	background-image: url("/images/uploads/h3_background.jpg"); 
border: 1px solid #8dba79;
margin:10px 0;
padding:5px 10px
	}

div#step_contents div.top p{
	color: green;
	font-size: 150%;
	font-weight: bold;
	font-family: monospace;
	padding: 0px;
	margin: 0;
font-size: 16px;
	}
div#step_contents div.top h2{
	padding: 0;
margin: 0;
font-size: 17px;
}

div#step_contents h3{
	background-color: #999;
	color: white;
	padding:5px;
	display: inline;
	border: 1px solid #888;

}

div#step_contents p{
	margin: 10px 0;
	}

div#step_contents ul li{
		list-style-position: outside;
		margin: 5px 0 15px 0;
}

div#step_contents  li{
	list-style: none;
	font-weight: normal;
	margin-left: 8px;
	}
	
div#step_contents div.emphasis{
background-color: #dbefd2;
padding: 5px 5px 5px 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-top: 0
}

div#step_contents div.emphasis_title{
background-color: #85c868;
padding: 5px 10px;
color: white;
font-weight: bold;
font-size: 115%;
margin-left: 15px;

}

div#step_contents  div.emphasis p{
	padding: 10px;
	
	}

div#step_contents div.emphasis ul{
	font-weight: bold;
	margin-left: 0;
	padding: 5px 10px;
}

div#step_contents div.emphasis ul li{
	margin: 0px 0 0 30px;
	list-style: disc;
	list-style-position: inside;
	padding-top: 4px;
	line-height: 1.2
}

div#step_contents div.emphasis ul li.nolist{
	list-style-type: none;
	list-style-position: outside;

}
div#step_contents ul.list_map{
	list-style-type: square;
	}

div#step_contents ul.list_map li ul li{
	list-style-position: outside;
	margin-left: -10px;
	}


div#step_contents ul.number li{
	list-style-type: decimal;
	font-weight: bold;
	list-style-position: inside;
	}
div#step_contents ul.number li ul li{
	font-weight: normal;
	list-style-type: none;
	margin-left: 10px;
	
	}
div.step_schedule_month{
padding:4px 5px;
margin:10px 10px 10px 0; 
border-color:#666666;
border-width:1px;
border-style:solid;
background:#feecec; 
width:35px;
}

div.qa_question{
	background-image: url("images/icon_q.gif") ;
	}

div.qa_question{
	background-image: url("images/icon_q.gif") ;
	}

div.link_title{
		background: #F0E68C;
		padding:3px 3px 2px 8px;
		border-bottom: 3px solid #DEB887;
		}
div.link_title h3{
	font-size: 110%;
	font-weight: normal;
	}

ul.link{margin:10px 0 0 0;
}

ul.link li{
	padding:3px;
	font-size:90%;
	}

ul.link li a{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8;
	font-size:120%;
	
	}

div.gyoshu_schedule div.title{
	border:1px solid #777;
	background-image: url("/images/uploads/img_schedule_man.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 66px;
}

div.gyoshu_schedule h2{
	font-size: 150%;
	font-weight: normal;
	color: #444;
	padding:20px 10px 20px 10px
	}

div.gyoshu_schedule div.name{
	border-left: 12px solid #ffaf02;
		margin:20px 0 7px 0;
	}
div.gyoshu_schedule div.name h3{
	font-weight: normal;
	padding-left: 8px;
}

div.gyoshu_schedule table{
	border: 1px solid #c9c9c9;
	background: none;
	margin:8px 0 15px 0;
	border-collapse: collapse;

	}

div.gyoshu_schedule table td{
	border: 0;
	padding:0;
	}
div.gyoshu_schedule table td.item{
background:#c9c9c9;
white-space:nowrap;
padding:0px 10px;
}
div.gyoshu_schedule table td p{
	padding:0px 10px;
	}

#secondHeader {
margin-bottom: 10px;
padding: 0px;
}
#secondHeader .title {
padding-top: 2px;
font-size: 129%;
font-weight: bold;
line-height: 1;
color: #284772;
float: left;
}
#secondHeader .link {
padding-top: 6px;
font-size: 95%;
text-align: right;
}
#secondHeader .subTitle {
border: solid #003F97;
border-width: 1px;
color: #003F97;
font-size:100%;
font-weight: bold;
padding: 5px;
}

div.blockGlay{
background:#eee; 
}

h2.footer_title{
border-left: 8px solid #003F97;
text-indent: 5px;
color: #003F97;
line-height: 1.6;
font-size: 150%;
margin-bottom: 15px;
}

table.noborder{
border:none;
background: #fff;
margin-bottom: 10px;
}

table.noborder th,
table.noborder td {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.noborder th {
	background-color: #fff;
}

table.noborder td {
	border: none;
}

img.step_number{
vertical-align:middle;
padding-right:5px;
}
div.rirekisho_detail h4{
padding:8px;
border:1px solid #85c868;
background: #dbefd2;
 }
div.rirekisho_detail p{
padding:0 0 5px 0;
margin: 0;
}

#step_contents .hint{
padding: 0px 5px 0 42px;
margin: 3px 0 20px 0;
}
#step_contents .hint span{
background-image: url("/images/uploads/icon_hint.gif") ;
background-repeat: no-repeat;
background-position: 10 20px;
padding: 2px 22px;
display: block;
font-weight: bold;
}

#step_contents h4{
font-size:130%;
}

h3.ranking{
	background-image: url("/images/uploads/ranking_background.jpg"); 
border: 1px solid #d0c356;
margin:10px 0;
padding:5px 10px;
font-size: 130%;
	}

h4.ranking{
background-image: url("/images/uploads/ranking_crown.jpg");
background-repeat: no-repeat;
text-indent: 25px;
}

table.ranking_table{
background: #F0E68C;
}
table.ranking_table th{
background: #bdb42a;
}

table.ranking_table tr.first td{
font-weight: bold;
}

table.ranking_table td.rank{
background: #FFFFE0;
}



