/* ページ全般 */
body {
background-color: #C0C0C0;
margin: 0;
}
body, td {
color: #6A6A6A;
}

/* メニューリンク（通常） */
a.mb { text-decoration: none; }
a.mb:link { color: #808080; }
a.mb:visited { color: #666666; }
a.mb:hover { color: #C0C000; }
a.mb:active { color: #C0C000; }
/* メニューリンク（アクティブ） */
a.mba {
text-decoration: none;
font-weight: bold;
}
a.mba:link { color: #808080; }
a.mba:visited { color: #666666; }
a.mba:hover { color: #C0C000; }
a.mba:active { color: #C0C000; }

/* 通常リンク */
a:link { color: #0000FF; }
a:visited { color: #0000A0; }
a:hover { color: #C0C000; }
a:active { color: #C0C000; }

/* ヘッダエリア */
#head_area {
background-image: url(../image/head_back.gif);
border-bottom: 1px gray solid;
padding-top: 2px;
padding-bottom: 2px;
}

/* メインエリア */
#top_main1 {
background: #FFFFFF url(../image/top1.jpg) no-repeat left top;
}
#top_main2 {
background: #FFFFFF url(../image/top2.jpg) no-repeat left top;
}
#top_main3 {
background: #FFFFFF url(../image/top3.jpg) no-repeat left top;
}
#profile_main {
background: #FFFFFF url(../image/profile.jpg) no-repeat left top;
padding-bottom: 30px;
}
#news_main {
background: #FFFFFF url(../image/news.jpg) no-repeat left top;
padding-bottom: 30px;
}
#gallery_main {
background-color: #FFFFFF;
padding-bottom: 30px;
}
#poster_main {
background-color: #FFFFFF;
padding-bottom: 30px;
}
#poster_main2 {
background-color: #FFFFFF;
padding-bottom: 30px;
}
#column_main {
background: #FFFFFF url(../image/column.jpg) no-repeat left top;
padding-bottom: 30px;
}
#fanletter_main {
background: #FFFFFF url(../image/fanletter.jpg) no-repeat left top;
padding-bottom: 30px;
}
#link_main {
background: #FFFFFF url(../image/link.jpg) no-repeat left top;
padding-bottom: 30px;
}
#mente_main {
background-color: #FFFFFF;
padding-bottom: 30px;
}
#thanks_main {
background-color: #FFFFFF;
padding-bottom: 30px;
}

/* リンクメニュー */
#top_menu {
font-size: 10pt;
}
#page_menu {
font-size: 10pt;
text-align: right;
}

/* ページタイトル */
#page_title {
margin-bottom: 0;
text-align: right;
}

/* 水平線 */
.line {
margin-top: 5px;
margin-bottom: 40px;
text-align: right;
}

/* 見出し1 */
.md1 {
margin-bottom: 20px;
}
/* 見出し2 */
.md2 {
margin-bottom: 5px;
font-weight: bold;
}

/* 表内設定1（見出しの左寄せ） */
.table1 th {
text-align: left;
}

/* 写真リスト */
.photo_list {
margin-bottom: 30px;
}
/* 見出し */
.photo_list th {
text-align: left;
}
/* リンクの枠線色 */
.photo_list img {
border-color: #808080;
}

/* ギャラリーFLASH */
#gallery_flash {
margin-bottom: 30px;
}

/* ニュース */
#news_title {
font-weight: bold;
}
#news {
line-height: 150%;
}

/* コラム */
/* TOPコメント部分 */
#column_cmt {
margin-bottom: 50px;
}
#column_cmt small {
line-height: 150%;
}
/* リスト表示 */
.column_list {
margin-bottom: 60px;
}
/* 見出し */
.column_list th {
text-align: left;
}
/* 内容 */
.column_text {
line-height: 150%;
}

/* ファンレター */
/* TOPコメント部分 */
#fan_cmt {
margin-bottom: 30px;
}
#fan_cmt small {
line-height: 150%;
}
/* 項目表示 */
#fan_list {
margin-bottom: 20px;
}
/* 見出し */
#fan_list th {
text-align: left;
}

/* リンク */
/* リンクの枠線色 */
.link_list img {
border-color: #808080;
}

/* サンクス */
/* リスト */
.thanks_list {
margin-bottom: 30px;
}

/* フッタエリア */
#footer_area {
background: url(../image/foot_back.gif) repeat-x left top;
}
#copy {
color: #FFFFFF;
}
#flash_text {
line-height: 120%;
}
#flash_text a {
color: #000000;
text-decoration: none;
}

