@import url("base.css");

html {
    overflow-y: scroll;
}
body {
    color:#222;
    font: 12px Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    background:url(/img/new/body_bg.gif) 0px 0px repeat-x #FFF;
}
#wrapper {
    width: 900px;
    text-align: left;
    margin: 0px auto;
}
#container {
    width: 900px;
    padding-top: 30px;
}
#content {
    width: 100%;
}
a {
    color: #3488C6;
}
a:hover {
    text-decoration: underline;
}
/**
 * messages
 */
.message {
    color: #D01A02;
    font-size: 16px;
    margin: 10px 0px 10px 5px;
    font-weight: bold;
    text-align: center;
}
.message .alert {
    color: #5E5E5E;
    margin: 10px 0;
}
.alert a {
    color: #FF6600;
    text-decoration:underline;
}
/**
 * error message
 */
div.form form div div.error-message {
    color: #D01A02;
    font-size: 13px;
    margin-left: 174px;
    margin-top: 5px;
    width: 300px;
    display: block;
}
/**
 * word break
 */
.wordBreak {
    word-break: break-all;
}
/**
 * form
 */
div.form form div {
    margin: 5px 0 10px 10px;
}
div.form form fieldset {
    border:1px solid #010101;
    margin: 5px 0 10px 10px;
    padding: 0 5px;
    font-size: 13px;
    width: 470px;
}
div.form form fieldset legend {
    float: left;
    margin: 5px;
}
div.form form fieldset label {
    margin-left: 4px;
    margin-right: 14px;
    vertical-align: top;
}
div.form form fieldset input {
    margin-left: 14px;
    border: none;
}
div.form form div.select span label, div.form form div.select span input {
    width: auto;
    border: none;
}
div.form form div label {
    display: inline-block;
    width: 170px;
    font-size: 13px;
}
div.form form div.textarea label {
    vertical-align: top;
}
div.form form div input {
    margin-left: 4px;
    padding: 3px 2px 3px;
    width: 300px;
}
div.form form div input.radio {
    position: relative;
    top: 4px;
    width: 20px;
    margin-left: 0px;
}
div.form form div.appli_check div.checkbox{
    display: inline;
    line-height: 22px;
    width: 180px;
    margin-left: 0;
}
div.form form div.appli_check div.checkbox label{
	width: 100px;
}
div.form form div.checkbox input{
    position: relative;
    top: 4px;
    width: 20px;
    margin-left: 0px;
}

div.form form div.radio_box label.radio_box_title{
	width:170px;
}
div.form form div.radio_box label {
    display: inline-block;
    width: 100px;
    font-size: 13px;
}
div.form form div.add_message{
    left: 175px;
    margin-top: 0;
    position: relative;
    top: -5px;
    color: #0000FF;
}

div.form form div input.tel, div.form form div input.fax, div.form form div input.zip {
    width: 60px;
    margin-left: -1px;
}
div.form form div select {
    border:1px solid #010101;
    margin-left: 4px;
    padding: 3px 2px 3px;
    width: 306px;
}
div.form form div textarea {
    margin-left: 4px;
    padding: 3px 2px 3px;
    border:1px solid #010101;
    width: 300px;
}
div.form form div input.image {
}
/*
div.form form div.submit input {
    display: block;
    margin: 20px auto;
}
*/
div.form form div.submit {
    margin: 20px auto;
    text-align: center;
}
div.form form div.submit input {
    margin: 10px;
    border: 0;
    height: 29px;
    width: 140px;
    color: #fff;
    background: url(/img/submit_long.jpg) left top no-repeat;
}
div.form form div.submit a {
    margin: 10px;
    border: 0;
    height: 29px;
    width: 140px;
    color: #fff;
    background: url(/img/submit_long.jpg) left top no-repeat;
    font-size:13px;
    margin-left:4px;
    padding:9px 2px;
    display: inline-block;
}
div.form form div.submit input:hover {
    cursor : pointer;
}
a.cancel {
    width: 142px;
    height: 29px;
    display: block;
    background: url(/img/submit_long.jpg) left top no-repeat;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size:13px;
    float: left;
    margin-top: 19px;
    margin-left: 100px;
}
a.deluser {
    width: 142px;
    height: 29px;
    display: block;
    background: url(/img/submit_long.jpg) left top no-repeat;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size:13px;
    float: left;
    margin-top: 10px;
    margin-left: 100px;
}
div.forgots {
    margin-top: 50px;
}
/**
 * confirm
 */
div.form h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 25px 0px;
    padding: 5px 0px 5px 10px;
    line-height: 20px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 10px solid #FF7C00;
    background: #FCFCFC;
}
div.form form div span.label {
    display: inline-block;
    width: 170px;
    font-size:13px;
}
div.form form div.textarea span.label {
    vertical-align: top;
}
div.form form div span.top {
    vertical-align: top;
}
div.form form div span.body {
    display: inline-block;
    font-size:13px;
    width: 300px;
}
/**
 * table
 */
table, td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
table {
    width: 650px;
    border:1px solid #CCC;
    margin: 10px auto;
}
thead th {
    background: #FFF url(/img/th_bck.gif) repeat-x;
    color: #666;
    padding: 5px 10px;
    border-left: 1px solid #CCC;
    text-align: center;
}
/*
thead th.asc {
    background: #EAEAEB url(/img/asc.gif) no-repeat -2% 50%;
    padding: 5px 0;
}
*/
tbody th {
    background: #fafafb;
    border-top: 1px solid #CCC;
    font-weight: normal;
}
tbody tr td {
    padding: 5px 10px;
    color: #454545;
}
tbody tr:hover {
    background: #FFF url(/img/tr_bck.gif) repeat;
}
tbody tr:hover td {
    color: #454545;
}
table a {
    color: #3488C6;
}
table a:link {
    color: #3488C6;
}
table a:visited {
    color: #666;
}
table a:hover {
    color: #003366;
    text-decoration: underline;
}
table a:active {
    color: #3488C6;
}

table.new_list{
	border:none;
	margin: 0 auto;
}

table.new_list tr td{
	border:none;
}
table.new_list tr td.new_title{
	font-weight: bold;
	width:525px;
}
table.new_list tbody tr:hover td {
    background: #FFF;
    font-weight: bold;
}
/**
 * table columns style
 */
table th.action {
    width: 50px;
    padding: 5px;
}
table td.id {
    text-align: right;
    width: 20px;
}
table td.date {
    text-align: center;
    width: 120px;
}
table td.action {
    text-align: center;
}
table td.action a.edit {
    padding-left: 20px !important;
    background: url(/img/edit-trans.png) no-repeat;
    display: block;
    text-indent:-9999px;
    float: left;
}
table td.action a.delete {
    padding-right: 20px !important;
    background: url(/img/editdelete-trans.png) no-repeat;
    display: block;
    text-indent:-9999px;
    float: right;
}
/**
 * header
 */
#header {
    width: 900px;
    height:120px;
    margin:0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}
#header h1 {
    margin:0px;
    padding: 0px;
    position: absolute;
    left: 190px;
    top: 59px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
#header p#logo {
    clear:both;
    margin: 0px;
    padding: 0px;
    height: 118px;
    width: 180px;
    left: 0px;
    top: 0px;
    position: absolute;
}
#header span {
    float:left;
}
#header p {
    display: block;
    float: right;
    margin: 6px 0 0 0;
}
#header a.navi {
    padding:0px 0px 0px 20px;
    background: #FFFFFF url(/img/new/cursor.gif) no-repeat left center;
}
#header #search {
    width: 390px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 62px;
    right: 10px;
}
#header #search input {
    font-family: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    background: url(/img/gray_search.gif) no-repeat 2px 2px;
    width: 300px;
    margin: 0px;
    padding: 1px 0px 2px 25px;
    font-size: 16px;
    height: 19px;
    border:1px solid #010101;
}
#header #search input.search {
    border:1px solid #010101;
    margin: 0px;
    _margin: 1px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    position: absolute;
    width: 33px;
    height: 24px;
}
#header ul {
    list-style: none;
    float: right;
}
#header li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
#header li#head1 {}
#header li#head2 {}
#header li#head3 {}
#header li#head1 a {
    display:block;
    width: 152px;
    height: 34px;
    background: url(/img/new/head_menu1.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#header li#head2 a {
    display:block;
    width: 152px;
    height: 34px;
    background: url(/img/new/head_menu2.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#header li#head3 a {
    display:block;
    width: 152px;
    height: 34px;
    background: url(/img/new/head_menu3.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
/**
 * footer
 */
#footer {
    clear: both;
    width: 900px;
    text-align: center;
    height: 65px;
    padding: 35px 0px 0px;
    color: #010101;
    background: #ffffff url(/img/new/footer_bg.gif) no-repeat 0px 0px;
    margin: 20px auto 0px;
    font-size: 12px;
}
#footer a {
    color: #000000;
}
#footer a:hover {
    text-decoration:underline;
}
/**
 * global manu
 */
#menu {
    margin: 0px auto;
    width: 900px;
}
#menu ul {
    width: 900px;
    height: 35px;
    text-align: center;
}
#menu ul li {
    display: block;
    float: left;
    text-indent: -9999px;
}
#menu ul li a {
    width: 180px;
    height: 35px;
    overflow: hidden;
    display: block;
}
#menu ul li#global1 a {
    background: url(/img/new/global_top.gif) no-repeat 0px 0px;
}
#menu ul li#global2 a {
    background: url(/img/new/global_sales.gif) no-repeat 0px 0px;
}
#menu ul li#global3 a {
    background: url(/img/new/global_buys.gif) no-repeat 0px 0px;
}
#menu ul li#global4 a {
    background: url(/img/new/global_mypage.gif) no-repeat 0px 0px;
}
#menu ul li#global5 a {
    background: url(/img/new/global_help.gif) no-repeat 0px 0px;
}
#menu ul li#global1 a:hover, #menu ul li#global1 a.current {
    background: url(/img/new/global_top_on.gif) no-repeat 0px 0px;
}
#menu ul li#global2 a:hover, #menu ul li#global2 a.current {
    background: url(/img/new/global_sales_on.gif) no-repeat 0px 0px;
}
#menu ul li#global3 a:hover, #menu ul li#global3 a.current {
    background: url(/img/new/global_buys_on.gif) no-repeat 0px 0px;
}
#menu ul li#global4 a:hover, #menu ul li#global4 a.current {
    background: url(/img/new/global_mypage_on.gif) no-repeat 0px 0px;
}
#menu ul li#global5 a:hover, #menu ul li#global5 a.current {
    background: url(/img/new/global_help_on.gif) no-repeat 0px 0px;
}
#menu ul li a:hover {
}
#menu ul li.current {
}
#menu ul li.current a {
}
/**
 * paginator
 */
.paginator {
    color: #fff;
}
.paginator span {
    color: #4A4A4A;
    text-decoration: underline;
}
.paginator span.current {
    color: #0574AF;
    font-weight: bold;
    text-decoration: none;
}
.paginator .paginate {
    font-size:12px;
}
.paginator span.prev {
    width: 26px;
}
.paginator span a {
    color: #4A4A4A;
}
.paginator span.next {
}
.paginator span.disabled {
}
/**
 * main contents
 */
#main {
    float: left;
    width: 710px;
}
#main .section {
    padding: 10px 0px 0px;
    margin: 0px;
}
#main h2 {
    margin: 10px 0 20px;
    background: url(../img/new/h2_bg.gif) no-repeat left top;
    line-height: 28px;
    padding: 0px 0px 0px 20px !important;
    font-size: 18px;
    font-weight: normal;
    color: #222;
}
#main .section h2 {
    margin: 10px 0 0px;
}
#main h2#topCategory {
    line-height: 28px;
    background: url(/img/new/index_h2_category.gif) no-repeat;
    text-indent: -9999px;
    margin: 0px 0px 10px;
}
#main h2#topNewsites {
    line-height: 28px;
    background: url(/img/new/index_h2_newestsites.gif) no-repeat;
    text-indent: -9999px;
    margin: 0px 0px 10px;
}
#main h2#topNewApp {
    line-height: 28px;
    background: url(/img/new/index_h2_newestappli.gif) no-repeat;
    text-indent: -9999px;
    margin: 0px 0px 10px;
}
#main h2#topAcquisition {
    line-height: 28px;
    background: url(/img/new/index_h2_acquisition.gif) no-repeat;
    text-indent: -9999px;
    margin: 0px 0px 10px;
}
#main h2#topInfo {
    line-height: 28px;
    background: url(/img/new/index_h2_information.gif) no-repeat;
    text-indent: -9999px;
    margin: 0px 0px 10px;
}
#main h2.bg {
    margin: 10px 0 20px;
    background: url(../img/new/h2_bg.gif) no-repeat left top;
    line-height: 28px;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    font-weight: normal;
    color: #222;
}
#main h3 {
    margin: 10px 0;
    font-size: 16px;
}
#main .section #add {
    text-align:center
}
/**
 * side-bar
 */
#sidebar {
    float: right;
    width: 180px;
    border: 1px solid #D7F4FF;
    background: #F6FDFF;
    padding: 0px 0px 10px;
}
#sidebar input {
    width: 140px;
    font-size: 13px;
    margin: 4px;
}
#sidebar div.child {
    margin-top: 2px;
    margin-bottom: 8px;
    border:0px;
    text-align:center;
}
/*
#sidebar div#logout {
    background:#EEF9FF url(/img/logout-trans.png) no-repeat scroll 100% 50%;
}
*/
#sidebar div#logout {
    border: none;
    width: 103px;
    height: 30px;
    background:#fff url(/img/new/submit.gif) no-repeat 0 0;
    display: block;
    padding-top: 8px;
    text-align: center;
}
#sidebar div#logout a {
    color: #fff;
    font-size: 13px;
}
/**
 * sidebar login
 */
div#login {
    padding: 10px 5px 0px;
    margin: 0px auto 10px;
    border: 1px solid #9CE7BC;
    width: 160px;
}
div#login h3 {
    font-size: 16px;
    color: #375267;
    border-bottom: 1px dotted #999;
    padding: 0px 0px 5px;
    margin: 0px 0px 5px;
}
div#login form label {
}
div#login form div input {
    font-family: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    margin-left: 4px;
    border:1px solid #010101;
}
div#login form div#button {
    text-align: right;
}
div#login form div input.btn_login {
    border: 0;
    height: 30px;
    width: 89px;
    color: #fff;
    background: url(/img/new/sidebar_login.gif) left top no-repeat;
}
div#login form div input.btn_login:hover {
    cursor : pointer;
}
div#login div.forgots {
    margin: 6px 0;
}
div#login a.lost-pwd {
    color: #FF6600;
    height: 18px;
    font-size: 11px;
    float: right;
    padding: 2px 2px 0 20px;/*    background: transparent url(/img/question-trans.png) no-repeat 0 0; */
}
div#login a.lost-pwd:hover {
    text-decoration:underline;
}
div#logout {
    display: block;
    width: 83px;
    height: 29px;
    background:#EEF9FF url(/img/logout-trans.png) no-repeat scroll 100% 50%;
}
/**
 * search form
 */
#search {
    width: 720px;
    text-align: center;
    margin: 20px 0 0 0;
}
#search input {
    font-family: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    background: transparent url(/img/gray_search.gif) no-repeat 2px 2px;
    width: 310px;
    margin: 0 0 0 350px;
    padding: 1px 0 2px 25px;
    font-size: 16px;
    height: 19px;
    border:1px solid #010101;
}
#search input.search {
    border:1px solid #010101;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 33px;
    height: 24px;
}
#search input.search {
    border:1px solid #010101;
    margin: 0;
    _margin: 1px 0 0 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 33px;
    height: 24px;
}
*:first-child+html #search input.search {
    margin-top: 1px;
}
#searchcategory {
    width: 100%;
    text-align: center;
    margin: 14px 0;
}
#searchcategory input {
    font-family: Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
    background: transparent url(/img/gray_search.gif) no-repeat 2px 2px;
    width: 450px;
    margin: 0 0 0 2px;
    padding: 1px 0 2px 25px;
    font-size: 16px;
    height: 19px;
    border:1px solid #010101;
}
#searchcategory input.search {
    border:1px solid #010101;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 33px;
    height: 24px;
}
#searchcategory input.search {
    border:1px solid #010101;
    margin: 0;
    _margin: 1px 0 0 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 33px;
    height: 24px;
}
*:first-child+html #searchcategory input.search {
    margin-top: 1px;
}
/**
 * entry
 */
div#entry {
    text-align: center;
    margin: 0px 0px 5px;
    padding: 5px 0px 0px;
}
div#entry a {
}
/**
 * help
 */
div#helps h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 25px 0px;
    padding: 5px 0px 5px 10px;
    line-height: 20px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 10px solid #FF7C00;
    background: #FCFCFC;
}
div#helps div {
    font-size: 14px;
    padding: 0px 20px;
}
div#helps ul {
    font-size: 14px;
}
div#helps ul.number li {
    list-style: decimal;
    margin-bottom: 10px;
    text-align:left;
}
div#helps ul.number2 li {
    list-style: decimal inside;
    clear: both;
    margin: 0px 0px 15px;
}
div#helps ul.number2 li img {
    margin: 0px 10px 10px 0px;
    float: left;
}
div#helps ul.number2 li p {
    margin: 0px 0px 10px;
    padding: 35px 0px 0px;
    float: left;
}
div#helps li div {
    margin-left: -2px;
}
div#helps ul.columns {
    width: 600px;
    margin: 0px auto;
}
div#helps ul.columns li {
    margin-bottom: 10px;
}
div#helps ul.columns li div {
    display: block;
    font-size: 14px;
}
div#helps ul.columns li div.title {
    float: left;
    width: 130px;
}
div#helps ul.columns li div.body {
    margin-left: 130px;
}
div#helps div.site-map li {
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: square;
    margin-left: 20px;
}
div#helps .help_title {
    font-size: 14px;
    margin: 4px 0;
    padding-left: 20px;
    background:url(/img/squ.gif) no-repeat scroll 0 50%;
    font-weight: bold;
}
div#helps .accordion {
    text-decoration: underline;
    color: #0000FF;
    margin-top: 10px;
    margin-bottom: 25px;
}
div#helps .bellow {
    margin-top: 7px;
}
div#helps .bellow li {
	margin-top: 10px;
    font-size: 14px;
    margin-left: 18px;
    list-style-type: square;
}
div#helps .bellow li a:link, div#helps .bellow li a:visited, div#helps .bellow li a:hover, div#helps .bellow li a:active {
    color: #0000FF;
}
div#helps div.toggle {
    display:block;
    float:left;
    width: 20px;
}
div#helps #all_open {
    background:#fff url(/img/folder-open.gif) no-repeat 0 0;
    display:block;
    text-indent:-9999px;
}
div#helps #all_close {
    background:#fff url(/img/folder-closed.gif) no-repeat 0 0;
    margin-left: 45px;
    display:block;
    text-indent:-9999px;
}
div#helps a:hover, div#helps span.answer {
    color: #046598;
    text-decoration:underline;
}
div#helps dl {
    font-size: 14px;
    padding: 20px;
}
div#helps dl dt {
    margin: 0px 0px 10px;
    font-weight: bold;
}
div#helps dl dd {
    margin: 0px 0px 10px;
}
div#helps p.name {
    font-size: 12px;
    text-align: right;
    padding: 20px 0px;
}
/** Top only **/
/*
 * category
 */
ul.categories {
    width: 690px;
    padding: 0px 10px;
}
ul.categories li {
    font-size: 14px;
    width: 150px;
}
ul.categories li span {
    white-space: nowrap;
    margin: 4px 5px;
    float: left;
}
ul.categories li a {
    color: #000;
    padding:0px 0px 0px 20px;
    font-size:13px;
    background: #FFFFFF url(/img/new/cursor.gif) no-repeat left center;
}
ul.categories li a:hover {
    color: #046598;
    text-decoration:underline;
    background: #FFFFFF url(/img/new/cursor_on.gif) no-repeat left center;
}
/*
 * what's new
 */
div#new {
}
div#new ul {
    font-size:12px;
    margin:0 0 10px;
    padding:0 10px;
    width:690px;
}
div#new .wrap {
    width: 610px;
    margin: 0px auto;
    padding: 0px 0px 0px 10px;
}
li.site {
    border-bottom:1px dotted #999999;
    padding:5px 0;
    text-align:left;
}
li.site .date {
    color:#FF6600;
    display:block;
    float:left;
}
li.site .title {
    color:#000000;
    display:block;
    margin:0 0 4px 90px;
    width:510px;
}
li.site a {
    color:#3488C6;
}
li.site a:hover {
    color: #046598;
    text-decoration:underline;
}
div.thumb {
    margin: .5em 0;
    margin-right: 13px;
    /*    border: 1px solid #999; */
    padding: 2px;
}
div.thumb a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
div.thumb a img {
    float: left;
    position: absolute;
    /*    top: -20px; */
    left: 0px;
    width: 100px;
}
ul.search div.image a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
ul.search div.image a img {
    float: left;
    position: absolute;
    /*    top: -20px; */
    left: 0px;
    width: 100px;
}
/*
 * announces
 */
#main div.announce a.backward {
    font-size:12px;
    float: right;
    margin: 10px 0 15px;
}
ul.announces {
    width: 690px;
    font-size:12px;
    padding: 0px 10px;
    margin: 0px 0px 10px;
}
ul.announces li {
    text-align: left;
    border-bottom:1px dotted #999999;
    padding:5px 0;
}
ul.announces li span.display_date {
    float: left;
    color: #FF6600;
    display: block;

}
ul.announces li span.body {
    margin: 0px 0 4px 90px;
    display: block;
    color: #000;
    width: 510px;
}

ul.acquisition {
    width: 690px;
    font-size:12px;
    padding: 0px 10px;
    margin: 0px 0px 10px;
}
ul.acquisition li {
    text-align: left;
    border-bottom:1px dotted #999999;
    padding:5px 0;
}
ul.acquisition li span.display_date {
    float: left;
    color: #FF6600;
    display: block;
}
ul.acquisition li span.body {
    margin: 0px 0 4px 90px;
    display: block;
    color: #000;
    width: 510px;
}


/**
 * category
 */

.category span.current {
    color: #046598;
    font-size: 14px;
    font-weight: bold;
	padding-left:19px;
	background: #FFFFFF url(/img/new/cursor_on.gif) no-repeat left center;
}
.category span.no-item {
    background:#FFFFFF url(/img/button.gif) no-repeat scroll 2px 6px;
    padding:0px 0px 0px 15px;
    vertical-align: bottom;
}
/**
 * search result
 */
div#result {
    clear: both;
    margin: 17px 0;
}
div#result h3 {
    margin: 17px 0;
}
div#result ul {
    padding: 30px 0px 0px;
}
div#result li .title {
    font-size: 16px;
    margin: 20px 0;
    padding: 5px;
    border-top: 1px solid #A7B4BA;
    border-right: 1px solid #A7B4BA;
    border-bottom: 1px solid #A7B4BA;
    border-left: 10px solid #A7B4BA;
}
div#result li .title a span {
    color: #333333;
}
div#result li span.date {
    padding: 0px 0px 0px 20px;
}
div#result li .image {
    width: 120px;
    float: left;
    padding: 0px 0px 0px 10px;
}
div#result li .detail {
    float: left;
    width: 580px;
}
div#result li .detail label {
    clear: left;
    float: left;
    margin: 0px 0px 0.8em;
    width: 10em;
    color: #000;
}
div#result li .detail div {
    margin-bottom: 0.8em;
    margin-left: 10em;
}
div#result div#sorter {
    font-size: 12px;
    float: right;
}
div#result div.counter {
    font-size: 12px;
    clear: both;
}
/*
 * what's new list
 */
ul.whatnew_list {
    width: 690px;
    padding: 0px 10px;
}
ul.whatnew_list li {
    font-size: 14px;
    width: 150px;
}
ul.whatnew_list li span {
    white-space: nowrap;
    margin: 4px 5px;
    float: left;
}
ul.whatnew_list li a {
    color: #000;
    padding:0px 0px 0px 20px;
    font-size:13px;
    background: #FFFFFF url(/img/new/cursor.gif) no-repeat left center;
}
ul.whatnew_list li a:hover {
    color: #046598;
    text-decoration:underline;
    background: #FFFFFF url(/img/new/cursor_on.gif) no-repeat left center;
}
/**
 * login
 */
#main div.login {
    width: 500px;
    margin-left: 140px;
}
.login form div {
    margin: 5px 0 10px 10px;
}
.login form div label {
    display: inline-block;
    width: 95px;
    font-size:13px;
}
.login form div input {
    margin-left: 70px;
    width: 180px;
}
.login form input.submit {
    border: 0;
    height: 29px;
    width: 83px;
    color: #fff;
    background: url(/img/submit.jpg) left top no-repeat;
}
.login form input.submit:hover {
    background: url(/img/submithover.jpg) left top no-repeat;
}
/**
 * mypage
 */
.mypage li {
    margin: 6px 0 20px;
    font-size: 16px;
}
.mypage li span {
    padding-left: 20px;
    background: url(/img/arrow.gif) no-repeat left 50%;
}

.mypage li p {
    text-align: right;
    width: 680px;
    font-weight: bold;
}

/*
.report h3 {
    border:1px dashed #CCCCCC;
    font-size: 16px;
    margin:10px 0;
    padding:5px;
}
.report table {
    width: 580px;
}
.report .center {
    text-align: center;
}
.report thead tr {
    background: #DCF1F2;
    font-size: 12px;
    text-align: center;
}
.report thead tr .date{
    width: 100px;
}
.report tbody tr {
    color: #1A1A1A;
    font-size: 14px;
    padding: 1px;
}
.report tbody tr a:hover {
    color: #046598
    text-decoration:underline;
}
.report tbody tr td {
    padding-left: 4px;
}
.report tbody tr .date {
    font-size: 13px;
}
.sale_title{
	width:410px;
}
*/
/**
 * users
 */
.users li {
    margin: 6px 0 20px;
    font-size: 16px;
}
.users li a {
    padding-left: 20px;
    background: url(/img/arrow.gif) no-repeat left 50%;
}
.users div.submit input {
    margin: 10px;
    border: 0;
    height: 29px;
    width: 140px;
    color: #fff;
    background: url(/img/submit_long.jpg) left top no-repeat;
}
.users div.submit input:hover {
    cursor : pointer;
}
/* ======================= */

.buys p, .sales p {
    font-size: 14px;
}
.send {
    background-color: #FEA33E;
}
.reply_date {
    text-align:center;
    width: 130px;
}
.reply_status {
    width: 50px;
    text-align:center;
}
#reply-list {
    cursor:default;
    font-size:11px;
    width:100%;
}
.number {
    text-align:right;
}
.order {
    text-align:center;
    width: 70px;
}

#mobile{
    background:url(/img/mobile_banner.gif) no-repeat;
    width:170px;
    height:183px;
    margin: 0px auto;
}
#mobile p {
    padding: 135px 0 0 10px;
    font-size: 11px;
    line-height: 110%;
}

#satei {}
#satei input {
    background: url(/img/new/sitebox_btn_satei.gif) no-repeat;
    font-size: 16px;
    height: 56px;
    width: 184px;
    text-indent: 20px;
}
#sateiResult {
    background: url(/img/new/sitebox_satei_result.gif) no-repeat;
    height: 250px;
    width: 710px;
    margin: 0px 0px 25px;
}
#sateiResult span {
    height: 90px;
    width: 420px;
    padding-top: 102px;
    padding-left: 100px;
    display: block;
    font-size: 70px;
    line-height: 90px;
    text-align: right;
    color: #F00;
    text-shadow: 2px 2px 0px #FFF;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='white', Positive='true');
}
.sateiformWrap {
    margin: 0px !important;
    background: url(/img/new/sitebox_form_bg.gif) no-repeat;
    width: 710px;
}
.sateiformWrap span {
    padding: 7px 0px;
    display: block;
    border-bottom: 1px solid #999;
    height:40px;
}
.sateiformWrap label {
    font-weight: bold;
    float:left;
    padding:6px 0px 0px 5px;
}
.sateiformWrap .numbox {
    width:150px;
    text-align:right;
    float:left;
}

.sateiformWrap .urlbox {
    width: 300px;
    float:left;
}

a.hvr:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#satei input:hover{
    background: url(/img/new/sitebox_btn_satei_on.gif) no-repeat;
    font-size: 16px;
    height: 56px;
    width: 184px;
    text-indent: 20px;
}

.sateiEx{
    float:left;
    width:200px;
    padding: 6px 0px 0px 10px;
}

.sateiExnumber{
    float:left;
    width:150px;
}
div.form p.error-message {
    color: #D01A02;
    font-size: 13px;
    margin-left: 180px;
    margin-top: 5px;
    width: 300px;
    display: block;
    border-bottom: 0px solid #999;
    clear:both;
}

div.form span.errormessage p.error-message{
    color: #D01A02;
    font-size: 13px;
    margin-left: 192px;
    margin-top: 5px;
    width: 300px;
    display: block;
    border-bottom: 0px solid #999;
    clear:both;
}

/* アプリ情報管理テーブル */
.view_count {
	text-align: center;
    width:50px;
}

.url_open {
	text-align: center;
    width:70px;
}

.action {
	text-align: center;
    width:70px;
}

/* ログインフォーム */
.login_layout {
	margin-left: 6px;
	margin-top: 4px;
   
}
