@charset "utf-8";
/* CSS Document */

/* common style */
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

#clear {
	clear:both;
}

#space_16px {
	width:100%;
	height:16px;
}

/* section style */
#login {
	width:98%;
	height:auto;
	margin:0px auto 0px auto;
	border:1px solid #F90;
	background-color:#FDEDBD;
}

#menutitle {
	width:90%;
	height:auto;
	margin:50px auto 0px auto;
	border:1px solid #060;
	padding:10px;
}

#menu {
	width:90%;
	height:auto;
	margin:20px auto 0px auto;
	border:1px solid #060;
	padding:10px;
	margin-bottom:50px;
}

#menuitem {
	width:88%;
	height:auto;
	border-left:20px solid #060;
	border-bottom:1px solid #060;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:8px;
	background-color:#E3F0E7;;
}

#menusubitem {
	width:80%;
	height:auto;
	border-left:10px solid #060;
	border-bottom:1px dotted #060;
	padding-left:15px;
	margin-left:40px;
	margin-bottom:8px;
	cursor:pointer;
}

#subtitle {
	width:100%;
	height:auto;
	text-align:center;
	background-color:#060;
	line-height:normal;
	color:#ffffff;
	font-weight:bold;
}

#main {
	width:96%;
	height:auto;
	border:2px solid #060;
	padding:10px;
	margin:32px auto 32px auto;
}

#popup {
	width:auto;
	height:auto;
	display:none;
	background-color:#FFEAF5;
	padding:5px;
	border:1px dotted #FF0066;
}

@charset "utf-8";
/* CSS Document */


#outline{
	width:1000px;
	height:auto;
	margin:0px auto 0px auto;
}

#title{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	background-color:#060;
}

/*

#menu{
	width:990px;
	height:28px;
	text-align:left;
	line-height:28px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color:#69F;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
}

#submenu{
	width:500px;
	height:30px;
	text-align:left;
	line-height:30px;
	font-size:16px;
	color:#039;
	background-color:#9CF;
	font-weight:bold;
	margin-left:20px;
	padding-left:10px;
	margin-bottom:2px;
	cursor:pointer;
}

#futter{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	background-color:#06C;
	color:#FFF;
}
*/
#input_menu{
	width:99%;
	height:22px;
	text-align:left;
	line-height:22px;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	font-weight:bold;
	background-color:#D6E4D6;
}

#input_area{
	width:99%;
	height:auto;
	text-align:left;
	margin-bottom:20px;
	padding:5px;
	word-wrap:break-word;
}

#select_menu{
	width:99%;
	height:auto;
	text-align:left;
	padding:5px;
	word-wrap:break-word;
}


#back{
	width:99%;
	height:auto;
	padding:5px;
	font-weight:bold;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

#login_{
	width:43%;
	height:auto;
	font-size:18px;
	margin:40px auto 40px auto;
}

#user_id{
	margin-bottom:40px;
	font-weight:bold;
}

#pass{
	margin-bottom:40px;
	font-weight:bold;
}

#login_button{
	height:auto;
	text-align:center;
	margin-bottom:40px;
}

#login_message{
	height:auto;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:40px;
}

#error{
	font-size:16px;
	font-weight:bold;
	color:#990000;
}

#cancel_menu{
	width:99%;
	height:22px;
	text-align:left;
	line-height:22px;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	font-weight:bold;
	background-color:#FC6;
}

#space8 {
	width:100%;
	height:8px;
}
