/*                                 */
/* じょじょチョイス スタイルシート */
/*                                 */

/***********************************************/
/*                 BODY要素                    */
/***********************************************/
body {
    background-color: #eeeeff;
    margin: 1em 0.7em 1em 0.7em;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    color: #000088;
}


/***********************************************/
/*               タイトル要素                  */
/***********************************************/
h1 {
    margin: 0.5em 0em 0em 0em;
    padding: 0.8em 0.5em 0.5em 0.5em;
    background-color: transparent;
    border-style: solid;
    border-width: 0em 0em 3px 1em;
    border-color: #000055;
    color: #000066;
    text-align: left;
    font-size: x-large;
    clear: both;
}


/***********************************************/
/*                 共通設定                    */
/***********************************************/
p {
    margin: 0em 10%;
    text-indent: 1em;
}

p.navi {
    margin: 0em 12%;
    text-indent: 0em;
}

p.navi1 {
    margin: 0.3em 0em 2em 0em;
    text-align: right;
    text-indent: 0em;
    font-weight: bold;
    clear: both;
}

p.navi2 {
    margin: 2em 0em 0.3em 0em;
    text-align: right;
    text-indent: 0em;
    font-weight: bold;
    clear: both;
}

div.explain {
    margin: 2em 6em;
    padding: 1em;
    color: inherit;
    background-color: #eeffff;
    border-width: 4px;
    border-color: #3333ff;
    border-style: double;
    clear: both;
}

div.signature {
    margin: 0em;
    padding: 0.8em 0.5em 0.5em 0.5em;
    background-color: transparent;
    border-style: solid;
    border-width: 3px 0em 0em 0em;
    border-color: #000055;
    color: #008000;
    text-align: right;
    font-size: x-small;
    font-weight: bold;
}

address {
    margin: 0em;
    padding: 1em 0em;
    border-color: #000055;
    border-width: thin 0em 0em 0em;
    border-style: solid;
    font-style: normal;
    text-indent: 1em;
}

hr {
    display: none;
}


/************************************************/
/*                 リスト関係                   */
/************************************************/
ul {
    margin: 1em auto;
    text-align: left;
}

dl.add {
    margin: 2em 3em;
}

dl.add dt {
    text-align: left;
    float: none;
    white-space: normal;
}

dl.add dd {
    margin: 1em auto;
}

/************************************************/
/*                  フォーム                    */
/************************************************/
fieldset {
    margin: 2em;
    padding: 2em;
    border-style: solid;
    border-width: 3px;
    border-color: #000080;
    background-color: transparent;
    color: #222222;
    clear: both;
}

fieldset.admin {
    margin: 1em 0.5em;
    padding: 0.5em 1em;
    background-color: #ffffff;
    text-align: right;
}

legend {
    display: none;
}

label {
    font-weight: bold;
}


/************************************************/
/*                テーブル関係                  */
/************************************************/
table {
    margin: 2em 5%;
    width: 90%;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: #8888ff;
    clear: both;
}

thead th {
    background-color: #4444ff;
    color: #eeeeee;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border-style: solid solid double solid ;
    border-width: 1px 1px 3px 1px;
}

th, td {
    color: inherit;
    background-color: #ffffff;
    padding: 2px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #8888ff;
}

tbody th {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

col {
    padding: 0em 0.3em;
}

table col.rank {
    text-align: right;
}

table col.delete {
    text-align: center;
}

table col.item {
    text-align: left;
    white-space: normal;
}

table col.button {
	width: 5em;
    text-align: center;
    white-space: nowrap;
}

table col.hit {
    text-align: right;
    white-space: nowrap;
}

table col.rate {
    text-align: right;
    white-space: nowrap;
}

table form {
    margin: 0em;
}


/************************************************/
/*                インライン要素                */
/************************************************/
a {
    background-color: transparent;
    color: #0000bb;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    background-color: transparent;
    color: #4466ff;
}

a:hover {
    background-color: transparent;
    color: #4466ff;
    text-decoration: underline;
}

a:active {
    background-color: transparent;
    color: #880000;
}

a.mail {
    text-decoration: underline;
}

em.item {
    background-color: transparent;
    color: #ff0000;
    font-weight: bold;
    font-style: normal;
}

strong {
    background-color: transparent;
    color: #ff0000;
    font-weight: bold;
}

input.button {
    width: 5em;
}

span.info {
    background-color: transparent;
    color: #666666;
    font-size: x-small;
    font-weight: normal;
}


/* end_of_file */
