@charset "UTF-8";
html {
    border: 0 none;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table, div, span, object, iframe, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/* 追加まだ未使用*/
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}


body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #3E3E3E;
    font-family: arial,helvetica,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,clean,sans-serif;
    font-size: 76%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    position: absolute;
    width: 100%;
}


.clear {
    clear: both;
}


#globalNav, #globalNav ul li a {
    display: none;
}
#globalNavRight {
    position: absolute;
    right: 0;
    top: 5px !important;
    width: auto;
    z-index: 50;
}
#container {
	width:100%;
/*    min-width: 1200px;
    _width: 1200px; */
}
#topnav {
    background: none repeat scroll 0 0 #27271C;
    font-size: 14px;
		position:relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		width: 100%;
    overflow: hidden;
    padding: 0 44px;
}
				#topnav > div {
						line-height: 39px;
				}
				#topnav > div ul, #footer > div ul {
						border: 0 none;
						margin: 0;
						overflow: hidden;
						padding: 0;
				}
				#topnav > div ul li:first-child, #topnav > div ul li.first {
						padding-left: 0;
				}
				#topnav > div ul li {
						display: inline;
						float: left;
						list-style-image: none;
						list-style-type: none;
						margin-left: 0;
						padding-left: 4px;
						padding-right: 4px;
						white-space: nowrap;
				}
				#topnav li {
						margin: 0 30px 0 0;
				}
				#topnav a, #topnav a:visited {
						text-decoration: none;
				}
				#topnav a, #topnav a:visited {
						color: #FFFFFF;
				}
				#topnav a:hover {
						color: #BBBBBB;
				}
				
#header-bar {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 20px 0;
		text-align:center;
}
				#sandbar-logo img {
						display:inline-block;
						width: 260px;
				}
				#top-Google-add {
						display:inline-block;
						width:100%;
				}
				#searchboxs {
						display:inline-block;
  				  margin: 10px 0;
						width: 260px;
				}
						.google-search-button-container {
								float: left;
								position: relative;
						}
						.google-search-button-container ul {
						}
						.google-search-button-container li {
								display: inline;
								float: left;
								list-style-type: none;
						}
						#cse-search-box input[type="text"] {
								background: none repeat scroll 0 0 #F9F9F9;
								border: 1px solid #CCCCCC;
								border-radius: 3px;
								box-shadow: 0 0 5px #DDDDDD;
								height: 28px;
								padding: 0 !important;
								transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
								width: 150px;
								font-size:100%;
						}
						.search-button-container-alc {
								float: left;
								position: relative;
						}
						.search-button-container-alc ul {
						}
						.search-button-container-alc li {
								display: inline;
								float: left;
								list-style-type: none;
						}
						#cse-search-box-alc input[type="text"] {
								background: none repeat scroll 0 0 #F9F9F9;
								border: 1px solid #CCCCCC;
								border-radius: 3px;
								box-shadow: 0 0 5px #DDDDDD;
								height: 28px;
								padding: 0 !important;
								transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
								width: 150px;
								font-size:100%;
						}
						/* Search common start */
						.search-logo{
							max-height: 30px;
							max-width: 30px;
						}
						input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
								background-color: #3D85C6;
								background-image: none;
								border-color: #3D85C6;
								filter: none;
						}
						.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
								height: 14px;
								margin-left: 2px;
								margin-top: 2px;
								min-width: 13px;
								padding: 6px 15px;
								width: 13px;
						}
						.google-search-button-container ul, .search-button-container-alc ul {
							margin: 0 !important;
						}
						/* Search common end */
#wrapper {
    margin: 0 auto;
    position: relative;
		width:80%;
}
#menubar {
    color: #3E3E3E;
    float: left;
    font-size: 0.9em;
    line-height: 120%;
    overflow: hidden;
    padding: 10px;
    width: 180px;
}
				#menubar a:link {
						text-decoration: none;
				}
				#menubar a:visited {
						text-decoration: none;
				}
#menubar2 {
    color: #3E3E3E;
    float: right;
    font-size: 0.9em;
    line-height: 130%;
    overflow: hidden;
    padding: 10px;
    width: 200px;
}
#contents {
    background-color: #FFFFFF;
    color: #2A2A2A;
    font-size: 1em;
    margin: 0 190px;
/*    overflow: hidden; */
    padding: 6px 15px 15px;
}
#footer {
    clear: both;
    overflow: hidden;
    padding: 10px !important;
    background: none repeat scroll 0 0 #333333;
    font-size: 12px;
    margin: 0 auto;
		text-align:center;
}
				#footer > div ul li:first-child, #footer > div ul li.first {
						padding-left: 0;
				}
				#footer > div ul li {
						display: inline;
						float: left;
						list-style-image: none;
						list-style-type: none;
						margin-left: 0;
						padding-left: 4px;
						padding-right: 4px;
						white-space: nowrap;
				}
				#footer a, #footer a:visited {
						text-decoration: none;
						color: #FFFFFF;
				}
				
				
				#footer hr {
						display: none;
				}
				#footer p {
						font-size: 0.9em;
						margin: 5px 0 0;
						text-align: center;
				}
				#footer a:hover {
						color: #BBBBBB;
				}
/*
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dashed #C0C0C0;
    margin: 0;
    padding-top: 1px;
}
#header h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 33px 20px 10px;
}
*/
h2#pagetitle {
    display: none;
    font-size: 1.3em;
    margin: 8px 0 18px;
}
addr[title] {
    border-bottom: 1px dotted;
}
acronym[title] {
    border-bottom: 1px dotted;
}
address {
    display: block;
    font-style: italic;
}
b {
    font-weight: bolder;
}
caption {
    display: table-caption;
    text-align: center;
}
center {
    display: block;
    text-align: center;
}
cite {
    font-style: italic;
}
col {
    display: table-column;
}
colgroup {
    display: table-column-group;
}
dd {
    display: block;
    margin-left: 2em;
}
del {
    text-decoration: line-through;
}
dfn {
    font-style: italic;
}
dl {
    display: block;
    margin: 1em 0;
}
dl dl {
    margin-bottom: 0;
    margin-top: 0;
}
dl ol {
    margin-bottom: 0;
    margin-top: 0;
}
dl ul {
    margin-bottom: 0;
    margin-top: 0;
}
dt {
    font-weight: bold;
}
em {
    font-style: italic;
}
h2#pagetitle {
    font-size: 1.3em;
    margin: 8px 0 18px;
}
#wrapper h1 {
    font-size: 1.8em;
    margin: 13px 0;
}
#wrapper h2 {
    font-size: 1.6em;
    margin: 13px 0;
}
#wrapper h3 {
    font-size: 1.4em;
    margin: 13px 0;
}
#wrapper h4 {
    font-size: 1.2em;
    margin: 13px 0;
}
#wrapper h5 {
    font-size: 1em;
    margin: 13px 0;
}
#wrapper h6 {
    font-size: 0.8em;
    margin: 13px 0;
}
#wrapper h1.item {
    font-size: 1.3em;
    margin: 8px 0 18px;
}
hr {
    display: block;
    height: 1px;
    margin: 0.5em auto;
}
i {
    font-style: italic;
}
ins {
    text-decoration: underline;
}
li {
    display: list-item;
}
multicol {
    display: block;
    margin: 1em 0;
}
nobr {
    white-space: nowrap;
}
ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 25px;
}
ol dl {
    margin-bottom: 0;
    margin-top: 0;
}
ol ol {
    margin-bottom: 0;
    margin-top: 0;
}
ol ol ul {
    list-style-type: square;
}
ol ul {
    list-style-type: circle;
    margin-bottom: 0;
    margin-top: 0;
}
ol ul ul {
    list-style-type: square;
}
p {
    display: block;
    margin: 1em 0;
}
plaintext {
    background: none repeat scroll 0 0 #F8F3E6;
    border-left: 3px solid #E44949;
    display: block;
    font-family: fixed;
    margin: 3px 10px;
    padding: 5px;
    white-space: pre;
}
q:after {
    content: close-quote;
}
q:before {
    content: open-quote;
}
s {
    text-decoration: line-through;
}
strike {
    text-decoration: line-through;
}
strong {
    font-weight: bolder;
}
sub {
    font-size: smaller;
    line-height: normal;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super;
}
table {
    -moz-box-sizing: border-box;
    border: 1px solid #333333;
    border-collapse: collapse;
    border-spacing: 2px;
    display: table;
    margin-bottom: 1em;
    margin-left: 1px;
    margin-top: 1em;
    text-indent: 0;
}
table > tr {
    vertical-align: middle;
}
table[align="center"] > caption {
    margin-left: auto;
    margin-right: auto;
}
table[align="center"] > caption[align="left"] {
    margin-right: 0;
}
table[align="center"] > caption[align="right"] {
    margin-left: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
}
td {
    border: 1px solid #333333;
    display: table-cell;
    padding: 4px;
    text-align: inherit;
    vertical-align: inherit;
}
tfoot {
    display: table-footer-group;
    vertical-align: middle;
}
th {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    color: #000000;
    display: table-cell;
    font-weight: bold;
    padding: 4px;
    vertical-align: inherit;
}
thead {
    display: table-header-group;
    vertical-align: middle;
}
tr {
    display: table-row;
    vertical-align: inherit;
}
u {
    text-decoration: underline;
}
ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 25px;
}
ul dl {
    margin-bottom: 0;
    margin-top: 0;
}
ul ol {
    margin-bottom: 0;
    margin-top: 0;
}
ul ol ul {
    list-style-type: square;
}
ul ul {
    list-style-type: circle;
    margin-bottom: 0;
    margin-top: 0;
}
ul ul ul {
    list-style-type: square;
}
var {
    font-style: italic;
}
xmp {
    background: none repeat scroll 0 0 #F8F3E6;
    border-left: 3px solid #E44949;
    display: block;
    font-family: fixed;
    margin: 3px 10px;
    padding: 5px;
    white-space: pre;
}
a {
    text-decoration: none;
}
blockquote {
    background: none repeat scroll 0 0 #F8F3E6;
    border-bottom: 1px solid #F8F3E6;
    border-left: 3px solid #6180A3;
    margin: 3px 10px;
    padding: 5px;
}
pre {
    background: none repeat scroll 0 0 #F8F3E6;
    border-bottom: 1px solid #F8F3E6;
    border-left: 3px solid #E44949;
    display: block;
    font-family: fixed;
    margin: 3px 10px;
    padding: 5px;
    white-space: pre;
}
* html blockquote {
    height: 1%;
}
* html pre {
    height: 1%;
}
span.word1 {
    background-color: #FFFF66;
    color: #000000;
}
span.word10 {
    background-color: #990099;
    color: #FFFFFF;
}
span.word2 {
    background-color: #A0FFFF;
    color: #000000;
}
span.word3 {
    background-color: #99FF99;
    color: #000000;
}
span.word4 {
    background-color: #FF9999;
    color: #000000;
}
span.word5 {
    background-color: #FF66FF;
    color: #000000;
}
span.word6 {
    background-color: #880000;
    color: #FFFFFF;
}
span.word7 {
    background-color: #00AA00;
    color: #FFFFFF;
}
span.word8 {
    background-color: #886800;
    color: #FFFFFF;
}
span.word9 {
    background-color: #004699;
    color: #FFFFFF;
}
.gafc_on {
    background-color: #DFDFDF;
}
.gafc_domain {
    color: #008000;
}
* html #source___Frame {
    width: 97% !important;
}


/**** under here add  ****/
/**** toControl start ****/
#toTop {
    background-color: #C5C5C5;
}
#toTop {
    background-color: #777777;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    bottom: 81px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    padding-right: 23px;
    position: fixed;
    right: 0;
    text-decoration: none;
}
/**** toControl end ****/








ul {
    list-style-type: disc;
}



/* menuVertical.html CSS */
#sideNavi .leftNavigation .navigationBlock .navItem a:hover span.navToggle, .leftNavigation .navigationBlock .subItem a:hover span.navToggle {
background-color:#FF6600;
cursor:pointer;
}

#sideNavi * { 
	margin:0 auto;
	font-size:12px; 
	line-height:1.5em; 
}
/* sideNavi */
#sideNavi { 
	width:200px; 
	padding:0px;
	border:solid 1px #BBB;
}
#sideNavi h3.category {
	font-size:12px;
	margin:0px !important;

	background:#BBB;

	color:#FFFFFF;
	display:block;
	padding:5px 10px 5px 10px;
}
#sideNavi ul { 
	padding:1px;
	background-color:#FFF; 
	list-style:none;
}
#sideNavi ul li { 
	font-size: 10px; 
	border-bottom:solid 1px #BBB; 
	margin-bottom:0px;
	padding:1px;
}
#sideNavi #lowest { 
	font-size: 10px; 
	border-bottom:none !important;
	margin-bottom:0px; 
}
/* 2009christmas */
#sideNavi #categoryMenu li a {
	display:block; 
	padding:4px 0 4px 10px; 
	text-decoration:none; 
	font-size:10px; 
	color:#666; 
}
#sideNavi #categoryMenu li a:hover {
	color:#FF5600; 
}

#sideNavi  span.navToggle {
background:#CCCCCC url(./pub/images/menuVertical/plus.gif) no-repeat scroll 0 0px;
display:block;
float:right;
margin-right:5px;
margin-top:2px;
height:8px;
text-indent:8px;
width:8px;
overflow:hidden;
}
#sideNavi  span.navToggleOpen {
background:#CCCCCC url(./pub/images/menuVertical/minus.gif) no-repeat scroll 0 0px;
display:block;
float:right;
margin-right:5px;
margin-top:2px;
height:8px;
text-indent:8px;
width:8px;
overflow:hidden;
}


#sideNavi ul.sideNaviList li ul { 
	margin: 0 0 0 0px; 
	padding:0 0 0 0px; 
	border:none; 
}
#sideNavi ul.sideNaviList li ul li { 
	border-top:dashed 1px #BBB;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background-color:#FFF; 
}
#sideNavi ul.sideNaviList li ul li a{ 
	/* background:#FFFFFF url(../images/bullet.gif) no-repeat scroll 15px 8px;	*/
	display:block; 
	padding:4px 0 4px 20px; 
	text-decoration:none; 
	font-size:10px; 
	color:#666; 
	background-color:#FFFFFF;
	font-weight:normal;
}

#sideNavi ul.sideNaviList li ul li a:hover { 
	/*background:#FFFFFF url(../images/bullet-hover.gif) no-repeat scroll 15px 8px;	*/
	color:#990000; 
}
#mobile-header {
    display: none;
}
.sidr{
	display:block;
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

/*				#searchboxs {
						position: static;
  				  margin: 10px 0;
				}
*/
#wrapper {
    margin: 0 auto;
    position: relative;
    width: 90%;
}
#menubar{
	display:none;
}
#contents{
	width:100%;
}
#contents {
    background-color: #FFFFFF;
    color: #2A2A2A;
    font-size: 1em;
    margin: 0 190px 0 0;
    padding: 0 15px 15px;
}
html, body {
    min-width: 460px !important;
    position: relative;
}
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:220px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb;left: 0px;}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}

a.nav-toggle img {
/*    padding: 0 0 4px;
    vertical-align: bottom; */
    height: 40px;
    padding: 0;
    position: relative;
    top: -5px;
    vertical-align: middle;
}
a.nav-toggle {
    height: 35px;
}
a.nav-toggle {
    display: block;
}
#topnav {
	display:none;
}
#mobile-header {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #BBBBBB;
    font-size: 14px;
/*    height: 40px;
    padding: 5px;
    position: fixed; */
		position:relative;
    top: 0;
    width: 100%;
    z-index: 999;
		display:block;
}
#mobile-header > div {
		line-height: 39px;
}

#mobile-header a, #mobile-header a:visited {
		text-decoration: none;
}
#mobile-header a, #mobile-header a:visited {
		color: #FFFFFF;
}
#mobile-header a:hover {
		color: #BBBBBB;
}
#sideNavi h3.category {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 29px;
    margin: 0 !important;
    padding: 5px 10px;
}
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
}



.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}


/* need to change depend on sidr id */
.sidr-inner span.sider-navToggle {
    background: url("../images/menuVertical/plus.gif") no-repeat scroll 0 0 #CCCCCC;
    display: block;
    float: right;
    height: 8px;
    margin-right: 5px;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 8px;
    width: 8px;
		padding:0px;
}
.sidr-inner span.sider-navToggleOpen {
    background: url("../images/menuVertical/minus.gif") no-repeat scroll 0 0 #CCCCCC;
    display: block;
    float: right;
    height: 8px;
    margin-right: 5px;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 8px;
    width: 8px;
}
