@charset "UTF-8"; 
/* トップ用 CSS */
/*==============================================================================================
●top.css  トップページ用スタイル
==============================================================================================*/
/* -------------------------------------------
レイアウトボックス要素
-------------------------------------------*/
/* スライドショーお知らせスペース　*/
#top-main h2 p {
	width: 100%;
	height: 50px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	color: #fff;
	background-image: url(../images/bg_museum_main02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top-main h2 span {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
#top-main h2 span a {
	height: 50px;
	display: block;
}
#top-main h2 a:hover {
	text-decoration: none;
}
#top-main h2 a.museum-url {
	display: block;
}
#top-main h2 span.museum-date {
	color: #fff;
	font-size: 17px;
	padding: 0 20px;
	background-image: url(../images/bg_museum_main01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	float: left;
	width: 200px;
}
#top-main h2 span.museum-ttl {
	color: #f3f603;
	font-size: 17px;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../images/bg_museum_main02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	width: 700px;
}
/* スライドショー背景 */
#wrap {
    width: auto;
/*    height: 390px;
    background-color: #f3f3f3;*/
    margin: 0px auto 0 auto;
}
#top {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 25px 0 0 0;
}

/* 候補A_b */
#top_a_b {
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
}



/* -------------------------------------------
メイン画像
------------------------------------------- */
#top-main {
    width: 980px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}
#top-main.noScript {
    height: 340px;
    min-width: 980px;
    width: 980px;
    margin: 0px auto;
    /*overflow: hidden;*/
}
#top-main.noScript #slider01 {
    position: relative;
}
#top-main.noScript #slider01 h2 {
    position: absolute;
    top: 0px;
}
#top-main.noScript #slider01 h2:first-child {
	z-index: 100;
}
#top-main.noScript #slider01 h2 p {
	position: absolute;
	bottom: 7px;
}
/* slider img */
#top-main .bx-wrapper img {
    width: 100%;
    display: block;
}
/* PAGER */
#top-main .bx-wrapper .bx-pager {
    width: 980px;
    margin: -50px auto 0px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
	padding-bottom: 38px;
}


#top-main .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top-main .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
}

#top-main .bx-controls-direction {
 /*   display: none;*/
}

#top-main a:hover img{
    /*filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;*/
}

/* jQuery用 スライドショー */
.bx-custom-pager{
    margin-left: 10px;


}
.bx-custom-pager .bx-pager-item{
	width: 80px;
	height: 8px;
	text-indent: -9999px;
    margin-left: 3px;
    margin-right: 3px;
    border: solid #FFF 2px;
}
.bx-custom-pager .bx-pager-item a {
	width: 80px;
	height: 8px;
	display: block;
	background: url(../images/btn_top01.gif) no-repeat;
}

.bx-custom-pager .bx-pager-item a.active {
    /*width: 146px;
    border: solid #0066cb 2px; */
	background-position: left bottom;
}


/* More 続きはこちら */

/* pの場合 */
p.pageMore {
    clear: both;
    font-size: 14px;
    vertical-align: middle;
    font-weight: lighter;
}

p.pageMore span {
    color: #ba2636;
}


/* aの場合 */
a.pageMore {
    clear: both;
    font-size: 14px;
    padding: 3px 23px 2px 0px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: lighter;
}
a.pageMore span {
    color: #ba2636;
}



/* -------------------------------------------
レイアウトボックス要素 -  top
------------------------------------------- */
/* 概要　2列
------------------------------------ */
#about {
/*    width: 980px;
    margin: 0px auto 10px;
    position: relative;*/
	border-top: solid 1px #ccc;
}
#about .aboutTitle {
    display: none;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#about p.aboutBox01 {
    width: 980px;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

/* More 続きはこちら */
#about .pageMore {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 10px;
}
#about p.open_btn {
    display: none;
}



/* メインコンテンツ　3列（スライド）
------------------------------------ */
#topMaincts {
    width: auto;
    height: auto;
	/*min-height: 790px;*/
    background-image: url(../images/bg_top01.gif);
	padding: 40px 0 10px 0;
}
#topMaincts.noScript {
    height: 222px;
}
#topMaincts.noScript div#slider02 {
    height: 222px;
    overflow: hidden;
}
#topMaincts.noScript div#slider02 h2 {
    width: 320px;
    float: left;
}
#topMaincts.noScript div#slider02 h2 div {
    position: relative;
}
#topMaincts .topMainctsInner {
    width: 1020px;
    height: auto;
    margin: 0 auto 0px auto;
    padding: 0px;
}
/* PAGER */
#topMaincts .bx-wrapper .bx-pager {
    display: none;
}
#topMaincts .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 22px;
    height: 41px;
    text-indent: -9999px;
    z-index: 9999;
}
#topMaincts .bx-wrapper .bx-controls-direction a:hover {
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
#topMaincts .bx-wrapper .bx-prev {
    left: -50px;
    background: url(../images-js/controls01.png) no-repeat ;
}
#topMaincts .bx-wrapper .bx-next {
    right: -50px;
    background: url(../images-js/controls02.png) no-repeat ;
}
#topMaincts #slider02 h2 {
    height: 222px;
}

#topMaincts #slider02 h2 div {
    position: absolute;
    background-color: #ebebeb;
    margin: 0px 10px;
    padding: 0px;
    border: solid 1px #dcdcdc;
    min-height: 220px;
}

#topMaincts #slider02 h2 div .mainCtsTtl {
    color: #3b685b;
    margin: 18px 0px 5px 14px;
    padding: 0px;
    font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 20px;
}
#topMaincts #slider02 h2 div .mainCtsTtl a {
    color: #3b685b;
}
#topMaincts #slider02 h2 div .mainCtsTtl:first-letter {
    font-size: 35px;
}
#topMaincts #slider02 h2 div .mainCtsDes {
    margin: 0px 16px 0px;
    font-size: 12px;
    font-weight: lighter;
    padding: 0px;
}
/* More 続きはこちら */
#topMaincts #slider02 h2 div .pageMore {
    position: absolute;
    display: inline-block;
    left: 16px;
    bottom: 5px;
}

/* レイアウト崩れ対策 */
*:first-child+html #topMaincts h2 {
    margin: 0px -3px;
    height: 242px!important;
}
*:first-child+html #topMaincts h2 div {
    min-height: 240px!important;
}
*:first-child+html #topMaincts {
    /*border-bottom : solid 3px #ddd;*/
}

/* メインコンテンツのテキスト、画像、詳しくはこちら */

 


/* トップボックス01
------------------------------------ */
/* top-box01 */
#top #top-box01 {
    width: 980px;
    height: auto;
	min-height: 801px;
    padding: 0px 0px 10px 0px;
    margin: 40px auto 0 auto;
}

#top #top-box01 .box {
    width: 188px;
    padding-top: 6px;
    position: relative;
}

/* タイトル */
#top #top-box01 h3 {
    padding: 0px 0px 5px 2px;
    line-height: 1.0;
    font-size: 145%;
    font-weight: lighter;
    color: #333333;
}
#top #top-box01 h3 span {
    display: inline-block;
    font-size: 170%;
    margin-right: 10px;
    color: #2c5c52;
}


/* 各部門説明
------------------------------------------- */
#top .bumon {
    float: left;
    width: 300px;
	min-height: 350px;
    margin: 0px 20px 30px;
    background-color: #ffffff;
    height:auto;
	position: relative;
	box-shadow: 2px 2px 5px #ccc;
}
*:first-child+html #top .bumon {
	border: solid 1px #ccc;
	width: 298px;
}
#top .bumon h3 {
	height: auto;
	position: relative;
	margin-top: 105px;
	font-size: 16px;
	font-weight: normal;
	z-index: 1;
}
#top .bumon h3 a:hover {
	text-decoration: none;
}
#top .bumon h3 img {
	float: left;
}

#top .bumon h3 span.h3_txt {
	height: 39px;
	width: 226px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 26px;
	left: 64px;
	color: #fff;
	padding-left: 10px;
	border-top: solid 1px #fff;
}
*:first-child+html #top .bumon h3 span.h3_txt {
	width: 225px;
}

#top .bumon .bumon-img {
	position: absolute;
	left: 0;
	top: 0;
}


#top .bumon .pulldown_list-Inner a.s-link {
	pointer-events: none;
	cursor: default;
}
#top .bumon .pulldown_list-Inner a:hover {
	text-decoration: none;
}

#top .bumon p.txt {
    margin: 10px 25px 5px 25px;
	line-height: 170%;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow-y: hidden;
	clear: both;
}

*:first-child+html #top .bumon p.txt {
	padding-top : 5px;
}

/* 部門　背景色替え */
#top .bumon01 h3 span {
	background-color: #c64233;
	text-shadow: 1px 1px #8e2f25;
}
#top .bumon02 h3 span {
	background-color: #cca633;
	text-shadow: 1px 1px #8e7424;
}

#top .bumon04 h3 span {
	background-color: #69a637;
	text-shadow: 1px 1px #497426;
}
#top .bumon05 h3 span {
	background-color: #32a0b8;
	text-shadow: 1px 1px #237080;
}
#top .bumon06 h3 span {
	background-color: #445091;
	text-shadow: 1px 1px #353e70;
}
#top .bumon .pulldown_btn {
	display: none;
}

/*　カレンダー部分　*/
#top .bumon.bumon03 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
}


#top .bumon.bumon03 p {
	font-size: 12px;
	margin: 5px 0 0 0px;
}

#top .bumon.bumon03 h3 {
	height: 35px;
	line-height: 35px;
	margin-top: 0;
	padding: 0px 0px 0px 15px;
	background-color: #3d3d3d;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
}
#top .bumon.bumon03 h3 a {
	display: block;
	text-decoration: none;
	color: #fff;
}


/* 1月別カレンダー（PHPカレンダー）
------------------------------------------- */
/* iframe レスポンシブ対策 */
#top .bumon.bumon03 .frame {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#top .bumon.bumon03 iframe { 
    width:100%;
    height: 190px;
}

.calender01 table {
	width: 90%;
	text-align: center;
	margin: 5px auto 0 auto;
}
.calender01 table caption {
	width: 260px;
	line-height: 25px;
	margin: 5px auto;
	background-image: url(../images/bg_top_cap.gif);
	background-repeat: no-repeat;
	color: #fff;	
	text-shadow: 1px 1px #7f7f7f;
	height: 25px;
}
.calender01 table caption a.back {
	margin-right: 100px;
	color: #fff;
}
.calender01 table caption a.next {
	margin-left: 100px;
	color: #fff;
}
.calender01 table td {
	height: 22px;
	text-shadow: 1px 1px #fff;
}
.calender01 table td.red {
	color: #c54134;
}
.calender01 table td.blue {
	color: #32a0b9;
}
.calender01 table td.holiday {
	background-image: url(../images/ic_calender.png);
	background-repeat: no-repeat;
	background-position: center;
}
.calender01 table td.freeday {
	background-image: url(../images/ic_calender_freeday.png);
	background-repeat: no-repeat;
	background-position: center;
}
#top .bumon.bumon03 .calender_time {
	width: 90%;
	background-image: url(../images/bg_top01.gif);
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0px auto 0px auto;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 110%;
}
#top .bumon.bumon03 .calender_time img {
	margin-top: 0px;
	position: relative;
	top: 4px;
}
	
#top .bumon.bumon03 .calender02 {
	background-image: url(../images/arr_top01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 8px;
	margin-left: 10px;
}
#top .bumon.bumon03 .calender02 a {
	text-decoration: underline;
}
#top .bumon.bumon03 .calender02 a:hover {
	text-decoration: none;
}
#top .bumon.bumon03 .calender03 {
	height: 40px;
	padding-left: 36px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-image: url(../images/bg_calender.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px 40px;
}
#top .bumon.bumon03 .calender03 a {
	display: block;
	height: 27px;
	padding-left: 10px;
	padding-right: 19px;
	padding: 13px 19px 0 10px;
	color: #fff;
	background-color: #cca633;
	text-shadow: 1px 1px #8e7424;
	font-size: 13px;
	line-height: 120%;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-ms-border-radius-bottomright: 3px;
	-ms-border-radius-topright: 3px;
}
#top .bumon.bumon03 .calender03 span {
	display: block;
	font-size: 11px;
	text-align: right;	
}

#top .bumon.bumon03 .calender04 {
	display: none;
}
	
#top .bumon.bumon03 .calender03-s {
	display: none;
}

/* 続きはこちら */
#top .bumon .pageMore {
	position: absolute;
	margin: 0;
	float: right;
	bottom: 0px;
	right: 6px;
}

/* 史料館　開館カレンダー部分 */

/* PCでは下記を非表示 */
/* 史料館　開館カレンダー */
/* 晩香廬・青淵文庫内部公開カレンダー */
#top .topMainctsInner p.sma-calender01 {
	display: none;
}
/* 渋沢史料館スケジュール */
#top .topMainctsInner p.sma-calender02 {
	display: none;
}

/* ニュース 全体
------------------------------------------- */
#top .top-news {
    float: left;
    width: 640px;
    height: auto;
    margin: 0px 10px 10px 0;
    padding: 8px 0px 11px 0;
}

/* ニュース タイトル */
#top .top-news h3 {
	position: relative;
	height: 27px;
	background-image: url(../images/bg_newsttltop.gif);
	background-repeat: no-repeat;
	background-position: 0 27px;
}

/* ニュース More 続きはこちら */
#top .top-news h3 a.pageMore {
	float: right;
	height: 20px;
	line-height: 20px;
	width: 60px;
	margin-top: -14px;
	background-image: url(../images/arr_pagemore.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	display: block;
	color: #fff;
	padding: 13px 5px 10px 8px;
	font-size: 13px;
}
*:first-child+html #top .top-news h3 a.pageMore {
	margin-top: -30px;
}

#top .top-news h3 a.pageMore:hover {
	text-decoration: none;
}
#top .top-news>p.pageMore {
    display: none;
}

#top_box1 {
	width: 974px;
	margin-right: 0px;
	height: 247px;
	background: #FFFFFF;
}

#top_box1 img.space {
	margin-bottom: 8px;
}

/* ヘッドライン、講習会日程、ニュース・トピックスボックス */

#top .top-news ul#tab {
	height: auto;
	margin: 10px 0px 0 0px;
	padding:0;
 	background-color:#FFFFFF;
	list-style-type: none;
	position: relative;
}
#top .top-news ul#tab:after {
	position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
	z-index: 1;
}
#top .top-news ul#tab:before {
	z-index: 1;
}
#top .top-news ul#tab li {
	width: 75px;
	height: 30px;
	padding: 2px;
	margin-left: 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	*display: inline;
	*zoom: 1;
	border: solid 1px #ccc;
	border-bottom: none;
	position: relative;
    z-index: 0;
}


#top .top-news ul#tab li.selected {
	opacity: inherit;
	background-color: #f7f7ee;
	z-index: 2;
    border-bottom-color: #FFF;
}
#top .top-news ul#tab li a {
	display: block;
	color: #7d7d7d;
	border-top: solid 3px #7d7d7d;
	padding: 5px 0px;
	background-color: #fdfdfc;
}
#top .top-news ul#tab li.selected a {
	display: block;
	color: #3E7F45;
	border-top: solid 3px #3E7F45;
	padding: 5px 0px;
	background-color: #f7f7ee;
}
#top .top-news ul#tab li a:hover {
	text-decoration: none;	
}
/* タブボックス */
#top .top-news #tab-box {
	height: 670px;
	padding: 5px 0px 0px 0px;
	clear: both;
	border-bottom: 1px solid #CCC;
}


/* ヘッドラインの本文 */
#top .top-news #all_area,
#top .top-news #exhibition_area,
#top .top-news #event_area,
#top .top-news #database_area,
#top .top-news #info_area,
#top .top-news #disclosure_area,
#top .top-news #others_area {
	height: 650px;
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
/* 	background-color: #beeefe;*/

}

#top .noScript #exhibition_area,
#top .noScript #event_area,
#top .noScript #database_area,
#top .noScript #info_area,
#top .noScript #disclosure_area,
#top .noScript #others_area {
	display: none;
}

/* 講習会日程の本文 */
#top .top-news #acquisition_area p.pagemore {
	float: right;
	margin: 5px 5px 0px 0px;
	padding: 0px;
}


/* ニュース カテゴリアイコン */
#top .top-news .bg_cate {
    display: inline-block;
    width: 90px;
    font-size: 11px;
    color: #3e7f45;
    padding: 3px 0px 1px 0px;
    margin: -5px 5px -4px 5px;
    text-align: center;
    border-radius: 5px;       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../images/top_bg01.gif);
}


/* ニュース NEWマークアイコン */
#top .top-news .ic_newmark {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px 1px 4px;
    margin: 0px 0px 0px 0px;
    color: #ff9a00;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
}

/* 開催中 */
#top .top-news .ic_status01 {
    display: inline-block;
    width: 60px;
    height: 15px;
    font-size: 11px;
    color: #e75345;
    padding: 2px 0px 0px 0px;
    margin: 3px 5px -4px 0px;
    text-align: center;
    border-radius: 5px;       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #CCC;
}

/* 募集中 */
#top .top-news .ic_status02 {
    display: inline-block;
    width: 60px;
    height: 15px;
    font-size: 11px;
    color: #3e7f45;
    padding: 2px 0px 0px 0px;
    margin: 3px 5px -4px 0px;
    text-align: center;
    border-radius: 5px;       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #CCC;
}

/* 募集終了 */
#top .top-news .ic_status03 {
    display: inline-block;
    width: 60px;
    height: 15px;
    font-size: 11px;
    color: #666666;
    padding: 2px 0px 0px 0px;
    margin: 3px 5px -4px 0px;
    text-align: center;
    border-radius: 5px;       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #CCC;
}


/* ニュース 一覧 */
#top .top-news dl {
    margin: 0 auto 10px auto;
    padding: 0px 10px 0px  0px;
    clear: both;
}

/* 日付け、カテゴリ */
#top .top-news dl dt {
    width: auto;
    padding: 10px 0.5em 5px 8px;
    font-weight: bold;
    font-size: 13px;
}

/* タイトル */
#top .top-news dd {
    font-size: 14px;
    margin-left: 0;
    padding: 5px 0.5em 5px 8px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 交互に色変え */
#top .top-news dl dd:nth-of-type(2n+1),
#top .top-news dl dt:nth-of-type(2n+1) {
	background-color: #fcfcfc;
}

/* スマフォ用 */
#top .top-news p.open_btn {
    display: none;
}

/* 開催期間、開催日 */
#top .top-news dd span.gray {
    display: inline-block;
    width: 50px;
    background-color: #ededed;
    margin: 10px 5px 0 0;
    padding: 1px 10px;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
}


/* ニュース 部門ナビ */
#top .top-news ul.bumonNav {
	display: block;
	margin: 18px 18px 24px;
	text-align: right;
}
#top .top-news ul.bumonNav li {
    display: inline;
    *display: inline;
    *zoom: 1;
	padding: 1px 0 1px 18px;
	margin-left: 15px;
}
#top .top-news ul.bumonNav li a {
	text-decoration: underline;
}
#top .top-news ul.bumonNav li a:hover {
	text-decoration: none;
}

/* ニュース 部門ナビ 部門ごとのアイコン */
#top .top-news ul.bumonNav li.Nav_eiichi {
	background-image: url(../images/bg_top01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#top .top-news ul.bumonNav li.Nav_museum{
	background-image: url(../images/bg_top02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#top .top-news ul.bumonNav li.Nav_center {
	background-image: url(../images/bg_top03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#top .top-news ul.bumonNav li.Nav_research {
	background-image: url(../images/bg_top04.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#top .top-news ul.bumonNav li.Nav_outline {
	background-image: url(../images/bg_top05.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* バナー
------------------------------------------- */
#top .bnr {
	width: 300px;
	float: right;
}
#top .bnr p {
	color: #fff;
	text-shadow: 1px 1px #000;
	height: 30px;
	padding: 3px 10px;
	margin-bottom: 8px;
	line-height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d3d3d 0%, #383838 40%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(40%,#383838), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d3d3d 0%,#383838 40%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d3d3d 0%,#383838 40%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d3d3d 0%,#383838 40%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d3d3d 0%,#383838 40%,#252525 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}
#top .bnr ul {
	list-style-type: none;
	margin: 0 auto;
	width: 280px;
}
#top .bnr ul li {
	padding: 7px 0;
}
#top .bnr ul:nth-of-type(1) {
	border-bottom: 2px dotted #000;
	padding-bottom: 7px;
}
#top .bnr ul:nth-of-type(2) {
	padding-top: 7px;
}
#top .bnr ul li img {
	vertical-align: text-bottom;
	box-shadow: 2px 2px 5px #ccc;
}
