@CHARSET "UTF-8";

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

.gradient1 {

	background: #55bbbb; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc1c0', endColorstr='#3ca3a2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#7dc1c0), to(#3ca3a2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #7dc1c0,  #3ca3a2); /* for firefox 3.6+ */
}

.gradient2 {

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

/* ヘッダ部グラデーション下部にアンダーラインを入れるため、高さを小さくする */
/*
#syncheader{
	background: #a7a7a7;
}
#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;
}
*/