/*-------------------------------------------背景*/
body {
background-color: #000000;
background-image: url(http://image.space.rakuten.co.jp/lg01/67/0000390367/34/img33f8b285zikdzj.gif);
background-attachment: scroll;
background-repeat: repeat;
text-align: center;
font-family: メイリオ,Meiryo,sans-serif;
a:link { color: #0f0; }
a:visited { color: #0c0; }
a:hover { color: #fff; }
a:active { color: #ccc; }
}
/*-------------------------------------------外枠*/
.table-main {
background-color: #000;
width: 800px;
border-style: none;
padding: 10px;
text-align: center;
}
/*---------------------------------------タイトル*/
/*外枠*/
.table-title {
border-bottom: solid 1px #444;
width: 100%;
}
/*内部*/
.td-title {
font-size: 16px;
font-weight: bold;
color: #0c0;
text-align: center;
}
/*-----------------------------------メッセージ欄*/
/*外枠*/
.table-message {
width: 100%;
border-style: none;
}
/*内部*/
.td-message {
font-size: 13px;
color: #aaa;
background-color: #000;
padding: 3px;
text-align: center;
}
/*-------------------------------------エラー表示*/
.td-error {
font-size: 13px;
font-weight: bold;
color: #f89;
}
/*---------------------------------------フォーム*/
/*外枠*/
.table-item {
width: 100%;
border-style: none;
}
/*内部（タイトル）*/
.td-item-title {
font-size: 13px;
font-weight: bold;
color: #aaa;
background-color: #000;
text-align: center;
padding: 3px;
}
/*内部（入力欄）*/
.td-item-comment {
font-size: 13px;
color: #aaa;
background-color: #000;
padding: 3px;
border-style: none;
}
/*-----------------------------------テキスト入力*/
/*--（中）名前など--*/
.form-textline01 {
font-size: 13px;
color: #000000;
width: 250px;
}
/*--フリー（ボックス）--*/
.form-textbox {
font-size: 13px;
color: #000;
width: 500px;
}
/*-------------------------------------送信ボタン*/
/*外枠*/
.table-submit {
width: 100%;
border-style: none;
}
/*内部*/
.td-submit {
background-color: #000;
text-align: center;
padding: 3px;
}
/*ボタン*/
.form-button {
border: #444 1px solid;
background-color: #eee;
width: 100px;
height: 30px;
color: #000;
font-size: 14px;
font-family: メイリオ,Meiryo,sans-serif;
font-weight: bold;
}
/*-----------------------------------------------*/
td.td-public {background-color: #111;border: #444 1px solid;color: #aaa;}
a:link { color: #0f0; }
a:visited { color: #0c0; }
a:hover { color: #fff; }
a:active { color: #ccc; }