@import url("side_box.css");
/*　アイトピックス共通CSSだ！　*/

a{
	text-decoration: underline; 
}
a:link{
	color: #666666; 
}
a:visited{
	color: #999999; 
}
a:hover {
	color:#666666;
	background-color: #ececec ;
	text-decoration:underline ;
}

td{ 
	font-size: 12px;
	line-height: 16px
}

.normal10 {
	font-size: 10px;
	line-height: 14px
}

.normal12 {
	font-size: 12px;
	line-height: 16px
}

.normal14 {
	font-size: 14px;
	line-height: 16px
}

.title01 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.catch01 {
	font-size: 14px;
	line-height: 18px;
}

.copyright {
	width:783px;
	text-align:center;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.pickupTxt {
	font-size:10px; line-height:16px;
}
.caption {
	font-size:10px;
	line-height:16px;
	text-align:center;
	margin:5px;
}

.bnlist {
	height:20px;
	margin:15px 10px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	display:inline;
}
.bnlistli {
	list-style:none;
	margin: 0px 8px;
	padding:2px 3px;
	float:left;
}
.bnlistEnd {
	list-style:none;
	clear:left;
}
.bn_year {
	margin:10px 5px 10px 0px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding:1px 1px 1px 7px;
	border-bottom:1px solid #333;
	border-left:5px solid #333;
}
.bnlistli a {
	color:#333333;
	text-decoration:none;
}
.bnlistli a:hover {
	text-decoration:none;
	border-bottom:1px dashed #666;
}
#siteTitle {
	width: 248px;
	height:74px;
	overflow:hidden;
	background-image:url(../images/header_01_01.gif);
	background-repeat:no-repeat;
	text-indent:-2000px;
	margin:0px;
	padding:0px;
}
#siteTitle a,#siteTitle a:hover,#siteTitle a:visited,#siteTitle a:link {
	height:74px;
	display:block;
	text-decoration:none;
	background-color:transparent;
}
