@charset "iso-8859-1";

.Box_HomeSpace {
	border: 0px solid red;
	width: 225px;
	/*min-height: 225px;*/
	margin-left: 23px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.Box_HomeSpace div {
	color: #dddddd;
	font-weight: normal;
}

.Box_Standard {
}

.Box_StandardHeader {
}

.Box_StandardHeader h4 {
}

.Box_StandardContent {
}

.BoxText {
	font-size: 12px;
}

.BoxText a {
	font-size: 16px;
}

#Box_SearchArea {
	margin-top: 25px;
	background: white;
	float: right;
	width:90%;
}

#Box_SearchArea .Field_Box {
	padding: 5px 0;
	padding-left: 5%;
	background-color: #fff;
	margin: 0;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(170,170,170,1);
	-moz-box-shadow: inset 2px 2px 10px 0px rgba(170,170,170,1);
	box-shadow: inset 2px 2px 10px 0px rgba(170,170,170,1);
	height:30px;
	width:100%;
}

#Box_SearchArea .Field_Submit_Box {
	float: right;
	width: 20%;
	height:40px;
	background-color:#fff;
	border-radius: 5px;
	border:0;
	background:url('/download/MyTemplate/search.png') no-repeat center center;
	float:right;
}

#Box_SearchInput{
	float:left;
	height:40px;
	width:78% ;
}

.BoxTextTitle {
	font-weight: bold;
	font-size: 16px;
}