@charset "utf-8";
/* search */

h2 {
	float: left;
}
.word {
	/* キーワード候補 */
	margin-right: 10px;
}
#main .main_right form {
	margin-left: 30px;
	margin-bottom: 10px;
}
#main .feed  {
	float: right;
	margin-right: 18px;
	font-weight: bold;
}
/*ページ移動*/
#main .main_left2 form {
	margin: 10px;
	float: right;
}
#main .main_left2 input {
	height: 25px;
	width: 80px;
}
#main p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#main .main_left2 .chie_hr {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* youtube image */
#main .main_left2 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* youtube play */
#main .main_right .user {
	margin-top: 10px;
}
#main .main_right .user img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid gray;
	margin-left: 5px;
}
#main .userlist {
	float: left;
	width: 234px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 140px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	margin-top: 5px;
	padding-bottom: 5px;
}
#main .userlist img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid gray;
	margin-left: 5px;
}
#navigation {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* image */
#container .item {
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 7px;
	text-align: center;
	margin-top: 10px;
	text-align: center;
	display: inline;
}
#container .item .image {
	text-align: center;
	height: 170px;
	border: 1px solid #CCCCCC;
}

/*yado専用*/
#container #yado_form {
	float:right;
}
#container .stay form {
	margin: 0px;
	padding: 0px;
	float: none;
}
#container .stay {
	margin: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4d99e5;
}
#container .stay th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4d99e5;
	border-bottom-color: #4d99e5;
	text-align: left;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d99e5;
	background-color: #e6f2ff;
	padding-left: 10px;
}
#container .stay td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4d99e5;
	border-bottom-color: #4d99e5;
	padding:3px;
	text-align: center;
	font-size: 95%;
}
