textarea{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0.2em 0.3em;
border: 1px solid #A5ACB2;
}
input.radius,
select {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 0.2em 0.3em;
border: 1px solid #A5ACB2;
}
/*******************************
 * youtube
********************************/
.youtube div.table {
	margin: 0 auto;
	width: 375px;
}
.youtube div.table table {
	border-collapse: separate;
}
.youtube div.table table tr th {
	width: 3em;
	padding: 0 1em;
	text-align: center;
	border: none;
	border-top: 10px solid #f9f9f9;
	background-color: #788b8c;
}
.youtube div.table table tr td {
	padding: 0 1em;
	background-color: #f9f9f9;
	color: #333333;
	border: none;
	border-top: 10px solid #f9f9f9;
}
.youtube dl dt {
	float: left;
	clear: left;
	width: 10em;
}
.youtube dl dd {
	margin-left: 10em;
}
.youtube img.youtube_confirm {
	cursor: pointer;
}
/*******************************
 * review
********************************/
.contents_review table {
	margin: 0 auto;
}
.contents_review table {
}
.contents_review table tr th {
	color: #5a5a5a;
	background-color: #e5ffb2;
}
.contents_review table tr td {
}
/*******************************
 * org
********************************/
.org table {
	margin: 0 auto;
}
.org table {
}
.org table tr th {
	color: #5a5a5a;
	background-color: #e5ffb2;
}
.org table tr td {
}


/*******************************
 * gmaps
********************************/
.gmaps div.table {
	margin: 0 auto;
	width: 425px;
}
.gmaps div.table table {
	border-collapse: separate;
}
.gmaps div.table table tr th {
	width: 3em;
	padding: 0 1em;
	text-align: center;
	border: none;
	border-top: 10px solid #f9f9f9;
	background-color: #788b8c;
}
.gmaps div.table table tr td {
	padding: 0 1em;
	background-color: #f9f9f9;
	color: #333333;
	border: none;
	border-top: 10px solid #f9f9f9;
}
.gmaps img.gmaps_confirm {
	cursor: pointer;
}
.gmaps div.gmaps_preview {
	margin: 0 auto;
}
/*******************************
 * movie
********************************/
.movie div.table {
	margin: 0 auto;
	width: 535px;
}
.movie div.table table {
	border-collapse: separate;
}
.movie div.table table tr th {
	width: 5em;
	padding: 0 1em;
	text-align: center;
	border: none;
	border-top: 10px solid #f9f9f9;
}
.movie div.table table tr td {
	padding: 0 1em;
	background-color: #f9f9f9;
	color: #333333;
	border: none;
	border-top: 10px solid #f9f9f9;
}
/*******************************
 * gallery
********************************/
.photos_galleryview * {
	margin: 0;
	padding: 0;
	border: none;
}
img.gallery_confirm {
	cursor: pointer;
}


.clear {
	clear: both;
}
.ta-right {
	text-align: right;
}
