/* 独自クラス定義 */

.position{
  font-size : 9pt;
  text-align: right;
  margin-right : 5%;
}
.index{
  font-size : 13pt;
  font-weight : bold;
  list-style-type : square;
}

.copyright{
/*** original
  text-decoration : underline;
  font-size : 10pt;
  white-space : nowrap;
 ***/
/***
	font-size	:9pt;
	line-height	:120%;
 ***/
	text-align	:right;
	margin-top	:2px;
}

.company{
  font-size : 15pt;
  font-weight : bold;
}

.post{
  font-size : 12pt;
  font-weight : bold;
}

.box{/
  border-width : 1 1 0 1px;
  border-style :  solid;
  border-color : #9696FF;
  position : relative;
  top : 10px;
  width : 350px;
}

.titlecharTop{
  font-size : 20pt;
  font-weight : bold;
  font-family : Arial Black;
  color : #FF2200;
}

.titlechar{
  font-size : 14pt;
  font-weight : bold;
  font-family : Arial Black;
  color : #9696FF;
  text-decoration:none;
}

.subtitle{
  font-size : 10pt;
  color : #9696FF;
  border-width : 1 0 0 0px;
  border-style :  solid;
  border-color : #9696FF;
}

