@charset "Shift_JIS";

body, td, th{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;

}

body {
	margin: 10px 0px 10px 0px;
	text-align:center;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-size: 100%;
}

#container {
	/*width: 700px;*/
	margin: 0 auto;
	text-align: left;
	font-size: x-small;
}

/* Menu
--------------------*/
#rightmenu {
	float:left;
	width:455px;
}
#menu {
	width:150px;
	float:left;
	line-height:1.2;
	font-size: x-small;
	color: #333333;
	padding: 0 0 0 5px;
	margin: 0px;
}

#menu div {
	margin-bottom: 10px;
}

#login_user {
	padding: 5px 5px 0px 8px;
	margin: 0;
	text-align: right;
	font-size:x-small;
}

#title {
	min-height: 45px;
	background: url(menu_bg.png) repeat-x left top;
	margin: 0px 0 13px 0px;
}

#title h1 {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 8px 0 6px 20px;
	background-color:#FFC800;
/*	background: url(menu_bg2.png) no-repeat right bottom transparent; */
}

#error {
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 9px 0 9px 28px;
	/*border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;*/
	background: url(error.gif) no-repeat 5px 50% #FF3300;
	/*display: none;*/
}

#notice {
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 9px 0 9px 28px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(notice.gif) no-repeat 5px 50% #008000;
	/*display: none;*/
}

/* Table
--------------------*/
#item_column {
	margin: 0;
}
#item_column table {
	font-size: x-small;
}
#item_column table th, #item_column table td {
	padding: 4px;
	text-align: left;
	font-size: x-small;
}
#item_column select {
	font-size: x-small;
}
#item_column table th {
	font-weight: normal;
	color: #FFF;
	background-color: #999;
	border-bottom: 3px solid #FFF;
}
#item_column table td {
	margin-top: 3px;
}

td.cat {
	width: 30%;
}

tr.odd {
	background-color: #F3F3F3;
}
tr.ol {
	background-color: #FFFFFF;
		
}
tr.even {
	background-color: #E3E3E3;
}

tr.kona {
	background-color: #E1FFE1;
}
tr.rize {
	background-color: #C8C8FF;
}

.useradmin #item_column table th {
	font-weight: normal;
	color: #FFF;
	background-color: #999;
	border-bottom: 3px solid #FFF;
	padding: 5px;
}

.useradmin #item_column table td {
	margin-top: 3px;
	padding: 6px;
}


.useradmin td.cat {
	width: 100%;
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
	padding: 2px;
}

.useradmin tr.odd {
	background-color: #ffffff;
}

.useradmin tr.even {
	background-color: #E3E3E3;
}

p.fot {
	font-size: 13px;
	color: #333333;
	line-height: 130%
}

p.top {
	font-size: 11px;
	color: #333333;
}

p.tag {
	font-size: 13px;
	color: #333333;
}

p.zot {
	font-size: 13px;
	}

p.big {
	font-size: 14px;
}


p.sml {
	font-size: 12px
}

/* Button
--------------------*/
#btns {
	margin: 15px 0;
}

.btn_black {
	background: #333;
	color: #fff;
	padding: 1px 4px;
	border-right: 2px solid #0A0A0A;
	border-bottom: 2px solid #0A0A0A;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
}

.btn_red {
	background: #FF0033;
	color: #fff;
	padding: 1px 4px;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	border-top: 2px solid #FF6600;
	border-left: 2px solid #FF6600;
}

.btn_purple {
	background: #993399;
	color: #fff;
	padding: 1px 4px;
	border-right: 2px solid #5C0A5C;
	border-bottom: 2px solid #5C0A5C;
	border-top: 2px solid #996699;
	border-left: 2px solid #996699;
}

.btn_blue {
	background: #3366FF;
	color: #fff;
	padding: 1px 4px;
	border-right: 2px solid #0A29FF;
	border-bottom: 2px solid #0A29FF;
	border-top: 2px solid #6699FF;
	border-left: 2px solid #6699FF;
}

#attention {
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
	background-color: #FFFFCC;
	/*border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;*/
	padding: 7px 0 7px 5px;
}

/* Footer
--------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: 100%;
	text-align: center;
	font-size: 80%;
	margin-top: 1.3em;
}

#footer p {
	margin: 0 0 5px 0;
}

/* A
--------------------*/
A:link { color: #006622; text-decoration: none;}
A:visited { color: #883300; text-decoration: none;}
A:active { color: #00aa00; text-decoration: none;}
A:hover { color: #00aa00; text-decoration: underline;}

A.menu:link { color: #000000; width:100%;padding:6px 0px 6px 0px;border-top:1px dotted #CCCCCC;}
A.menu:visited { color: #000000; width:100%;padding:6px 0px 6px 0px;border-top:1px dotted #CCCCCC;}
A.menu:active { color: #000000; width:100%;padding:6px 0px 6px 0px;border-top:1px dotted #CCCCCC;}
A.menu:hover { color: #000000; background:#ffdddd;width:100%;padding:6px 0px 6px 0px;border-top:1px dotted #CCCCCC;}


/* VR
--------------------*/
.mainVR {
	background-color:#FFFFFF;
	width:746px;
	margin:0 auto;
}
.mainVR_a {
	background-color:#FFFFFF;
	width:910px;
	margin:0 auto;
}

.head {
	background-color:#FFFFFF;
	width:746px;
	margin:0px;
}

.main {
	background-color:#FFFFFF;
	width:746px;
	margin:5px 0px;
}
.mainVR_a .main {
	background-color:#FFFFFF;
	width:900px;
	margin:5px 0px;
	padding:0px 5px;
}
.mainVR_a .useradmin {
	background-color:#FFFFFF;
	text-align:left;
	margin:0px;
	width:900px;
}

#adminbanner{
	margin-top:0px;
	text-align:left;
}

.toptext {
	color:#888888;
	background-color:#FFFFFF;
	width:100%;
	margin:5px 0px 10px;
	padding-left: 5px;
	border-left:5px solid #CC0000;
}

.left {
	text-align:center;
	width:220px;
	margin:0px;
	float:left;
}
.leftmenu {
	width:190px;
	margin-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
}
H4.menu {
	font-size:13px;
	margin:0px;
}

.right {
	background-color:#FFFFFF;
	text-align:left;
	width:520px;
	margin:0px;

}

.pr {
	background-color:#FFFFFF;
	padding:2px 0px 5px 0px;
	width:746px;
}

.foot {
	width:740px;
	margin:0px auto;
}
.copyright {
/*	background-color:#CC0000; */
	color:#444444;
	font-size: x-small;
	margin:5px 0px;
}

/* mobilemenu
--------------------*/
#mobilemenu {
	float:right;
	font-size:12px;
	width:260px;
	height:640px;
	margin:0px;
	padding:0px;
}
.mobileframe{
	width:255px;
	height:500px;
	border:1px solid #ffffff;
}
.previewframe{
	width:240px;
	height:320px;
	border:0px solid #ffffff;
}
.previewarea_head{
	width:260px;
	height:29px;
	background:url(/images/mobileframe_head.gif) top center no-repeat;
}
.previewarea_middle{
	width:260px;
	text-align:center;
	background:url(/images/mobileframe_middle.jpg) top left repeat-x;
	background-color:#D1D3D4;
}
.previewarea_foot{
	width:260px;
	height:244px;
	background:url(/images/mobileframe_foot.gif) top center no-repeat;
}

/* side left
--------------------*/
#sidemenu {
	text-align:left;
	float:left;
	font-size:12px;
	width:176px;
	margin:0px;
	padding:0px 0px 4px 0px;
}
#sidemenu .navi ul{
list-style:none;
	background-color:#FFFFFF;
	border-left:1px #FFCC99 solid;
	width:176px;
	margin:0px 4px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidemenu .navi li{
	border-bottom:1px #FFCC99 solid;
	margin:0;
	padding:6px 0px 6px 6px;
}

strong.sidemenu {
	background-color:#FF9900;
	border-top:1px #FFB836 solid;
	border-left:1px #FFB836 solid;
	border-right:1px #F0A418 solid;
	border-bottom:1px #F0A418 solid;
	font-size:12px;
	width:176px;
	height:17px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	margin:0px 4px 0px 0px;
	padding:3px 0px 3px 0px;
}
