@CHARSET "UTF-8";

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

.gradient1 {

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

.gradient2 {

	background: #203a80; /* for non-css3 browsers */
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#203a80', endColorstr='#264a86'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#203a80), to(#264a86)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #203a80,  #264a86); /* 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;
}
*/