/* ==============================================================
 * css for watchpad.jp
 * @media: screen
 * =========================================================== */

/* --------------------------------------------------------------
 * HTML <tag> STYLE
 * ----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
/*	text-align: center; */
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #555555;
	background-color: #fff;
}

a, .a {
	color: #09c;
	text-decoration: none;
	cursor: pointer;
}

a:hover, .a:hover {
	text-decoration: underline;
}
/* a:visited { color: #9e0039; } *//*  */

form {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-serif;
}

input, select, textarea {
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Arial, Sans-serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

img { border-style: none; }


/* --------------------------------------------------------------
 * HTML <h> STYLE
 * ----------------------------------------------------------- */
h3 {
	margin: 20px 0 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #bfbfbf;
	background-color: #f5f5f5;
}

h3.top { margin-top: 2px; }
h3.pad {
	padding: 5px 5px 5px 42px;
	background: #f5f5f5 url(./img/icon_title_pad.gif) no-repeat 5px;
}

h3.pad .pad_private {
	color: #707070;
	font-size: 13px;
}

h3.cmt {
	padding: 5px 5px 5px 35px;
	background: #f5f5f5 url(./img/icon_title_cmt.gif) no-repeat 5px;
}

h3.fav {
	padding: 5px 5px 5px 35px;
	background: #f5f5f5 url(./img/icon_title_fav.gif) no-repeat 5px;
}

h3.talk {
	padding: 5px 5px 5px 35px;
	background: #f5f5f5 url(./img/icon_title_talk.gif) no-repeat 5px;
}

h3.graph {
	padding: 5px 5px 5px 30px;
	background: #f5f5f5 url(./img/icon_title_graph.gif) no-repeat 5px;
}

h3 .number { color: #fff; }
h3 .setting { float: right; }
h3 .public { float: right; }
h3 .action { float: right; font-size: 12px; }

h4 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #bfbfbf;
}

.header_func {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.header_note {
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #bbb;
}


/* --------------------------------------------------------------
 * PAGE LAYOUT STYLE
 * ----------------------------------------------------------- */
.header {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	background: transparent url(./img/header_bg.gif) repeat-x 0 0;
	text-align: left;
}

/* solid layout */
.container940 {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.container800 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.container720 {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.content740 {
	float: left;
	width: 725px;
	padding: 0 15px 0 0;
}

.content600 {
	float: left;
	width: 585px;
	padding: 0 15px 0 0;
}

.rightbar {
	float: left;
	width: 200px;
	margin: 0;
	text-align: left;
}

.footer {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
/*	background-color: #cbefff; *//* F */
/*	background-color: #eee; *//* DF */
	font-size: 12px;
	line-height: 200%;
	border-top: #ccc 1px solid;
}

.top20 { padding-top: 20px; }
.top40 { padding-top: 40px; }
.clear { clear: both; }

/* liquid layout */
.liquid_container {
	width: 100%;
	float: left;
	margin-right: -215px;
	text-align: left;
}

.liquid_navi {
	padding: 0 15px;
}

.liquid_content {
	margin-right: 215px;
	padding: 0 15px;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [common]:共通スタイル
 * ----------------------------------------------------------- */
.require { color: #e00; }
.caution { color: #e66; font-weight: bold; }
.buy { color: #ff8a00; }
.comment { color: #555; }
.supplement { color: #ccc; }

.user {
	color: #f00;
	font-size: 10px;
	background: #fcc;
}

.navi_left {
	padding-bottom: 3px;
	border-bottom: #eee 2px dotted;
	font-size: 12px;
/*	background-color: #ffd; *//* F */
}

.navi_right {
	float: right;
	font-size: 12px;
}

.toc { margin: 20px 0 30px 0; }

.saved {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
}

ul.common {
	margin: 5px 0 10px 40px;
}

ol.common {
	margin: 5px 0 10px 40px;
}

.login_box .error, .mail_box .error, #exists.error {
	color: red;
}

#exists.ok {
	color: blue;
}

.regist_exists {
	font-size: 11px;
}

.regist_error {
	color: red;
	line-height: 100%;
	text-align: left;
}

.ime_off {
	ime-mode: disabled;
}

div.command {
	text-align: center;
}

div.command input {
	margin: 5px 8px;
}

.message {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #fff;
	padding: 10px;
	color: #09c;
	border: #09c 1px solid;
}

.message_error {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #fff;
	padding: 10px;
	color: #f00;
	border: #f00 1px solid;
}

.menu {
	background: #fff;
	border-left: #f0f0f0 1px solid;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
}

.menu_item {
	padding: 5px 10px;
	text-align: left;
	font-size: 12px;
	color: #09c;
	cursor: pointer;
}

.menu_item_over {
	text-decoration: underline;
}

.editable_text {
	background-color: #ffc;
}

a.action_item_disabled {
	color: #aca899;
	cursor: default;
}
a.action_item_disabled:hover { text-decoration: none; }


/* --------------------------------------------------------------
 * PAGE STYLE - [gallery]:ギャラリー画面
 * ----------------------------------------------------------- */
.gallery_title {
	margin: 10px 0;
	padding: 0 0 5px 0;
	background: #f7f7f7;
	border-bottom: #eee 1px solid;
}

.gallery_list ol {
	margin: 0;
	list-style: none;
	background: #fee;
}

.gallery_list li {
	float: left;
	width: 90px;
	height: 90px;
	display: block;
	text-align: center;
	background-color: #fff;
}

.gallery_list .entry {
	margin: 0 7px 5px 0;
	border: 1px solid #ccc;
}

.gallery_list .buy {
	margin: 0 5px 3px 0;
	border: 2px solid #f66;
}

.gallery_list .info {
	font-size: 7pt;
	color: #999;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [portal]:ポータル画面
 * ----------------------------------------------------------- */
/* header layout */
.header_container {
	width: 800px;
	margin: 0 auto 20px auto;
	text-align: left;
	background: transparent url(./img/portal_header_bg.gif) repeat-x 0 0;
}

.header_content {
	width: 800px;
	height: 130px;
}

.header_logo {
	float: left;
	margin: 35px 0 0 0;
	width: 420px;
	height: 65px;
	text-align: center;
}

.header_copy {
	float: left;
	margin: 65px 0 0 0;
	color: #fff;
	font-size: 14px;
}

.header_bottom {
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(./img/portal_header_br.gif) no-repeat bottom right;
	text-align: left;
}

/* search layout */
.search_box {
	float: right;
	margin: 20px 5px 0 0;
	font-size: 12px;
}

/* portal contents */
.section {
	margin: 15px 0;
}

.section .title_bar {
	margin-bottom: 10px;
}

.howto {
	margin: 10px 0;
}

.howto h3 {
	float: left;
	margin: 0 24px 0 0;
	width: 56px;
	text-align: center;
	border-style: none;
}

.howto p {
	float: left;
	margin: 0;
	width: 360px;
	letter-spacing: 1px;
}

.howto .illust {
	float: left;
	width: 110px;
	text-align: center;
}

.howto_hr {
	margin: 0;
	padding: 0;
	width: 580px;
	text-align: center;
}

.function {}
.mb10 { margin-bottom: 10px; }

.function h3 {
	margin: 0 0 3px 0;
	padding-left: 35px;
	background: url(./img/icon_asterisk.gif) no-repeat 5px;
	border: none;
}

.function p {
	float: left;
	margin: 0;
	padding-left: 35px;
	width: 410px;
}

.function .capture {
	float: left;
	margin-left: 20px;
}

.concept {
	margin: 10px 25px 20px 20px;
}

.regist_start {
	margin: 0;
	padding: 10px 0;
	color: #666;
	border-left: #7fd7f7 2px solid;
	border-right: #7fd7f7 2px solid;
	background: #e5f6fd;
	text-align: center;
}

.portal_menubar {
	margin: 0 0 8px 0;
	width: 100%;
	height: 30px;
	border-bottom: #e0e0e0 1px solid;
}

.portal_menubar.mb20 {
	margin-bottom: 20px;
}

.portal_menubar ol {
	margin: 0;
	list-style: none;
}

.portal_menubar li {
	margin-right: 2px;
	padding-bottom: 2px;
	float: left;
	width: 120px;
	line-height: 200%;
	display: block;
	text-align: center;
	font-size: 12px;
}

.portal_menubar .base {
	border: #eee 1px solid;
	border-top: #eee 3px solid;
	background: #eee;
}

.portal_menubar .sel {
	border: #eee 1px solid;
	border-top: #ffc73c 3px solid;
	border-bottom: #fff 1px solid;
	font-weight: bold;
	background: #fff;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [login]:ログイン画面
 * ----------------------------------------------------------- */
/* login layout */
.login_container {
	width: 640px;
	margin: 80px auto;
	text-align: left;
	background-color: #00bff3;
}

.login_top {
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(./img/login_tr640.gif) no-repeat top right;
}

.login_bottom {
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(./img/login_br640.gif) no-repeat bottom right;
}

.login_content {
	width: 624px;
	margin: 0 5px;
	padding: 0;
	border-left: #fff 3px solid;
	border-right: #fff 3px solid;
	background-color: #00bff3;
	color: #fff;
	text-align: center;
}

/* login contents */
.login_content a {
	color: #fff;
	text-decoration: underline;
}

.login_mode {
	width: 600px;
	padding: 0 20px 0 0;
	text-align: right;
}

.login_table {
	margin: 50px 0;
	text-align: left;
}

.login_table tr { height: 40px; }

.login_table .title {
	width: 100px;
	padding: 0 20px 0 0;
	text-align: right;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [home]:ユーザホーム画面
 * ----------------------------------------------------------- */
.home_list { font-size: 12px; }
.home_info {
	margin: 0 0 20px 0;
	font-size: 12px;
}
.home_tag { font-size: 12px; }
.self { background-color: #92c9f0; }
.other { background-color: #9d3; }
.favs { background-color: #f9e17d; line-height: 180%; }
.head { background-color: #ffffdf; }
.padname { font-size: 14px; }
.padnote { font-size: 12px; }
.seemore {
	margin-top: 10px;
	font-size: 12px;
}

.home_list th {
	height: 24px;
	font-weight: normal;
	text-align: center;
}

.home_list td {
	height: 20px;
	border-bottom: #eee 1px dotted;
}

.home_list .image {
	width: 90px;
	height: 90px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
}

.home_list .price { text-align: right; }
.home_list .act { text-align: center; }
.home_list .cnt { text-align: center; }
.home_list .upd { text-align: center; }
.home_list .top3 {
	font-size: 14px;
	color: #f00;
}

.home_navi {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}

.home_menubar {
	margin: 0;
	width: 100%;
	height: 25px;
	border-bottom: #eee 1px solid;
}

.home_menubar ol {
	margin: 0;
	list-style: none;
}

.home_menubar li {
	margin-right: 2px;
	padding-bottom: 2px;
	float: left;
	width: 110px;
	line-height: 170%;
	display: block;
	text-align: center;
	font-size: 12px;
}

.home_menubar .base {
	border: #eee 1px solid;
	border-top: #eee 3px solid;
	background: #eee;
}

.home_menubar .sel {
	border: #eee 1px solid;
	border-top: #ffc73c 3px solid;
	border-bottom: #fff 1px solid;
	font-weight: bold;
	background: #fff;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [pad]:パッド画面
 * ----------------------------------------------------------- */
/* checkbox */
.cbox_left {
	float: left;
	text-align: left;
	vertical-align: middle;
}

.cbox_right {
	float: right;
	text-align: right;
	vertical-align: middle;
}

.pad_form input, select {
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #555555;
}

/* pad_list */
.pad_list { font-size: 12px; }
.th_act { font-size: 10px; }
.th_cnt { font-size: 8px; }
.gray { background-color: #f5f5f5; }
.pink { background-color: #ffe9e9; }

.pad_list th {
	height: 30px;
	font-weight: normal;
	text-align: center;
}

.pad_list.th24 th {
	height: 24px;
}

.pad_list td {
	border-bottom: #f5f5f5 1px solid;
}

.pad_list .image {
	width: 90px;
	height: 90px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
}

.pad_list .url {
	font-size: 10px;
	line-height: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.pad_list .cbox { text-align: center; }
.pad_list .price { text-align: right; }
.pad_list .upd { text-align: center; }
.pad_list .cnt { text-align: center; }
.pad_list .act { text-align: center; }

.pad_navi {
	text-align: center;
	vertical-align: middle;
}

.memo {
	margin-bottom: 12px;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [add]:アイテム追加画面
 * ----------------------------------------------------------- */
.add_image {
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}

.add_form input, select {
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #555555;
}

.add_content {
	float: left;
	width: 600px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.add_table th {
	width: 100px;
	font-weight: normal;
}

.add_content .url {
	font-size: 12px;
	line-height: 100%;
	padding: 5px 0;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

ul.notes {
	margin: 0 0 0 20px;
	padding: 0px;
	font-size: 12px;
}

ol.process {
	margin: 0 0 0 50px;
	padding: 0px;
	line-height: 150%;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [img]:画像選択画面
 * ----------------------------------------------------------- */
.img_note {
	padding: 2px;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}

.img_orgurl {
	padding: 2px;
	font-size: 12px;
	background-color: #e5f6fd;
	text-align: left;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [mail]:メール登録画面
 * ----------------------------------------------------------- */
.mail_box {
	padding: 30px 20px 20px 0;
	width: 600px;
	text-align: center;
	background: #e5f6fd;
	border: #7fd7f7 2px solid;
}

.mail_table {
	margin: 0 auto;
	text-align: left;
}

.mail_table th {
	font-weight: normal;
}

.flow_list {
	margin: 20px 0 40px 0;
	list-style: none;
}

.flow_list img { margin-bottom: 10px; }

.flow_list .step {
	float: left;
	width: 100px;
	text-align: center;
	font-weight: bold;
}

.flow_list .cursor {
	float: left;
	width: 30px;
	margin-top: 12px;
	text-align: center;
}

.user_box {
	padding: 20px;
	border: #7fd7f7 2px solid;
}

.user_table {
	margin-bottom: 20px;
	width: 100%;
	line-height: 180%;
}

.user_table .title { background: #e5f6fd; }

.user_table th {
	width: 140px;
	font-weight: normal;
	background: #eee;
}

.user_button {
	margin: 20px 0;
	padding: 10px;
	line-height: 80%;
	text-align: center;
	background: #eee;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [help]:HELP画面
 * ----------------------------------------------------------- */
.help_table {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
}

.help_table .title { background: #e5f6fd; }

.help_table td {
	margin: 0;
	padding: 5px;
	border: #bfbfbf 1px solid;
	text-align: center;
}


/* --------------------------------------------------------------
 * PAGE STYLE - [404]:404エラー
 * ----------------------------------------------------------- */
.not_found {
	margin: 100px 0;
	line-height: 150%;
	text-align: center;
}


/* --------------------------------------------------------------
 * CONFIG STYLE
 * ----------------------------------------------------------- */
div#config table.pane {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

div#config th.pane,
div#config td.pane {
	border-bottom: 1px solid #56acd5;
	padding: 8px;
	vertical-align: top;
}

div#config th.pane {
	width: 25%;
}


div#config th,
div#config td {
	font-weight: bold;
}

div#config .desc {
	font-weight: normal;
}

/* --------------------------------------------------------------
 * WIDGET STYLE
 * ----------------------------------------------------------- */
.right_box_top {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(./img/right_box_tr200.gif) no-repeat top right;
	line-height: 1px;
}

.right_box_bottom {
	margin: 0;
	padding: 0;
	background: url(./img/right_box_br200.gif) no-repeat bottom right;
	line-height: 1px;
}

.right_box {
	margin: 0;
	padding: 0 10px;
	color: #666;
	font-size: 11px;
	border-left: #c1c1c1 2px solid;
	border-right: #c1c1c1 2px solid;
}

.login_box_top {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(./img/login_box_tr200.gif) no-repeat top right;
	line-height: 1px;
}

.login_box_bottom {
	margin: 0;
	padding: 0;
	background: url(./img/login_box_br200.gif) no-repeat bottom right;
	line-height: 1px;
}

.login_box {
	margin: 0;
	padding: 0 10px;
	color: #666;
	font-size: 11px;
	line-height: 150%;
	border-left: #7fd7f7 2px solid;
	border-right: #7fd7f7 2px solid;
}

.regist_box_top {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(./img/regist_box_tr600.gif) no-repeat top right;
	line-height: 1px;
}

.regist_box_bottom {
	margin: 0;
	padding: 0;
	background: url(./img/regist_box_br600.gif) no-repeat bottom right;
	line-height: 1px;
}

.regist_box {
	margin: 0;
	padding: 0 10px;
	color: #666;
	font-size: 11px;
	border-left: #7fd7f7 2px solid;
	border-right: #7fd7f7 2px solid;
	background: #e5f6fd;
}

.right_box .title,
.login_box .title,
.regist_box .title {
	margin-bottom: 5px;
	border-bottom: #666 1px dotted;
	padding: 3px 3px 3px 28px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	vertical-align: middle;
}

.login_box .form { background: transparent url(./img/icon_title_form.gif) no-repeat; }
.regist_box .edit { background: transparent url(./img/icon_title_edit.gif) no-repeat; }
.right_box .memo { background: transparent url(./img/icon_title_memo.gif) no-repeat; }
.right_box .crown { background: transparent url(./img/icon_title_crown.gif) no-repeat; }
.right_box .person { background: transparent url(./img/icon_title_person.gif) no-repeat; }
.right_box .watch { background: transparent url(./img/icon_title_watch.gif) no-repeat; }
.right_box .foot { background: transparent url(./img/icon_title_foot.gif) no-repeat; }
.right_box .info { background: transparent url(./img/icon_title_info.gif) no-repeat; }

.right_box ul,
.right_box ol {
	list-style: none;
}

.right_box .profeel li { font-size: 12px; }
.right_box .act { font-size: 10px; }
/* for IE compatible */
.ol.rank { font-size: 10px; }
.ul.favusr { font-size: 11px; }
.ul.trace { font-size: 11px; }
.ul.about { font-size: 10px; }


/* --------------------------------------------------------------
 * AD STYLE
 * ----------------------------------------------------------- */
.ad_b_700_100 {
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
}

.ad_r_200_200 {
	margin: 10px 0 0 0;
	padding: 0;
}

