@charset "utf-8";
@import url("base.css");
@import url("header.css");
@import url("menu.css");
@import url("common.css");

/* コンテナ #container */

div.admin_menu {
	width:100%;
	height:20px;
	margin: 10px 0px 10px 0px;
}
div.admin_menu a{
	display:block;
	float:left;
	text-indent: -5000px;
	width:104px;
	height:18px;
	text-align:center;
	overflow:hidden;
	margin: 0px 0px 0px 10px;
	background-repeat: no-repeat;
}
div.admin_menu a.titlereg {
	background-image: url("../image/button_reg.gif");
	background-position: left top;
}
div.admin_menu a.mylist {
	background-image: url("../image/button_mylist.gif");
	background-position: left top;
}
div.admin_menu a.mypage {
	background-image: url("../image/button_mypage.gif");
	background-position: left top;
}
div.admin_menu a.logview {
	background-image: url("../image/button_log.gif");
	background-position: left top;
}
div.admin_menu a.passchange {
	background-image: url("../image/button_passchange.gif");
	background-position: left top;
}
div.admin_menu a:hover {
	background-position: right top;
}
p.clear_title_list {
	clear: both;
	width:50%;
	margin: 10px 0px 15px 10px;
	padding:0px 0px 0px 5px;
	color: #555555;
	font-size: 120%;
	font-weight : bold;
	border-left:7px solid #333333;
}

p.accessdata {
	text-align:right;
}

div.title_list {
	margin: 0px 0px 5px 0px;
}
div.title_list table tr td p {
	color: #555555;
	margin: 0px 0px 10px 0px;
}
p.title_list_bold {
	font-weight : bold;
}
div.mylist {
	margin: 10px 0px 5px 10px;
}
div.mylist li {
	clear:both;
	display:block;
	height:80px;
}
div.mylist p {
	display:block;
	position:relative;
	height:22px;
}
div.mylist p.public {

}
div.mylist p.regist {
	width:130px;
	float:left;
}
div.mylist p.madress {
	width:265px;
	float:left;
}
div.mylist p.passwd {
	width:130px;
	float:left;
}
p.regist input {
	margin: 0px 0px 0px 38px;
}
p.madress input {
	margin: 0px 0px 0px 86px;
}
p.passwd input {
	margin: 0px 0px 0px 62px;
}
p.regist span , p.madress span ,p.passwd span {
	position:absolute;
	top:5px;
}
p.regist input , p.passwd input{
	width:80px;
}
p.madress input{
	width:170px;
}
div.caution {
	margin:0px 0px 0px 20px;
}
div.caution p {
	width:150px;
	padding: 0px;
	font-size: 80%;
	line-height: 150%;
}
div.regist_edit {
	margin: 10px 0px 20px 10px;
}
div.regist_edit input.button_regedit {
	width:80%;
	text-align:left;
	padding:2px 0px 2px 20px;
	font-size: 100%;
	background-color:#AAAAAA;
	color:#000000;
}
div.regist_edit p {
	margin: 10px 0px 0px 30px;
	line-height: 150%;
}

/* タイトル登録  */
div.reg {
	margin:5px 0px 10px 10px;
}

p.text {
	margin:10px 0px 10px 15px;
	line-height: 180%;
}
.uline {
	color: #FF0000;
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	text-align: left;
}

p.items {
	font-weight : bold;
	line-height: 150%;
}

.reg table tr td p ,.reg table tr td input ,.reg table tr td textarea {
	margin: 5px 5px 5px 5px;
}
.checkstyle {
	margin: 5px auto;
	line-height: 200%;
}
.reg table tr td input.checkboxstyle {
	margin: 0px;
	width:auto;
	background-color:#ffffff;
}

ul.pict1 , ul.pict2 {
	font-size: 10px;
	width:48%;
	float:left;
}
.pict1 li input.jfiles ,.pict2 li input.jfiles {
	width:85%;
	font-size: 10px;
}
input.inputbox , textarea.inputbox {
	width:200px;
}

p.thanks {
	line-height: 180%;
	margin: 10px 5px 15px 10px;
	padding: 0px 0px 0px 0px;
}

div.attention1 {
	margin: 25px 5px 5px 5px;
	font-size: 80%;
}
div.attention1 p {
	font-weight : bold;
}
div.attention1 ul {
	width:85%;
	padding: 10px 0px 10px 20px;
}
div.attention1 li {
	list-style-type: disc;
	line-height: 120%;
	margin: 5px 0px 5px 20px;
}



div.updatestyle table tr td p,div.updatestyle table tr td div {
	margin: 5px 5px 5px 5px;
	line-height: 120%;
}
div.updatestyle table tr td p.updatet80 {
	margin: 5px 5px 5px 5px;
	font-size: 80%;
	line-height: 120%;
}
.updatebutton{
	margin:0px 0px 0px 3px;
	padding:1px 6px;
	color:#FFFFFF;
	background:#FF6600;
	text-align:center;
	font-size: 120%;
}
div.updatetpdf {
	margin:5px 10px 5px 25px;
	padding:0px;
}
p.updatetb {
	font-weight : bold;
}



table.logdata p {
	margin:5px 0px 5px 5px;
}

/* 最後 */
button{
	margin:0 0 0 3px;
	padding:1px 3px;
	color:#000000;
	background:#c0c0c0;
	background-color:#AAAAAA;
}
.button {
	margin:0px 0px 0px 3px;
	padding:1px 3px;
	color:#000000;
	background:#c0c0c0;
	text-align:center;
	background-color:#AAAAAA;
}

