@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
body {
	color: #666;
	font: 12px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, verdana, arial;
	margin: 0;
	padding: 0;
	text-align: center;
}

a { color: #666; }
a:hover { color: #73b221; } /* #f6d300 */

img,
img a,
img a:hover {
	border: none;
	background-color: transparent;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 720px;
}
html>body #container {
	width: 720px;
}
#header {
	background-color: #545454;
	height: 70px;
}
#header .logo {
	margin: 12px;
}
#menu {
	height: 27px;
	background: url("images/bmid_008.gif");
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	float: left;
	display: inline;
	letter-spacing: 0.2em;
}
#tab a {
	background: #000000 url("images/bright_008.gif") no-repeat right top;
	text-decoration: none;
	border: 0;
	display: block;
}
#tab a span {
	background: url("images/bleft_008.gif") no-repeat left top;
	color: #ffffff;
	display: block;
	padding: 0 16px;
	line-height: 27px;
}
#tab a:hover,
#tab li.active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover span,
#tab li.active a span {
	background-position: left bottom;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#main {
	background: url("images/bg_main.jpg") #ffffff no-repeat top left;
}
#main .pc {
	position: absolute;
	right: 0;
	display: block;
	margin: 53px 20px 0px 0px;
}
#main .top_left {
	float: left;
	margin: 40px 0px 30px 30px;
}
#main .top_right {
	float: left;
	margin: 20px 0px 30px 30px;
}
#contents {
	background: url("images/bg_main.gif") #ffffff repeat-x;
	clear: both;
	padding: 20px;
}
#box {
	padding: 10px;
	margin: 0;
	clear: both;
}
#box ul {
	font-size: 10px;
	list-style: none;
}
#f12 ul {
	font-size: 12px;
}
#box li,
li.check {
	list-style: url("images/icon_check.gif");
}
#box li.star,
li.star {
	list-style: url("images/icon_star.gif");
}
#footer {
	text-align: center;
	clear: both;
	padding: 5px;
	font-size: 10px;
}
.b {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border: 0;
}
th, td {
	border-collapse: collapse;
	border: 0;
	color: #666;
	font: 12px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, verdana, arial;
	padding: 2px;
}
th {
	font-weight: bold;
}
.list td {
	background-color: #fff;
	border: 1px solid #cccccc;
}
.list th {
	background-color: #ececec;
	border: 1px solid #cccccc;
}
.noborder td {
	border: 0;
}
.pad td {
	padding: 5px;
}
.vpad td, .vpad li {
	padding: 10px 2px;
}


.folder_yellow {
	list-style-type: none;
	background: url("images/folder_yellow.gif") no-repeat;
	padding-left: 20px;
}
.folder_yellow_open {
	list-style-type: none;
	background: url("images/folder_yellow_open.gif") no-repeat;
	padding-left: 20px;
}
ul {
	list-style: url("images/bullet.gif");
}
ul, ol {
	margin: 0 0 0 30px;
}
li.ng {
	list-style: url("images/icon_no.gif");
}
li.ok,
.check li {
	list-style: url("images/icon_check.gif");
}
.warning li {
	list-style: url("images/icon_warning.gif");
}
.small,
.small td {
	font-size: 10px;
}


.header_yellow {
	height: 25px;
	background: url("images/bg_yellow.gif") repeat-x #f6d300;
	padding-left: 1em;
	color: #000;
}
.header_grey {
	height: 25px;
	background: url("images/bg_grey.gif") repeat-x #ececec;
	padding-left: 1em;
	color: #000;
}
.header_black {
	height: 25px;
	background: url("images/bg_black.gif") repeat-x #000;
	padding-left: 1em;
	color: #fff;
}
.center {
	text-align: center;
}
.step td {
	width: 170px;
	height: 50px;
	padding-left: 6px;
}
.s1on { background: url("images/step1_on.gif") no-repeat; color: #f6d300; }
.s1off { background: url("images/step1_off.gif") no-repeat; }
.s2on { background: url("images/step2_on.gif") no-repeat; color: #f6d300; }
.s2off { background: url("images/step2_off.gif") no-repeat; }
.s3on { background: url("images/step3_on.gif") no-repeat; color: #f6d300; }
.s3off { background: url("images/step3_off.gif") no-repeat; }
.s4on { background: url("images/step4_on.gif") no-repeat; color: #f6d300; }
.s4off { background: url("images/step4_off.gif") no-repeat; }

h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
h2, h3, h4 {
	margin: 0 0 2px 0;
	padding: 10px 0 0 0;
}
h1, .b1 { font-size: 1.6em; color: #cc6600; }
h2, .b2 { font-size: 1.4em; color: #73b221; }
h3, .b3 { font-size: 1.2em; color: #3399cc; }
h4, .b4 { font-size: 1em; color: #c60; }

.red { color: #cc6600; }
.grn { color: #73b221; }
.pre {
	font-family: Courier, monospace;
	border: 1px #ccc solid;
	background-color: #ececec;
	padding: 5px;
	margin: 5px;
}
input, select, textarea, option, optgroup {
	font: 12px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, verdana, arial;
	vertical-align: middle;
	padding: 2px;
}
/*
input.logintext {
	background: url(/images/input_user.gif) no-repeat;
	background-position: 1px 1px;
	padding: 2px 2px 2px 18px;
}
*/
a:link.tooltip,
a:visited.tooltip {
	position: relative;
	color: #555;
	text-decoration: none;
	border-bottom: 1px #73b221 dashed;
	cursor: help;
	z-index: 100;
}
a:hover.tooltip {
	background: 0;
	text-decoration: none;
	z-index: 101;
}
a.tooltip span {
	display: none;
	width: 30em;
}
a:hover.tooltip span {
	position: absolute;
	display: block;
	top: 1em;
	left: 5em;
	padding: 5px;
	border: 1px solid #f6d300;
	background-color: #ffffcc;
	color: #666;
	text-align: left;
	z-index: 110;
}

.gotop {
	margin: 15px 0;
	text-align: right;
}

p {
	padding: 10px 0;
}
blockquote {
	border-left: 1px dashed #ccc;
	margin: 0 30px 1.5em;
	padding: 0 0 0 10px;
}

.align_right {
	float: right;
	margin: 0 0 5px 5px;
	display: block;
}
.align_left {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
}
.icon_right {
	margin-right: 5px;
}
.icon_left {
	margin-left: 5px;
}
.icon {
	margin-right: 5px;
	margin-left: 5px;
}
.msg img {
	margin-left: 5px;
}
fieldset {
	border: 1px solid #ddd;
	padding: 5px 10px;
	line-height: 1.5em;
}
legend {
	border: 1px solid #ddd;
	padding: 0 4px;
	margin: 0 0 5px 0;
}
.frame {
	border: 1px dashed #ddd;
	padding: 5px 10px;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* ----------------------------------- */

#tiny {
	font: 10px verdana, arial;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
}
#tiny ul {
	float: right;
	list-style: none;
	margin: 0;
}
#tiny li {
	background: url("/images/icon_arrow.gif") no-repeat 0 50%;
	float: left;
	line-height: normal;
	color: #999;
	margin: 0;
	padding: 0.2em 14px 0.2em 17px;
}
#tiny li.i-login {
	background-image: url("/images/icon_login.gif");
}
#tiny li.i-email {
	background-image: url("/images/icon_email.gif");
}
#tiny li.i-search {
	background-image: url("/images/icon_search.gif");
}
#tiny li a {
	color: #ffffff;
	text-decoration: none;
}
#tiny li a:hover {
	color: #73b221;
	text-decoration: none;
}
