.normaltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.username {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.detaillabels {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #993300; line-height: 16px}
.listname { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #993300}
.listtop {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #006699}
.form {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.unnamed1 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; background-color: #FFFFFF}
.Nesebu_main { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; background-color: #D0E0E6; background-image: none}
.Nesebu_sub { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; background-color: #FFFFFF; background-image: none}
.Nesebu_height0 {  font-family: "Arial", "Osaka"; font-size: 10px; font-style: normal; line-height: 0px; font-weight: normal; font-variant: normal; height: 0px; width: 0px}
.Table01 {  font-family: "Arial", "Osaka"; font-size: 10px; font-style: normal; font-weight: bold; border: thin #000000 solid; letter-spacing: normal}
.Table02 { font-family: "Arial", "Osaka"; font-size: 10px; font-style: normal; font-weight: normal; border: thin #000000 solid; letter-spacing: normal }
.Bold {  font-family: "Arial", "Osaka"; font-size: 13px; font-weight: bold}
.Nomal { font-family: "Arial", "Osaka"; font-size: 13px; font-weight: normal}
.BSmall1 { font-family: "Arial", "Osaka"; font-size: 10px; font-weight: bold}
.Big { font-family: "Arial", "Osaka"; font-size: 20px; font-weight: bold}
.Small1 { font-family: "Arial", "Osaka"; font-size: 10px; font-weight: normal}
.Header { font-family: "Arial", "Osaka"; font-size: 14px; font-weight: bold; color:#5014C8}
.TableLine1 {  background-color: #E0E8FF}
.TableLine2 {  background-color: #F0F8FF}

/* ↓2007/04/26追加↓ */

/********************************
 TOPページのタイトル表示
********************************/
.title{
    text-align: right;
	padding-right: 5px;
	width: 150px;
	background-color: #FFFFFF;
	vertical-align: bottom;
    font: 12px;
}

.title_image {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0055CC;
	border-bottom-color: #0055CC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/********************************
 HOMEページの設定
********************************/
/* HOMEページのテーブル枠の設定 */
#homepage_tableline {
   border-top: solid 1px #DDDDDD;
   border-right: solid 1px #DDDDDD;
   border-left: solid 1px #DDDDDD;
   border-bottom: solid 1px #DDDDDD;
   width: 95%;
   height: 100%;
}

/* HOMEページのフォント設定 */
#homepage_font_date {
	color: #777777;
}
#homepage_font_topics {
	color: #003399;
}

/* HOMEページのテーブル枠の設定 */
#homepage_mainline {
   border-top: solid 1px #999999;
   border-right: solid 1px #999999;
   border-left: solid 1px #999999;
   border-bottom: solid 1px #999999;
   width: 800px;
}

.homepage_main {
   padding: 0px 9px 0px 0px;
   margin: 0px;
   width: 800px;
   text-align: left;
   background-repeat: repeat-y;
   background-position: right;
   background-image: url(pic/shadow.gif);
}

/* HOMEページのテーブル枠の設定 */
#homepage_headline {
   border-bottom: solid 1px #999999;
   width: 100%;
   height: 15px;
}

.homepage_headext {
   text-align: right;
	padding-right: 5px;
	color: #ffffff;
    font-size: 10px;
    font: Arial,sans-serif;
    font-weight: bold;
}

/********************************
 リンクページのテーブル枠の設定
********************************/
#linkpage_tableline {
   border-top: solid 1px #00CCFF;
   border-right: solid 1px #00CCFF;
   border-left: solid 1px #00CCFF;
   border-bottom: solid 1px #00CCFF;
   width: 500px;
}


/********************************
 フッタの表示
********************************/
.footer{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0055CC;
	padding-top: 5px;
	margin-top: 0px;
    text-align: right;
	padding-right: 5px;
    font: 12px;
}


/********************************
 標準のフォントサイズ
********************************/
* {
    font-size: 13px;
}
/* ↑2007/04/26追加↑ */

