@charset "utf-8";
/*サブドメイン共通*/

h3 {
	padding-bottom: 0px;
}
p {
	padding-bottom: 5px;
}
#container {
	background-color: #FFFFFF;
	border: 1px solid #4d99e5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container form {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
#navigation {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#page {
	border: 1px solid #4d99e5;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#page h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d99e5;
	background-color: #e6f2ff;
	padding: 5px;
}

/*image専用*/

#container .item {
	width: 170px;
	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;
}
