/*
 * CSS for kaburobo.jp
 * Title page and intro pages
 */


/*
 * common
 */

.verysmall {
	font-size: 10px;
}

/*
 * layout
 */

#content {
	position: relative;
	border: 1px solid #C3C9D1;
	margin: 15px 0px;
	padding: 0px;

	color: #555555;
	line-height: 1.4em;
}

#content-top {
	height: 295px;
	margin: 0px 0px 15px 0px;
}

#content-bottom {
	clear: both;
}

#content-top-wrapper {
	padding: 0px 10px;
}

#content-left {
	float: left;
	width: 460px;
	margin: 0px 0px 10px 0px;
}

#content-right {
	float: right;
	width: 285px;
	margin: 0px 0px 10px 0px;
}

.content-center {
	margin: 0px 20px;
}

.content-center-left {
	float: left;
	width: 345px;
	margin: 0px 0px 10px 0px;
}

.content-center-right {
	float: right;
	width: 345px;
	margin: 0px 0px 10px 0px;
}

.content-center-clearfix {
	clear: both;
	margin: 0px 0px 0px 0px;
}

.content-3col-left {
	float: left;
	width: 225px;
	margin: 0px 20px 10px 0px;
}

.content-3col-center {
	float: left;
	width: 225px;
	margin: 0px 20px 10px 0px;
}

.content-3col-right {
	float: right;
	width: 225px;
	margin: 0px 0px 10px 0px;
}


/*
 * common
 */

#content .right {
	text-align: right;
}

#content strong {
	color: #555555;
	font-weight: bold;
}

/*
 * #content-left
 */

#content-left h2 {
	margin: 0px 0px 10px 0px;
	
	background-color: #E6ECF3;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-bottom: 2px solid #2C4282;
	border-left: 1px solid #CCCCCC;

	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

#content-left h2 span {
	padding: 0px 9px 0px 14px;

	background-image: url('/img/common/bg_mainbox_title.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
}

#content-left h3,
#content-left p,
#content-left ul {
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 5px 0px;
}

#content-left h3 {
	font-weight: bold;
	color: #CC6600;

	font-size: 13px;
}

#content-left p {
	font-weight: normal;
}

.content-left-tableWrapper {
	padding: 0px 10px 5px 15px;
}

#content-left table {
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
}

#content-left table tr td {
	padding: 2px 0px;
}

#content-left ul {
	padding-left: 30px;
}

#content-left ul li {
	list-style: circle;
	margin: 0px 0px 5px 0px;
}

#content-left .space {
	height: 15px;
}

/*
 * #content-right
 */

#content-right .box {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
}

#content-right .box h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;

	background-color: #E6ECF3;

	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

#content-right .box h2 span {
	padding: 0px 9px 0px 14px;

	background-image: url('/img/common/icon_arrow_02.gif');
	background-position: 5px center;
	background-repeat: no-repeat;
}

#content-right .box h3,
#content-right .box p,
#content-right .box table,
#content-right ul {
	padding: 0px 9px 9px 9px;
}

#content-right .box h3 {
	font-weight: bold;
}

#content-right .box img.featured {
	margin: 0px 10px 5px 0px;
	width: 130px;
	height: 57px;
}

#content-right .box table {
	margin: 0px 10px 10px 10px;
	width: auto;
	
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
}

#content-right .box table.full {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

#content-right .box table tr td {
	padding: 2px 0px;
}

#content-right .box table tr.colored td {
	background-color: #EFEFEF;
}

#content-right .box table tr td.num {
	background-image: url(/img/common/top_ranking_num_bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#content-right ul {
	padding-left: 24px;
}

#content-right ul li {
	list-style: circle;
	margin: 0px 0px 5px 0px;
}

/*
 * ranking
 */

#content .ranking-top {
	padding: 9px 9px 9px 9px;

	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	
	background-color: #FFF7EF;
}

#content .ranking-top strong {
	color: #CC6600;
}

#content .ranking-top .score {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #CC6600;
}

#content .ranking-top img.graph {
	width: 130px;
	height: 57px;
	background-color: #FFFFFF;
	
	border: 1px solid #DFAD7D;
}

/*
 * indivisuals
 */

.monexad {
	float: right;
	width: 125px;
	height: 125px;
	padding: 0px 15px 15px 15px;
}

/*
 * content-center
 */

.content-center h2 {
	padding: 0px 0px 0px 48px;
	margin: 0px 0px 10px 0px;
	
	background-image: url(/img/top/h2_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	font-size: 1.4em;
	line-height: 2.4em;
	font-weight: bold;
	color: #444;
}

.content-center h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	
	font-weight: bold;
	color: #333;
}

.content-center h3.white {
	color: #FFF;
}

.content-center p {
	margin: 0px 0px 10px 0px;
	
	font-size: 1.1em;
	font-weight: normal;
}

.content-center hr {
	margin-bottom: 15px;
	height: 1px;
	border: 1px solid #DDDDDD;
}

.content-center ul {
	margin: 0px 0px 10px 0px;
	padding-left: 30px;

	font-size: 1.1em;
	font-weight: normal;
}

.content-center ul li {
	list-style: circle;
	margin: 0px 0px 5px 0px;
}

.content-center .bg {
	margin: 0px 0px 20px 0px;
	padding: 15px;
	
	background-color: #EFEFEF;
}

.content-center .float {
	margin: 2px 5px;
	background-color: #FFFFFF;
}

.content-center .space {
	height: 10px;
}





/* added */
.ui-tabs-panel p.link {
	padding-left: 36px;
	background-position: 10px top;
	background-repeat: no-repeat;
}

.pdf {
	background-image: url(/img/common/pdf.gif);
}

/* Rotator Styles */
 
#rotator {
	position:relative;
}
 
/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	list-style:none;
	float:left;
}
 
ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#FFF url(/img/top/uitabsbg.gif) repeat-x bottom right;
	border-top:1px solid #FFF;
}
 
/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size: 1.0em;
	font-weight: bold;
	color: #777;
	background:#FFF url(/img/top/uitabsbg.gif) repeat-x bottom left; 
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
	cursor: hand;
}
 
/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(/img/top/uiactivetabbg.gif) repeat-x bottom left;
	color:#555;
	cursor: hand;
}
 
#rotator .ui-tabs-nav-item a span {
	float: left; 
	padding: 0.7em 1.0em; 
}
 
/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(/img/top/uiactivetabbg.gif) repeat-x bottom left;
	color:#555;
}
 
/* Content Panels */
#rotator .ui-tabs-panel {
	clear:left;
	padding:20px 450px 30px 30px;
	height:245px;
}
 
#rotator .ui-tabs-hide {
	display:none;
}
 
#rotator h2 {
	color: #CC6600;
	font-weight: bold;
	margin: 0px;
	font-size:1.8em;
	line-height:1.2em;
}
 
#rotator p {
	font-size:1.0em;
	margin:.5em 0;
}
 
#rotator .btn_get_started {
	float:left;
	height:30px;
	width:150px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(/img/top/getstarted.png) no-repeat
}
 
#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}
 
/* Background Images */
#rotator #fragment-1 {
	background:transparent url(/img/top/1.png) no-repeat top right;
}
 
#rotator #fragment-2 {
	background:transparent url(/img/top/2.png) no-repeat top right;
}
 
#rotator #fragment-3 {
	background:transparent url(/img/top/3.png) no-repeat top left;
	padding:20px 30px 30px 450px;
}
 
#rotator #fragment-4 {
	background:transparent url(/img/top/4.png) no-repeat top left;
	padding:20px 30px 30px 450px;
}
 
