@charset "shift-jis";

*{color:#666666;}

/********* 上左 **********/
h2 img{
	margin:0 auto;
}
#contents{
	width:700px;
	height:auto;
	margin:10px auto;
	padding:10px 60px;
	border:1px solid #ccc;
}
#Left{
	width:380px;
	height:auto;
	float:left;
}
#Right{
	width:300px;
	height:auto;
	float:right;
}
#touroku{
	width:150px;
	hegiht:30px;
	margin:10px auto;
}

/********* ログイン **********/
#LogAll{
	background-image: url(images/LogBack.gif);
	background-repeat: no-repeat;
	height: 245px;
	width: 300px;	
}
.yoko{
	height:20px;
	padding:20px 0 10px 0;
}

.logT{
	width:70px;
	height:20px;
	float:left;
	display:inline;
	margin:0 10px 0 30px;
}

.logbox{
	width:160px;
	height:20px;
	float:left;
	border:1px solid #99cccc;
}
#login{
	width:80px;
	height:25px;
	margin:15px auto 5px;
}
ul#Logul{
	padding:0 20px 0 30px;
	margin:10px auto 0;
	font-size:0.75em;
	text-align:left;
	list-style:none;
}
ul#Logul li{
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background:url(images/LogIcon.gif) no-repeat top left;
}

ul#Logul a{color:#f79d2d;text-decoration:underline;}

/********* 左丁E**********/

#Left1{
	width:340px;
	hegiht:auto;
	float:left;
	text-align:
}
#Right1{
	width:340px;
	hegiht:auto;
	float:right;
}

h3 img{
	padding:15px 0;
	margin:0;
}
.h302{
	display:block;
}
.T123{
	text-align: left;
	margin:0 0 10px 0;
	display:block;
}

/********* 右丁E**********/

ul#YeBack{
	background-image: url(images/YeBack.gif);
	background-repeat: no-repeat;
	height: 204px;
	width: 254px;
	padding:15px 0 0 35px;
	margin:0 auto;
	text-align:left;
	list-style-type: disk;
	list-style-position: inside;
}
ul#YeBack li{
	margin:0 0 3px 0;
}

/********* チEスチE**********/

.Txt01{
	text-align:left;
	margin:10px auto;
}
.Txt02{
	text-align:center;
	margin:0 auto ;
	font-size:0.7em;
	font-weight:700;
}

.orange{color:#ff7610;}

.green{color:#339999;font-weight:700;}


#message
{
  position: absolute;
  display: none;
  top: -1px;
  left: 200px;
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
}

#message div
{
  width: 400px;
  margin: 0px auto;
  height: 24px;
  min-height: 24px;
  padding: 8px 10px 8px 46px;
}

#message div.notice,
#remote-objects-message
{
  background: url(images/display/info.png) 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}

#message div.error,
#message div.warning
{
  background: url(images/display/warning.png) 6px 3px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}

#message div.confirmation
{
  background: url(images/display/confirm.png) 6px 3px no-repeat;
  background-color: #0099FF;//#A6EF7B;
  border: 1px solid #0066FF;//#76C83F;
}

#message div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}