@charset "euc-jp";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 *
 *	file name : what_top.css
 *
 * :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ==================================================================
 *	
 *  Font Size Adjustment
 *	
 *	77%		= 10px	|	123.1%	= 16px	|	167% = 22px	
 *	85%		= 11px	|	131%	= 17px	|	174% = 23px
 *	93%		= 12px	|	138.5%	= 18px	|	182% = 24px
 *	100%	= 13px	|	146.5%	= 19px	|	189% = 25px
 *	108%	= 14px	|	153.9%	= 20px	|	197% = 26px
 *	116% 	= 15px	|	161.6%	= 21px	|
 *
 * ================================================================== */
 
/* ==================================================================
 *  #contentBody
 * ================================================================== */
#contentBody { padding-top:95px;}    
#contentBody h1 { padding-bottom:30px;}    

/* ------------------------------------------------------------------ *
   sideBar
*/
#sideBar  {float:left; width:220px;}
#sideBar ul  {margin-bottom:20px; font-weight:bold;}
#sideBar ul li        {background:url(../../k-tai_common/images_global/line_dot-x.gif) repeat-x 0 100%;}
#sideBar ul a         {background:url(../../k-tai_common/images_global/ic_arrow-x.gif) no-repeat 100% 50%; display:block; height:100%; padding:15px 15px 15px 0; text-decoration:none; color:#888;}
#sideBar ul a:hover,
#sideBar ul a.active  {background:url(../../k-tai_common/images_global/ic_arrow-x_on.gif) no-repeat 100% 50%; color:#fff;}

/* ------------------------------------------------------------------ *
   whatMainContent
*/
#whatMainContent { float:right; width:620px; }
/* .section */
#whatMainContent .section h2 { margin-bottom:10px; padding:15px 0 9px; background:url(../../k-tai_common/images_global/line_dot-x.gif) repeat-x 0 100%; font-weight:bold; font-size:138.5%; }
#whatMainContent .section dl { padding:4px 0 4px; }
/*#whatMainContent .section dl:hover,*/
#whatMainContent .section dl.over {background-color:#232323; cursor:pointer; }
/* clearfix */
#whatMainContent .section dl:after	{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
#whatMainContent .section dl		{ display:inline-block; }
* html #whatMainContent .section dl	{ height:1%; }
#whatMainContent .section dl		{ display:block; }
/* End clearfix */
#whatMainContent .section dl dt,
#whatMainContent .section dl dd { float:left; }
#whatMainContent .section dl dt { width:125px; color:#888888; line-height:1.3; padding-top:1px; }
#whatMainContent .section dl dd.carrier { width:115px; color:#888888; }
#whatMainContent .section dl dd.topic { width:380px; padding-top:1px; line-height:1.3; color:#fff; }
#whatMainContent .section dl dd.topic a { color:#fff; }
#whatMainContent .section dl dd.topic a.blank { padding-right:20px; background:url(../../k-tai_common/images_global/ico_window.gif) 99% 50% no-repeat; }
#whatMainContent .section dl.over dd.topic a { color:#888888; text-decoration:none; }
