@CHARSET "UTF-8";

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

.gradient1 {

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

.gradient2 {

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


/* 再設定 */
#syncheader{
/*	height: 55px;*/
}
#headertitle{
/*	height: 55px;*/
/*	top: 0px;*/
}
#headersub{
/*
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 0.7em;
*/
}

/* カスタマイズエリア ボタンを配置したりできます。*/
/* visibility をvisibleに変更 */
/* display をblockに変更 */
#customarea_{
	display:none;
	position:absolute;
	width: 270px;
	height: 35px;
	top: 545px;
	right:400px;
	font-size:10px;
	line-height:14px;
	
	visibility:hidden;
}
/*
#sousaarea{
	height: 44px;
	padding-top:3px;
}
*/
#ended_out{
	opacity:0;
}

#sousabtn li a{
	background-color:#3e4055;
	color:#fff;
	font-size:12px;
	width:100px;
	line-height:19px;
	padding-top:7px;
	padding-bottom:6px;
}
#sousabtn li#sousa_DL a{
	background-color:#6e707f;
	color:#fff;
	width:127px;
}
#sousabtn__ li#sousa_DL a img{
	display:none !important;
}
#sousabtn li#sousa_MovSync a{
	background-color:#3e4055;
	color:#fff;
}
#sousabtn__ li#sousa_MovSync a img{
	display:none !important;
}
#sousabtn li#sousa_DocSync a{
	background-color:#6e707f;
	color:#fff;
}
#sousabtn__ li#sousa_DocSync a img{
	display:none !important;
}



#btnTenkai{
	width: 140px;
	height:19px;
	font-size: 12px;
}

.lk0_{
	position:absolute;
	top:46px;
	left:1px;
	font-size:12px;
	line-height:60px;
	background:#EEE;
}
.lk1_{
	position:absolute;
	top:68px;
	left:110px;
	font-size:12px;
	line-height:15px;
	padding-top:1px;
	padding-left:21px;
	text-indent:0px;
	background-image: url(../_images/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.lk1{
	display:none;
}

.ptem25{
	padding-top:2.5em;
}


