@CHARSET "UTF-8";
/* CSSりせっと */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}

img {
	vertical-align: bottom;
}

table{
    border-spacing:0;
	border-style:none;
	margin:0px;
	padding:0px;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: normal;
}

/* ここから本来の定義のやつ */

body {
	width:100%;
	min-width:960px;
	font-size:15px;
	color:#606060;
	background-color:#fbaf5b;
	line-height:1.35;
	font-family:Arial, Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

strong {
	font-weight: bold;
}

a {
	color: #f26522;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a04020;
	background-color: #ffc0a0;
}

/* コンテナ */

#container {
	width: 990px;
	margin: 0px auto;
	background-color:#ffa080;
}

/* テキストを消して、画像リンクにする処理 */

#top_navi a,
#top_home a,
#minibox_login .login,
#register_navi a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -9999px;
	text-decoration: none;
	background-color: transparent;
}

/* フラッシュメッセージ */

#flashMessage {
	text-align: center;
	background-color: #80ff80;
	font-weight: bold;
	padding: 4px;
}

/* ヘッダー部分コンテナ */

div#header {
	width: 990px;
	height: 117px;
	position : relative;
}

/* ロゴ部分 */

h1 {
	font-size: 75%;
	width: 242px;
	height: 78px;
	background-image: url("/img/logo.jpg");
	background-repeat: no-repeat;
}

/* ナビゲーション部分 */

ul#top_navi {
	top: 0px;
	left: 242px;
	position : absolute;
}

#top_navi li {
	width: 95px;
	height: 78px;
	background-repeat: no-repeat;
	position : absolute;
	top: 0px;
	overflow: hidden;
}

li#top_navi_1 {	left: 0px; }
li#top_navi_2 {	left: 95px;	}
li#top_navi_3 {	left: 190px;	}
li#top_navi_4 {	left: 285px;	}
li#top_navi_1 a {	background-image: url("/img/btn_off_1.jpg");	}
li#top_navi_2 a {	background-image: url("/img/btn_off_2.jpg");	}
li#top_navi_3 a {	background-image: url("/img/btn_off_3.jpg");	}
li#top_navi_4 a {	background-image: url("/img/btn_off_4.jpg");	}

ul#top_navi {
	top: 0px;
	left: 242px;
	position : absolute;
}

/* 新規登録ボタン */

#register_navi li {
	width: 55px;
	height: 24px;
	background-color: transparent;
	position : absolute;
	top: 14px;
	left: 301px;
	overflow: hidden;
}

/* ログインミニボックス */

#minibox_login {
	top: 0px;
	left: 622px;
	width: 368px;
	height: 78px;
	background-image: url("/img/minibox_login.jpg");
	position : absolute;
}

#minibox_login .username {
	top: 17px;
	left: 182px;
	width: 114px;
	height: 18px;
	border: 0px none;
	position : absolute;
}

#minibox_login .password {
	top: 42px;
	left: 182px;
	width: 114px;
	height: 18px;
	border: 0px none;
	position : absolute;
}

#minibox_login .login {
	top: 42px;
	left: 301px;
	width: 55px;
	height: 24px;
	border: 0px none;
	background-color: transparent;
	position : absolute;
	overflow: hidden;
}

/* ステータスミニボックス */

#minibox_status {
	top: 0px;
	left: 622px;
	width: 368px;
	height: 78px;
	background-image: url("/img/minibox_status.jpg");
	position : absolute;
}

#minibox_status .name {
	text-align: center;
	top: 15px;
	left: 224px;
	width: 120px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	position : absolute;
}

#minibox_status .balance {
	text-align: center;
	top: 41px;
	left: 224px;
	width: 120px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	position : absolute;
}

/* ヘッダーのおしり */

#head_part_2 {
	top: 78px;
	left: 0px;
	width: 990px;
	height: 39px;
	color: white;
	font-weight:bold;
	text-decoration: blink;
	background-image: url("/img/head_part_2.jpg");
	position : absolute;
}

/* メインコンテンツ */

#content {
	width: 930px;
	padding: 0px 30px;
	background-image: url("/img/contents_back.jpg");
}

/* フッター */

#footer {
	width: 990px;
	height: 28px;
	background-image: url("/img/contents_footer.jpg");
}

/* ぬこおく速報 */

#news_flash {
	width: 930px;
	height: 39px;
	background-image: url("/img/news_flash_back.jpg");
	text-indent: 130px;
	line-height: 32px;
	font-size: 100%;
	font-weight: bold;
}

/* はうつーばなー */

#howto_banner {
	width: 930px;
	height: 65px;
	background-image: url("/img/howto_banner.jpg");
	margin-bottom: 8px;
}

/* 最新のオークションタイトル部分 */

#title_latest_auc {
	width: 930px;
	height: 45px;
	background-image: url("/img/title_latestauc.jpg");
}

/* 最新の落札オークションタイトル部分 */

#title_latest_end {
	width: 930px;
	height: 45px;
	background-image: url("/img/title_latestend.jpg");
}

/* オークションボックス */

#aucboxes {
	margin-left: 22px;
	margin-bottom: 24px;
}

.aucbox {
	width: 159px;
	height: 234px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	padding: 4px 6px;
	line-height:1.2;
}

.aucbox_1 {	background-image: url("/img/auc_box_1.gif");}
.aucbox_2 {	background-image: url("/img/auc_box_2.gif");}
.aucbox_3 {	background-image: url("/img/auc_box_3.gif");}

.aucbox .no {
	text-align: center;
	font-weight: bold;
	font-size: 75%;
}

.aucbox .name {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	word-wrap: break-word;
	word-break: normal;
	color: #f26522;
	height: 2.4em;
}

.aucbox .image {
	margin: 0px auto;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.aucbox .countdown {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: black;
}

.aucbox .price {
	text-align: center;
	font-size: 135%;
	font-weight: bold;
	color: #f68e56;
}

.aucbox .bidder {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: blue;
}

.aucbox .bid {
	text-align: center;
	height: 29px;
}

.aucbox .message {
	text-align: center;
	font-size: 75%;
}

.aucbox .message span{
	color: red;
	background-color: yellow;
	font-weight: bold;
}

/* mypage */

#leftsidebox {
	float: left;
	width: 180px;
}

.modbox1 {
	width: 180px;
	padding-bottom: 18px;
	background-image: url("/img/modbox1_bottom.gif");
	background-position: bottom;
	margin-bottom: 8px;
}

.modbox1 .title {
	background-image: url("/img/modbox1_top.gif");
	height: 30px;
	line-height: 23px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.modbox1 .contents {
	background-image: url("/img/modbox1_contents.gif");
	background-repeat: repeat-y;
	padding: 0px 8px;
}

.nukoicon {
	background-image: url("/img/nukoicon.jpg");
	width: 180px;
	height: 180px;
	margin-bottom: 8px;
}

.title_h2 {
	color: white;
	background-color: #f26522;
	font-size: 170%;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 8px;
}

#right_contents {
	float: right;
	width: 740px;
}

#right_contents .subtitle {
	color: #f26522;
	border-width: 0px 0px 2px 16px;
	border-color: #f26522;
	border-style: solid;
	font-size: 135%;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 8px;
}

#right_contents .contents {
	margin-left: 20px;
	margin-bottom: 16px;
}

.form_type_1 {
	line-height: 1.5;
	margin: 0px auto;
	width: 500px;
}

.form_type_1 div.text label,
.form_type_1 div.password label,
.form_type_1 div.select label,
.form_type_1 div.date label {
	float: left;
	width: 200px;
}

.form_type_1 div.text input,
.form_type_1 div.password input {
	width: 200px;
}

.form_type_1 div.input,
.form_type_1 div.submit {
	clear: both;
	padding: 4px 0 6px 0;
}

.form_type_1 div.submit {
	text-align:center;
}

.form_type_1 .error-message {
	color: red;
	font-size: 75%;
}

.table_type_1 {
	margin: 0px auto;
	border-collapse: collapse;
}

.table_type_1 th,
.table_type_1 td {
	border: 1px solid #333333;
	padding: 4px;
}


.table_type_1 th {
	font-weight: bold;
	background-color: #FFCC99;
}

.auc_main {
	width: 682px;
	margin-bottom: 8px;
	background-image: url("/img/auc_contents.jpg");
	background-repeat: repeat-y;
	float: left;
}

.auc_main .title {
	background-image: url("/img/auc_top.jpg");
	height: 46px;
	line-height: 34px;
	padding-left:8px;
	color: black;
	font-weight: bold;
	font-size: 135%;
}

.auc_main .contents {
	background-image: url("/img/auc_contents.jpg");
	background-repeat: repeat-y;
	padding: 0px 8px;
}

.auc_main .bottom {
	height: 14px;
	background-image: url("/img/auc_bottom.jpg");
}

.auc_main .contents table.image {
	width:320px;
	height:320px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #FFCC99;
	float:left;
}

.auc_main .contents .auc_info {
	width: 336px;
	float:right;
}

.auc_info table {
/*	border:1px solid #FFCC99; */
	border-collapse:collapse;
	width: 100%;
}

.auc_info th,
.auc_info td {
	border-bottom:1px dashed #FFCC99;
	padding: 0px 4px;
}

.auc_info th {
	font-weight:bold;
	width: 80px;
}

.auc_info th.s_title {
	background-color:#FFCC99;
	text-align: center;
}

.auc_info td.s_price {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #f68e56;
}

.auc_info td.s_bidder {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: blue;
}

.auc_info td.s_countdown {
	text-align: center;
	font-size: 240%;
	font-weight: bold;
	color: #404040;
}

#auc_history,
#auc_userinfo,
#auc_bidbutler {
	width: 242px;
	margin-bottom: 8px;
	background-image: url("/img/auc_mbox_contents.jpg");
	background-repeat: repeat-y;
	float: right;
}

#auc_history .title,
#auc_userinfo .title,
#auc_bidbutler .title {
	background-image: url("/img/auc_mbox_top.jpg");
	text-align: center;
	height: 34px;
	line-height: 25px;
	padding-left:8px;
	color: #404040;
	font-weight: bold;
	font-size: 100%;
}

#auc_history .contents,
#auc_userinfo .contents,
#auc_bidbutler .contents {
	background-image: url("/img/auc_mbox_contents.jpg");
	background-repeat: repeat-y;
	padding: 0px 8px;
	position : relative;
}

#auc_history .bottom,
#auc_userinfo .bottom,
#auc_bidbutler .bottom {
	height: 14px;
	background-image: url("/img/auc_mbox_bottom.jpg");
}

#auc_history_table {
	width: 224px;
	margin: 0px auto;
	font-size:75%;
}

#auc_history_table th {
	font-weight:bold;
	border-bottom: 1px solid #808080;
}

#auc_history_table td {
	border-bottom: 1px dashed #c0c0c0;
}

#auc_history_table td.price {
}

.title_type_1 {
	color: white;
	background-color: #f26522;
	font-size: 170%;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 8px;
}

.title_type_2 {
	color: #f26522;
	border-width: 0px 0px 2px 16px;
	border-color: #f26522;
	border-style: solid;
	font-size: 135%;
	font-weight: bold;
	padding: 2px 8px;
	margin-bottom: 8px;
}

form#form_auc_bidbutler {
     background-color: #f3f3f3;
     border: solid 1px #a1a1a1;
     padding: 10px;
     width: 202px;
}

form#form_auc_bidbutler label {
     display: block;
     width: 80px;
     float: left;
     margin: 5px 0px;
	 text-align: right;
	 padding-right: 10px;
}

form#form_auc_bidbutler input {
     display: block;
     float: left;
}

form#form_auc_bidbutler input.text {
     width: 80px;
     margin: 5px 0px;
}

form#form_auc_bidbutler input.submit {
     width: 180px;
	 text-align: center;
}

form#form_auc_bidbutler br {
	clear: left;
}

.error-message {
	font-size:75%;
	color:red;
}

/* 
.auc_main .contents div.image {
	display: table;
}

.auc_main .contents div.image {
	width:320px;
	height:320px;
	display:table-cell;
	vertical-align:middle;
	background-color:#FFFFCC;
}
*/
