@charset "utf-8";

/*===================================

  * file name : base.css
  * last update : 2008/08/04
  
  
  ・baselayout
  ・header
  ・globalnavi
  ・footer

=======================================*/

/*----------------------------------
  banner
----------------------------------*/
#banner {
	padding-top:21px;
	width:814px;
	overflow:hidden;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
} 
#banner dl#tsuya {
	overflow:hidden;
	width:268px;
	text-align: left;
}
#banner dd {
	margin-left:3px;
	line-height:1.2em;
	color:#000000;
	font-size:10px;
}
#banner dd a {
	text-decoration:none;
	color:#726e70;
}
#banner dd a:hover {
	text-decoration:underline;
	color:#CA145C;
}

