div.whatsnew {

	margin: 20px 10px 10px 0px;

	width: 725px;

	height: 100px;

	overflow: auto;

	padding: 10px;

	background: #eeeeee;

	text-align: left;

	font-size: 12px;

	border: #aaaaaa 1px solid;

	line-height: 18px; 

}

div.whatsnew2 {

	margin: 20px 10px 10px 0px;

	width: 780px;

	height: 250px;

	overflow: scroll;

	padding: 10px;

	background: #ffffff;

	text-align: left;

	font-size: 13px;

	border: #aaaaaa 1px solid;

	line-height: 18px; 

}

div.whatsnewtitle {

	margin: 0px 0px 10px 0px;

	font-weight: bold;

	color: #555555;

	text-align: center;

}

.title {

	font-weight: bold;

	color: #ff0000;

}



a.red:link {
 text-decoration : underline; 
 color : #ff0000; 
 }
 a.red:visited {
 text-decoration : underline; 
 color : #ff0000; 
 }
 a.red:active {
 text-decoration : underline; 
 color : #ff0000; 
 }
 a.red:hover {
 text-decoration : underline; 
 color : #ff0000; 
 }

span.new {
 display: none;
 color: deeppink;
 font-weight: bold;
}

div.link7{/*カテゴリ全体枠*/
  color: #343434;/*文字色*/
  font-size: 12px;/*文字サイズ*/
  margin: 2.5em 1em 4em 3.5em;
  border: solid 1px #9494A9;/*全体枠の色*/
  width: 350px;/*全体の幅*/
  }
.link7 .cath{/*カテゴリタイトル部分の設定*/
  background-color: #646468;/*背景色*/
  color: #FEFEFF;/*文字色*/
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 45% 0.5em 0;
  padding: 0.3em 0.8em 0.2em 1em;
  border-left: double 18px #FFFFFF;/*ページ背景色と同じに*/
  position: relative;
  z-index: 1;
  top: -8px;
  left: -9px;
  white-space: nowrap;
  }
.link7 dl{/*リンク一つ分の枠の設定*/
  margin: 1em -7px 1px 0;
  padding: 0.4em;
  border-style: solid dotted double double;
  border-width: 1px 1px 1px 11px;
  border-color: #949496;/*枠の色*/
  position: relative;
  z-index: 1;
  left: -6px;
  }
.link7 .type1 dt{/*TYPE1のバナー部分の設定*/
  margin: 0;
  padding: 0.2em 0.4em;
  }
.link7 .type1 dd{/*TYPE1の説明文部分の設定*/
  background-color: #F7F7F9;
  margin: 0;
  padding: 0.3em 0.4em;
  }
img{
	border: 0px;
	/* 以下、右クリック＆長押し禁止 */
  pointer-events: none; 
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
