/*                                 */
/* じょじょチョイス スタイルシート */
/*                                 */

/***********************************************/
/*                 BODY要素                    */
/***********************************************/
body {
		background-color:#FFD5AF;
		background-image:url(http://products.rune.jp/special/r022purely/images/bg.gif);
		font-size:13px;
		color:black;
    margin: 1em 0.7em 1em 0.7em;
}
	html	{
		scrollbar-base-color: #FFBFA3;
		margin: 0px;
		font-family:"ＭＳ 明朝";
	}


/***********************************************/
/*               タイトル要素                  */
/***********************************************/
h1 {
    margin: 0.5em 0em 0em 0em;
    padding: 0.8em 0.5em 0.5em 0.5em;
    background-color: white;
    border-style: solid;
    border-width: 0em 0em 3px 1em;
    border-color: #FC8D77;
    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: #FC8D77;
    color: #000000;
    text-align: right;
    font-size: x-small;
}

address {
    margin: 0em;
    padding: 1em 0em;
    border-color: #FC8D77;
    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.admin {
    margin: 1em 0.5em;
    padding: 0.5em 1em;
    border-style: solid;
    border-width: 3px;
    border-color: #FC8D77;
    background-color: #ffffff;
    color: #222222;
    text-align: right;
    clear: both;
}

legend {
    display: none;
}

label {
    font-weight: bold;
}

input.button {
    width: 5em;
}

input.reset {
    display: none;
}


/************************************************/
/*                テーブル関係                  */
/************************************************/
table {
    margin: 2em 5%;
    width: 800px;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: #FFC9A1;
    clear: both;
}

thead th {
    background-color: #FC8D77;
    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: #FFC9A1;
}

tbody th {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

col {
    padding: 0em 0.3em;
}

table col.rank {
    text-align: right;
    width: 20px;
}

table col.delete {
    text-align: center;
}

table col.item {
    width: 180px;
    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 {
    width: 70px;
    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:link	{
		color:#E336CA;
		text-decoration: underline;
	}
	a:visited	{
		color:#E336CA;
		text-decoration: underline;
	}
	a:active	{
		color:#E336CA;
		text-decoration: underline;
	}
	a:hover {
		color:#412481;
		text-decoration: underline;
		position:relative;
		top:1px;/**/
		left:1px;/**/
	}
	
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;
}

em.new {
    background-color: transparent;
    color: #ff00ff;
    font-weight: bold;
}

span.info {
    background-color: transparent;
    color: #666666;
    font-size: x-small;
    font-weight: normal;
}


/* end_of_file */

