body {
	font-family:'メイリオ',Meiryo,"MS P Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", verdana, sans-serif;
	font-size:12px;
	color: #333;
	background: #fff;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

a {
	color: #1991E6 ;
}
a:visited {}
a:hover{
	color: #85CBFE;
}
a:active {}

#news {
	margin:0;
	position: relative;
	clear:both;
	min-width: 360px;
}

.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tab {
	float: left;
	width: 25%;
	list-style-type: none;
	text-align: center;

}
.tab a {
	display: block;
	margin-right: 1px;
	font-size: 13px;
	font-weight: bold;
	min-width: 89px;
	min-height: 40px;
	line-height: 40px;
	background-color: #777;
	text-decoration: none;
	color: #FFF ;
	border-radius:5px 5px 0 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.3) inset,0 18px 0px 1px rgba(255, 255, 255, 0.2) inset;
}

.tab.active {
	/*text-decoration: underline;*/
}


/*.tab-0 a {*/
	/*background: #2363D5;*/
/*}*/
/*.tab-1 a {*/
	/*background: #819BD5;*/
/*}*/
/*.tab-2 a {*/
	/*background: #5DCAEC;*/
/*}*/
/*.tab-3 a {*/
	/*margin-right: 0;*/
	/*background: #9dc668;*/
/*}*/
.tab-0 a {
	background: #1b4ea4;
}
.tab-1 a {
	background: #697ead;
}
.tab-2 a {
	background: #4a9fba;
}
.tab-3 a {
	margin-right: 0;
	background: #86ab57;
}





.tab-0 a:hover,.tab-0.active a {

	background: -moz-linear-gradient(top,  #3d84ff 0%, #2363d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d84ff), color-stop(100%,#2363d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d84ff 0%,#2363d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d84ff 0%,#2363d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d84ff 0%,#2363d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d84ff 0%,#2363d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d84ff', endColorstr='#2363d5',GradientType=0 ); /* IE6-9 */

}
.tab-1 a:hover,.tab-1.active a {

	background: -moz-linear-gradient(top,  #a8c8ff 0%, #819bd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8c8ff), color-stop(100%,#819bd5));
	background: -webkit-linear-gradient(top,  #a8c8ff 0%,#819bd5 100%);
	background: -o-linear-gradient(top,  #a8c8ff 0%,#819bd5 100%);
	background: -ms-linear-gradient(top,  #a8c8ff 0%,#819bd5 100%);
	background: linear-gradient(to bottom,  #a8c8ff 0%,#819bd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c8ff', endColorstr='#819bd5',GradientType=0 );

}
.tab-2 a:hover,.tab-2.active a {

	background: -moz-linear-gradient(top,  #91e5ff 0%, #5dcaec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91e5ff), color-stop(100%,#5dcaec));
	background: -webkit-linear-gradient(top,  #91e5ff 0%,#5dcaec 100%);
	background: -o-linear-gradient(top,  #91e5ff 0%,#5dcaec 100%);
	background: -ms-linear-gradient(top,  #91e5ff 0%,#5dcaec 100%);
	background: linear-gradient(to bottom,  #91e5ff 0%,#5dcaec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91e5ff', endColorstr='#5dcaec',GradientType=0 );

}
.tab-3 a:hover,.tab-3.active a {
	background: -moz-linear-gradient(top,  #c2ef83 0%, #9dc668 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2ef83), color-stop(100%,#9dc668));
	background: -webkit-linear-gradient(top,  #c2ef83 0%,#9dc668 100%);
	background: -o-linear-gradient(top,  #c2ef83 0%,#9dc668 100%);
	background: -ms-linear-gradient(top,  #c2ef83 0%,#9dc668 100%);
	background: linear-gradient(to bottom,  #c2ef83 0%,#9dc668 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ef83', endColorstr='#9dc668',GradientType=0 );

}

.tab a:hover {
	/*opacity:0.8;*/
	/*filter: alpha(opacity=90);*/
	/*-ms-filter: "alpha(opacity=90)";*/
}

.tab-content {
	display: none;
	clear:both;
	/*overflow-y: scroll;*/
}
.tab-content-0 {
	display: block;
}

.no-news {
	margin:10px;
}



#news img {
	vertical-align:middle;
}

#news dl {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

#news dl > dd:last-child {
	border-bottom: none;
}

#news dl dt {
	font-weight:normal;

	min-width: 72px;
	float: left;
	clear:both;
	margin:0;
	padding:3px 5px 0 5px;
}
#news dl dd {
	margin:0;
	padding: 1px 5px 4px 5px;
	display:block;
	clear: both;
	border-bottom: 1px solid #ccc;
}

#news .news-cat {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 3px 0 5px;
	padding: 0 3px;
	background-color:#666;
	line-height:1.5;
	color:#fff;
	min-width: 8em;
	font-size:10px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;

	display:inline-block;
	*display:inline;
	*zoom:1;
}

#news .cat1 {	background-color:#ed5b60;}
#news .cat2 {	background-color:#9dc668;}
#news .cat3 {	background-color:#3887bc;}
#news .cat4 {	background-color:#f7b15f;}
#news .cat5 {	background-color:#F391E6;}
#news .cat6 {	background-color:#A067C5;}
#news .cat7 {	background-color:#BC3846;}
#news .cat8 {	background-color:#5FD8F7;}
#news .cat9 {	background-color:#819BD5;}
#news .cat10{	background-color:#7A7A7A;}

.view-all{
	text-align: center;
	padding: 10px 10px;
	border-top:1px solid #CCC;

}
.view-all a{
	display: inline-block;
	padding: 2px 8px;
	border: 2px solid #4E4E4E;
	border-radius: 8px;
	text-decoration: none;
	max-width: 180px;
	width: 20%;
	min-width: 100px;
	background-color: #000;
	color: #FFF !important;
}


.lte-ie8 #news .view-all {
	border-top:0;

}


/* type_2 style */

body.type_2 {
	background-color: #000;
	color:#fff;
}
body.type_2 a {
	color: #FFFF33;
}
body.type_2 a:visited {}
body.type_2 a:hover{
	color: #feffcd;
}

body.type_2 .tab a {
	color: #fff;
}
/* // type_2 style */