@CHARSET "UTF-8";

/* custom CSS */
/* カスタム設定を有効にするには、ID名・class名のアンダーバー[ _ ]を外してください。 */
/* .gradient1_ → .gradient1、.gradient2_ → .gradient2 */

.gradient1_ {

	background: #777777; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#6d6d6d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#6d6d6d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #858585,  #6d6d6d); /* for firefox 3.6+ */
}

.gradient2_ {

	background: #666666; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#535353'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#535353)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6c6c6c,  #535353); /* for firefox 3.6+ */
}

/* ヘッダ部グラデーション下部にアンダーラインを入れるため、高さを小さくする */
/*
#syncheader{
	background: #F08200;
}
#headertitle{
	top: 6px !important;
	* top: 8px !important;
}
#headergra1{
	height: 19px !important;
}
#headergra2{
	height: 20px !important;
	top: 18px !important;
}
#copyarea__{
	height: 21px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F08200;
}
#footer{
	width: 980px;
	height: 28px !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F08200;
}
*/