@charset "shift_jis";

/*body*/
body   {
  color: #000000;
  font: 85% メイリオ, "ＭＳ Ｐゴシック", Osaka;
  background-color: #ebebeb;
  text-align: center;
  margin: 0;
  padding: 0;
/*	background:#ebebeb url("bg.gif") repeat-y center top;*/
  }
/*common*/
.fltrt {
  margin-left: 8px;
  float: right
  }

.fltlft {
  margin-right: 8px;
  float: left
  }

.clearfloat {
  font-size: 1px;
  line-height: 0;
  height: 0;
  clear: both
  }

a {
  color: #2a00ff;
  text-decoration: none;
  word-break:break-all;
  }

a:link {
  color: #2a00ff
  }

a:visited {
  color: #2a00ff
  }

a:hover {
  color: #ff7f00;
  text-decoration: underline
  }

a:active {
  color: red
  }
.clear {
	clear:both;
}
/*container*/
#container {
	width:850px;/* width */
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-shadow:0px 0px 8px #909090;
	-moz-box-shadow:0px 0px 8px #909090;
	-webkit-box-shadow:0px 0px 8px #909090;
}

#container-inner {
	/*width:850px;*//* width */
	margin-left:auto;
	margin-right:auto;
	background:#ebebeb url("container-bg.png") repeat-y right top;
	overflow:hidden;;
}

/*header*/
#header {
  margin: 0;
  padding: 0;
  position: relative;
  height: 120px;
  overflow:hidden;
  
  box-shadow:#909090 0px 0px 5px;
  }
#header img  {
  vertical-align: text-bottom;
  border-style: none
  }
#header img#header-title-img   {
  }
#header #header-copyright {
  color: #c9c9c9;
  font-size: 70%;
  font-family: Arial;
  padding-right: 5px;
  position: absolute;
  bottom: 2px;
  right: 0px;
  }
#header #header-catchcopy      {
  }

/*sidebar-right*/
#sidebar-right {
	text-align: left;
	width: 210px;/* width */
	float: right;
	}
/*maincontent*/
#maincontent {
	text-align: left;
	margin: 0 210px 0 0;
	overflow: visible;
	width:640px;/* width */
	}

#maincontent-inner {
	width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

/*nofile*/
div.nofile  {
  color: #808080;
  font-size: 80%;
  text-align: center;
  margin-top: 200px
  }

div.nofile p  {
  background-color: #fff;
  background-image: url("nofile-ec.gif");
  background-repeat: no-repeat;
  background-position: 3px 12px;
  text-align: left;
  padding: 10px 0px 10px 22px;
  width: 175px;
  border: solid 1px #ff9b97;
  position:relative;
  }

#header-title-link-yurikago {
	display:inline;
}
#header-title-link-yurikago-sp {
	display:none;
}


@media screen and (max-width:850px) {
	#container {
		width:768px;
	}
	#maincontent {
		width:558px;
	}
	#maincontent-inner {
		display:inline-block;
	}
	#header-title-link-yurikago {
		display:inline;
	}
	#header-title-link-yurikago-sp {
		display:none;
	}
}

@media screen and (max-width:768px) {
	body {
		background:#ebebeb url("title-yurikago.png") no-repeat left top;
	}
	#container {
		width:auto;
		box-shadow:none;
	}
	#header {
	}
	#container-inner {
		background-color:#ffffff;
		background-image:none;
		
		overflow:visible;
		
	}
	#maincontent {
		width:auto;
		margin: 0 0 0 0;
		display:block;
		
		overflow:visible;
	}
	#maincontent-inner {
		display:inline-block;
		overflow:visible;
		background-color:#ffffff;
	}
	#sidebar-right {
		display:none;
	}
	#header-title-link-yurikago {
		display:none;
	}
	#header-title-link-yurikago-sp {
		display:inline;
	}
}
