/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	overflow-y: scroll;
}

body{
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: 810px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

a { outline:none } /* Gets rid of Firefox's dotted borders */

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

a:hover img {
 
}

address {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0;
	padding: 0;
	font-style: normal;
}

#header{
	font-size: 120%;
	color: #334d55;
	background-color: #ECE9D8;
	background-image: url(img/header01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 625px;
	height: 132px;
	float: left;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 114%;
	color: #00659C;
	letter-spacing: -0.02em;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

.font120{
	font-size:1.2em;
}

.font100{
	font-size:1em;
}

.font85{
	font-size:0.85em;
}

.red{
	color:#F00;
}

ul{
	list-style-type: square;
	font-size: 80%;
}

.alert{
	color: #FF6600;
	font-size: 13px;
	background-image: url(img/alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:17px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.help_icon {
	background-image: url(img/help.gif);
	background-repeat: no-repeat;
	padding-left:17px;
	margin:10px;
	color: #333333;
	border: none;
	font-weight: normal;
}

.link_top{
	background-image: url(img/link_to_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.borderline	{
	border-top: 1px #BD0000;
	border-right: 1px #BD0000;
	border-bottom: 1px solid #BD0000;
	border-left: 1px #BD0000;
}


.search{
	margin-top: -10px;
	margin-bottom:-10px;
}

.arrow_icon {
	background-image: url(http://bulib.bukkyo-u.ac.jp/docs/libportal/img/arrow-symbols-icons.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
}

.text_center{
	text-align:center;
}

.text_left{
	text-align:left;
}

input:focus{
	background-image:url(img/form_bg.gif);
}

textarea:focus{
	background-image:url(img/form_bg.gif);
	background-color:#CCFFCC;
}
/*----------------------------------------------------
	.navSkip (Navigation Skip)
----------------------------------------------------*/

#skip_navi {
	position: absolute;
	text-indent:-9999px;
	top: 0;
	left:0;
	height:0;
}

/*----------------------------------------------------
	#headernavi
----------------------------------------------------*/
#headernavi{
	width: 185px;
	height:132px;
	background-color: #ECE9D8;
	float: left;
	text-align: center;	
}

#headernavi ul{
	width: 185px;
	height:132px;
	background-color: #ECE9D8;
	margin:3px 0 0 0;
	padding:0;
}

#headernavi ul li{
	width: 185px;
	background-color: #ECE9D8;
	margin:0;
	list-style-type: none;
	vertical-align: middle;
}

#headernavi img{
	margin:2px;
	vertical-align: middle;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	margin: 0px;
	padding: 0px;
	width: 810px;
	height: auto;
}


* html #content{
	width:805px;
	padding-right:5px;
}

#MainSpace{
	margin: 0px;
	width: 610px;
	float: left;
	height: auto;
	clear: both;
	padding:10px;
}

* html #MainSpace{
	padding-right:0px;
	margin:0px;
}

#navBar{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 175px;
	float: right;
}

/************* #breadCrumb styles *************/
#breadCrumb {
	font-size:80%;
	padding: 0 0 7px 2px;
	margin:0;
}

#breadCrumb p{
	padding:0;
	margin:0;
}

/************* #news styles ***************/
#news{
	color: #333333;
	line-height: 1.5;
	width: 588px;
	height: 270px;
	padding:5px 10px 10px 10px;
	margin:0px;
	background-color: #FFFFFF;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	background-image: url(img/bg_news01.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	position:relative;
	z-index:0;
}
/************* #IE6 ハック ***************/
* html body #news{
	height:250px;
}
/*****************************************/

#news h2{
	font-size:130%;
	margin: 0 5px 0 0;
	padding: 5px 0 3px 0;
	background-image: url(img/bullet_info_48.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 33px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB4B29;
	color: #BB4B29;
	height: 25px;
	width:588px;
}

#news ul{
	margin:5px;
	width:588px;
	height:150px;
	overflow:auto;
	padding:0;
	background-image: url(img/bg_news01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#news ul li{
	padding:3px;
	clear:left;
}

#news p{
	margin:5px 0;
	padding:0;
}

#news p img{
	float:left;
	margin:0 10px;
	padding:0;
}

#news .tooltip{
 font-size:80%;
 z-index:100;
}

/************** Opera ハック　styles **************/
html:first-child #news ul li {
	font-size:135%;
}
/**************************************************/

#news ul li .bold{
	font-weight: bold;
	color: #993300;
}

#news p{
	clear:left;
}

.pastnews{
padding:0;
margin:0;
position:absolute;
top:7px;
left:470px;
}

.new_db{
padding:0;
margin:0;
position:absolute;
top:7px;
left:330px;
z-index:1;
}

#cal{
padding:0;
margin:0;
position:absolute;
top:5px;
right:10px;
}

/************* #search styles ***************/
#search_wrap {
	width:610px;
	height: auto;
	padding:0px;
	margin:0px;
	overflow: hidden;	
}

#searchleft {
	float:left;	
	width:305px;
	height: auto;
}

#searchright {
	float:right;	
	width:305px;
	height: auto;
}

#searchleft img{
	margin-bottom:-5px;
}

*:first-child+html #searchleft img {
	margin-bottom:-10px;
}

/************* #searchAtoZ styles ***************/
#searchAtoZ{
	font-size: 80%;
	color: #CCCCCC;
	padding: 5px 5px 10px 5px;
	width: 288px;
	margin:5px 3px 0px 2px;
	text-align: justify;
	background-color: #FFFFFF;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	background-image: url(img/bg_magazine.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	position:relative;
}

* html #searchAtoZ{
	padding:5px;
	margin:0px;
}

#searchAtoZ h2{
	font-size:130%;
	background-image: url(img/booksearch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB4B29;
	color: #BB4B29;
	margin-left: 5px;
	margin-bottom: 0px;
	height: 30px;
	vertical-align: bottom;
}

#searchAtoZ p{
	border: 1px solid #CCCCCC;
	background-color: #FAF5F2;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#searchAtoZ p a{
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin:auto auto;
	line-height: 140%;
	font-size: 105%;	
}

#searchAtoZ form{
	margin:0 0 12px 0;
	padding:0;
}

#searchAtoZ dl{
	margin:5px 0 0 10px;
	padding:0px;
}

#searchAtoZ dt{
	font-weight: bold;
	color: #333333;
}

#searchAtoZ dd{
	margin:5px 0 0 0;
}

#searchAtoZ .search{
	padding: 0px 10px 0px 10px;
	margin-top:0px;
	margin-bottom:0px;
}

*:first-child+html #searchAtoZ .search{
	padding: 0px 10px 0px 10px;
	margin-top:-15px;
}

/************* #searchWin styles ***************/
#searchWin{
	color: #333333;
	padding: 5px 5px 10px 5px;
	width: 288px;
	margin:5px 2px 5px 3px;
	font-size: 80%;
	background-color: #FFFFFF;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	background-image: url(img/bg_article.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	position:relative;
}

#searchWin h2{
	background-image: url(img/icon_search.gif);
	font-size:130%;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	padding: 5px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB4B29;
	color: #BB4B29;
	margin-left: 5px;
	height: 30px;
}

#searchWin form{
	margin:10px 0 0 0;
}

#searchWin dl{
	margin:15px 0 0 10px;
	padding:0px;
}

#searchWin dt{
	font-weight: bold;
	color: #333333;
	margin-bottom:
}

#searchWin dd{
	margin:3px 0 0 0;
}


#searchWin .search{
	padding: 0px 10px 0px 10px;
	margin-top:0px;
	margin-bottom:5px;
}

*:first-child+html #searchWin .search{
	padding: 0px 10px 0px 10px;
	margin-top:-5px;
}

/************* #free_db styles ***************/
#free_db{
	color: #333333;
	padding: 5px 5px 10px 5px;
	width: 288px;
	margin:5px 2px 5px 3px;
	font-size: 80%;
	background-color: #FFFFFF;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	background-image: url(img/bg_database.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	position:relative;
}

#free_db h2{
	color: #BB4B29;
	font-size:130%;
	text-indent: 35px;
	background-image: url(img/icon_pc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #BB4B29;
	margin-left: 5px;
	padding-top: 5px;
	height: 29px;
}

#free_db form{
	margin:12px 0;
}

#free_db p{
	margin:0 10px;
}

#free_db .search{
	padding: 0px 10px 0px 10px;
	margin-top:5px;
	margin-bottom:0;
}

*:first-child+html #free_db .search{
	padding: 0px 10px 0px 10px;
	margin-top:-10px;
}

/************** #DB_category styles **************/
#DB_category {
	color: #990033;
	padding: 5px 10px 5px;
	margin:5px 0px 5px 5px;
	width: 278px;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(img/bg_database.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	position:relative;
}

#DB_category p{
	margin:12px 0;
	color:#000000;
}

#DB_category h2{
	font-size:130%;
	color: #BB4B29;
	background-image: url(img/icon_pc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 31px;
	height: 20px;
	vertical-align: bottom;
	border-bottom: 1px dotted #BB4B29;
	vertical-align: bottom;
	margin-left: 0px;
	padding: 5px;
}

#DB_category h4{
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:4px 0px 3px 8px;
	margin:5px 0;
	clear:both;
	font-weight: bold;
	color:#993300;
}

#DB_category ul{
	width:270px;
	margin:0px 3px;
	padding:0px;
}

#DB_category ul li{
	float:left;
	display: inline;
	list-style:none;
	font-size:120%;
	line-height: 180%;
	white-space: nowrap;
	padding-right:3px;
}

#DB_category ul li a{
	padding-left:0px;
}

#DB_category form {
 margin: 2px 0px 7px 5px;
 padding: 0px;
}

#DB_category dl {
 margin: 10px 0px;
 padding: 0px;
}

#DB_category dt {

}

#DB_category dd {
 margin: 3px 0px 0px;
 padding: 0px;
}

/************** firefox ハック　styles **************/
html>/**/body #DB_category ul li{
	font-size:120%;
	line-height: 185%;
}

html>/**/body #DB_category {
	padding: 5px 10px 70px;
}
/************** Opera ハック　styles **************/
html:first-child #DB_category ul li {
	font-size:140%;
}

html:first-child #DB_category{
	padding: 5px 10px 72px;
}
/*********** #DB_category 新旧切り替えタブ ***********/
#DB_category .tabNav .tab1{
	margin:8px 3px 12px;
	padding:3px 10px 0;
	border-top:1px solid #666666;
	border-right:2px solid #666666;
	border-left:1px solid #666666;
	background-color:#FFFFFF;
	display: block;
}

#DB_category .tabNav .tab1 a{
	color: #990000;
}

#DB_category .tabNav .tab2{
	margin:8px 3px 12px;
	padding:3px 5px 0;
	border-top:1px solid #666666;
	border-right:2px solid #666666;
	border-left:1px solid #666666;
	background-color:#039;
	display: block;
}

.tabNav .tab2 a{color:#FFF!important;font-weight:bold;}


#DB_category #tab1{
	height:auto;
	clear:both;
}

#DB_category #tab1 dl{
	margin:0;
	padding:0;
}

#DB_category #tab1 ul li{
	margin:0;
}

#DB_category #tab1 dd{
	margin:0;
}

#DB_category #tab2{
	height:350px;
	clear:both;
}

#DB_category .db_new {
	padding:5px 0 3px 5px;
	margin-bottom:2px;
	background-image:url(img/new.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom:1px dotted #BB4B29;
	color: #333333;
}

#DB_category .db_new h3{
	padding:5px 0 5px 30px;
	font-size:120%;
}

#DB_category .db_new p{
	padding:2px;
}

#DB_category .db_old {
	padding:0 0 5px 5px;
	margin-bottom:2px;
	background-image:url(img/old.gif);
	background-color:#ECE9D8;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom:1px dotted #BB4B29;
}

#DB_category .db_old h3{
	padding:10px 0 5px 30px;
	font-size:120%;
}

#DB_category .db_old p{
	padding:5px 2px 2px;
	color: #333333;
}

/************** Suisen styles **************/
#wrap_Suisen{
	padding:0px;
	margin:0 0 0 2px;
	width:606px;
	height:auto;
	clear: both;
	border-top: 3px solid #BB4B29;
	border-right: 1px solid #C5B498;
	border-bottom: 1px solid #C5B498;
	border-left: 1px solid #C5B498;
	background-image: url(img/bg_search.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color: #FFFFFF;
	float: left;
}

.Suisen {
	float:left;
	margin:0 6px 5px 10px;
	width: 184px;
	text-align: justify;
	font-size: 95%;
	padding:0;
	height: auto;
}

* html .Suisen{
	margin:0;
}

.Suisen h2{
	font-size: 100%;
	padding: 5px 0 5px 0;
	margin-left: 10px;
	margin-bottom:5px;
	border-bottom: 1px dotted #BB4B29;
	color: #BB4B29;
}

.Suisen h3{
	padding: 5px 0 5px 0;
	margin-left: 10px;
}

.Suisen ul{
	margin:0 0 5px 23px;
	padding:0px 0px 5px 17px;
}

.Suisen ul li{
	line-height: 160%;
	margin:0 0 0 -30px;
	padding:0px 0px 0px 17px;
	background-image: url(img/arrow-symbols-icons.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
}

.Suisen p .salert{
	line-height: 150%;
	margin-left:-30px;
	padding:0 0 0 17px;
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
}

.Suisen img{
	margin:5px 0 0 0;
}



.Suisen a.thickbox{
 text-decoration:none;
}
/************* #search styles ***************/
#search{
	background-color: #FFFFFF;
	width: 577px;
	margin: 5px 0 5px 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding-left:30px;
	clear: both;
	float: left;
	height: auto;
}

#search form{
	margin: 10px 0 10px 5px;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
}

* html #search {
	width:580px;
}

* html #search form{
	margin: 0;
	padding:10px 0;
}

*:first-child+html #search{
	background-color: #FFFFFF;
	width: 576px;
	margin: 5px 0px 5px 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding-left:30px;
	clear: both;
	float: none;
}

*:first-child+html #search form{
	margin: 10px 0 10px 5px;
	padding: 0;
	background-color: #FFFFFF;
	float: left;
}

/*********** #navBar link styles ***********/

#navBar{
	padding-right:4px;
}


* html #navBar{
	padding:0;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

.refworks {
	background-color: #FFFFFF;
	margin: 5px 0 2px;
	width: 170px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-image: url(img/bg_ref.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.refworks ul {
	margin-top:0;
	padding:0;
}

.refworks ul li {
	margin:5px 8px 8px;
	background-image: url(img/logo_refworks02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

/************* .opac styles ***************/
.opac {
	background-color: #FFFFFF;
	margin: 8px 0 2px;
	width: 170px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-image: url(img/bg_opac.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.opac ul li {
	margin:8px;
	background-image: url(img/list_opac.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.opac .search{
	margin:5px 0px -5px 7px;
	padding:0px;
}

* html .opac .search{
	margin:-15px 0px -10px 7px;
}

*:first-child+html .opac .search{
	margin:-15px 0px -10px 7px;
	padding:0px;
}

.opac a.arrow_icon{
	font-size: 80%;
}

/************* .request styles ***************/
.request {
	background-color: #FFFFFF;
	margin: 5px 0px 2px;
	width: 170px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-image: url(img/bg_navirequest.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.request ul li {
	margin:5px 0 8px 8px;
	background-image: url(img/list_request.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

/************* .lib_guide styles ***************/
.lib_guide {
	background-color: #FFFFFF;
	margin: 5px 0px 2px;
	width: 170px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-image: url(img/bg_ref.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.lib_guide ul {
	margin-top:0;
	padding:0;
}

.lib_guide ul li {
	margin:8px;
	background-image: url(img/list_guide.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
/************* .banner styles ***************/
.banner{
	width: 170px;
	margin-top:4px;
	padding-bottom:3px;
}

.banner span{
	padding:3px 5px;
	margin:10px;
	
}

.banner img{
	margin:3px 0 0 1px;
}
/*********** sitefooter styles ***********/
#sitefooter{
	float:left;
	width: 790px;
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 15px 0 15px 20px;
	background-color: #7C2917;
	line-height: 150%;
}

* html #sitefooter{
	width: 760px;
}

#sitefooter ul{
	margin:0 0 0 10px;
	padding:0;
	font-size:100%;
}

* html #sitefooter ul{
	margin:0 0 0 20px;
}

#sitefooter ul li{
	float:left;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	list-style:none;
	border-right:1px solid #FFFFFF;
}

#sitefooter ul li a{
	color: #FFFFFF;
}

#sitefooter p{
	margin:5px 0;
}

.vcard{
	float:left;
	margin:15px 10px 0;
	width:100%;
}

.vcard .fn,org{
	float:left;
	display:inline;
}

.vcard .adr{
	float:left;
	display:inline;
	margin-left:10px;
}

postal-code{
	float:left;
	display:inline;
}

.vcard .tel{
	float:left;
	padding-left:10px;
}
.license{
	float:left;
	margin-left:10px;
	width:100%;
}
/*********** icon styles ***********/
.hatena {
	background-image: url(img/icon_hatena.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	height: 35px;
	color: #333333;
	margin-left: 10px;
	clear: both;
	vertical-align: bottom;
	font-size:120%;
	padding-top:2px;
	margin-bottom:-25px;
}

.book{
	background-image: url(img/icon_book.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 40px;
	height: 35px;
	vertical-align: bottom;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	margin-left: 5px;
	clear: both;
}

.doc{
	background-image: url(img/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 40px;
	height: 35px;
	vertical-align: bottom;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	margin-left: 5px;
	clear: both;
	font-size: 120%;
}

.monitor{
	background-image: url(img/icon_monitor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 40px;
	height: 35px;
	vertical-align: bottom;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	margin-left: 5px;
	clear: both;
	font-size: 120%;
}

.pin{
	background-image: url(img/pin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	height: 35px;
	vertical-align: bottom;
	color: #333333;
	margin-left: 5px;
	clear: both;
	font-size: 120%;
}

/*********** AZindex styles ***********/
#azindex {
	background: #B3AA98;
	float: left;
	margin: 5px 0px 5px 5px;
	padding: 0px 10px 15px 15px;
	width: 255px;
}

* html #azindex {
	padding: 5px 10px 10px 10px;
	width: 250px;
}
	
#index {
	font: bold 75% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	

#index li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	padding: 0;
	width: 3em;
}

* html #index li{
	margin: 0.3em 0.3em;
}

#index a:link, #index a:visited {
	background: #fff;
	color: navy;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#index a:hover {
	background: #F0B52E;
	color: #FFF9D9;
	text-decoration: underline;
}

#index li.index_JP{
	width: 6.5em;
}

#index li.index_JP a:link, #index li.index_JP  a:visited {
	width: 6.5em;
}

#index02 a:hover{
	background: #F0B52E;
	color: #FFF9D9;
	text-decoration: underline;
}

a.thickbox{
	text-decoration: underline;
}

.button{
	background-color: #993300;
	color: #FFFFFF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

*:first-child+html .button{
	margin-left:2px;
	padding-top:2px;
}

/*********** TOOLTIP styles ***********/
.tooltip a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
.tooltip a span {display:none; padding:5px 7px; margin-left:8px; width:220px;}
.tooltip a:hover span{
	display:inline;
	position:absolute;
	background:#FFFFCC;
	border:1px solid #cccccc;
	color:#333333;
	z-index:100;
}

.ajaxtooltip{
	position: absolute;
	display: none;
	width: 200px;
	padding:5px;
	background-color:#FFFFCC;
	font-size:80%;
	left: 0;
	top: 0;
	color: #333333;
	border-top: 1px solid #993300;
	border-right: 2px solid #993300;
	border-bottom: 2px solid #993300;
	border-left: 1px solid #993300;
	z-index:5;
}

.st_db .tooltip a:hover span{
	display:inline;
	position:absolute;
	left:0;
	background:#FFFFCC;
	border:1px solid #cccccc;
	color:#333333;
	z-index:1000;
}


/************** IE6 styles **************/

* html #news{
	width: 585px;
	height: 230px;
	padding:5px 5px 5px 5px;
	margin:0px;
}

#page{
	position:relative;
}

#page div.change{
	font-size:75%;
	background-color:#ECE9D8;
	color:#666666;
	padding:2px;
	margin:10px 0 5px;
	position:fixed;
	top:23px;
	width:200px;
	left:825px;
}

/****************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/********* topバナー **********/

#news_b img{
 margin:5px;
}

ul#feedList li{
	font-weight:bold;
	color: #00659C;
	list-style:none;
}

/********* st_db **********/

.st_db dl{
margin:5px;
}

#DB_category .st_db dl dd{
padding:5px 0;
}

#DB_category .st_db dd{
background-color:#FFF;
}

