.body{
	font-color: #999999;
	background-image: url(img/body_back.jpg);
}
div.header {
	font-size: 10pt;
}

a:link{
	color:#c46200;
	text-decoration : none;
}

a:visited{
	color:#c46200;
	text-decoration : none;
}

a:hover{
	color:blue;
	text-decoration : underline;
}

a:active{
	color:#ff8000;
	text-decoration : none;
}

.prize{
	font-size:10pt;
}

.detail{
	color:#800000
}

.in{
	font-size:10pt;
	border:1px solid #800000;
}

div.box{
	position: static;
	padding: 8px;
	
	background: #ffffff; 
	border: 1px solid #ff0000;
	/*border-style: solid;*/
	font-size: 15px;
	color: #000
}

div.box_prize{
	position: static;
	padding: 8px;
	
	background: #ffffff; 
	border: 1px solid #0b69f7;
	/*border-style: solid;*/
	font-size: 15px;
	color: #000

}

.login_detail{
	font-size:10pt;
	color:#800000
}

.div_title{
	color:#256cf1;
	border-bottom-style: double;
	border-color:#f4228b;
	font-size:12pt;
	font-weight:bold;
}

.indis{
	position: static;
	padding: 8px;
	
	background: #ffecff; 
	border: 1px solid #ff0000;
	/*border-style: solid;*/
	font-size: 15px;
	color: #000
}

.exp{
	font-size:10pt;
}

.account{
	border-bottom: 1px;
	border-bottom-color: blue;
	font-size:15px;
	color:#256cf1
}

/*
 *リスト
 */
dl.detail {
	font-size:10pt;
	line-height: 1.2;
	margin: 1em 0;
	width: 100%;
}

dl.detail dt {
	background:#ffffff;
	width: 10em;
	padding-bottom: 1px;
	text-indent: 1em;
	border-bottom: groove 2px #0080ff;
}
dl.detail dd {
	color:#444444;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
}

/*
 * リスト２
 */
dl.detail_check {
	font-size:10pt;
	line-height: 1.2;
	margin: 1em 0;
	width: 100%;
}

dl.detail_check dt {
	font-weight:bold;
	background:#ffffff;
	width: 10em;
	padding-bottom: 1px;
	text-indent: 1em;
	border-bottom: groove 2px #f448ec;
}
dl.detail_check dd {
	color:#444444;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
}

/*
 *応募登録確認リスト
 */
dl.confir{
	color:#603506;
	font-size:10pt;
	line-height: 1.2;
	margin: 1em 50;
	width: 100%;
}

dl.confir dt{
	background:#ffffff;
	width: 10em;
	padding-bottom: 1px;
	text-indent: 1em;
	border-bottom: groove 2px #f98f1c;
}

dl.confir dd{
	color:#444444;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
}

/*
 * アカウント登録リスト
 */
dl.newaccount{
	font-size:10pt;
	border:1px solid #999;
	width:820px;
}
dt.newaccount{
	color:#603506;
	float:left;
	width:180px;
	padding:8px 10 5px 10px;
	clear:both;
	border-bottom: groove 2px #f98f1c;
}
dd.newaccount{
	width:600px;
	margin-left:0px;
	padding:5px 5px 5px 10px;
	
}
dt.empty{
	color:#603506;
	float:left;
	width:180px;
	padding:8px 10 5px 10px;
	clear:both;
}

/*
 * アカウント登録リスト
 */
dl.user_info{
	font-size:10pt;
	border:1px solid #999;
	width:820px;
}
dt.user_info{
	color:#0000a2;
	float:left;
	width:180px;
	padding:8px 10 5px 10px;
	clear:both;
	border-bottom: groove 2px #00ffff;
}
dd.user_info{
	width:600px;
	margin-left:0px;
	padding:5px 5px 5px 10px;
	
}
dt.info_empty{
	color:#0000a2;
	float:left;
	width:180px;
	padding:8px 10 5px 10px;
	clear:both;
}
/*
 * 検索フォーム
 */
form.serch {
    position: relative;
    margin: 0;
    padding: 0;
    top:5;
    bottom:0;
    width: 820px;
    height: 30px;
}

/*
 * 検索フォーム
 */
form.serch1 {
    position: relative;
    margin: 0;
    padding: 0;
    top:5;
    bottom:0;
    width: 820px;
    height: 30px;
}

/*
 * ショッピングレビュー
 */

div.buyps {
	height: 700px;
	width: 800px;
	overflow-y: scroll;
}

table.buypslist {
	width: 780px;
}

table.buypslist td.icon {
	width: 120px;
	text-align: center;
}

table.buypslist td.title {
	width: 540px;
	text-align: left;
	margin-left: 10px;
}	
a.img {
	text-decoration : none;
	border : none;
}

img.ico {
	margin : 0;
	padding : 0;
	border : none;
}
.i {
    margin-left:1em;
    margin-right:1em;
    background-color:#c0ffc0;
}
.table-01 {
    width: 600px;
    border: 1px #808080 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-01 th {
    width: 200px;
    padding: 5px;
    border: #808080 solid;
    border-width: 0 0 1px 1px;
    background-color:#C0C0C0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.table-01 td {
    padding: 5px 5px 5px 30px;
    border: 1px #808080 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
