@charset "UTF-8";

/* YUI Reset */
html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font: inherit;
}
input, button, textarea, select {
	*font-size: 100%;
}

/*style */

body {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color:#36F;
	background-color:#F5F5F5;
}



.wrap {
	width:728px;
	margin-left:auto;
	margin-right:auto;
}


#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#FFF;
	padding-top:10px;
}

#header h1 {
	font-size: 12px;
	background-image: url(/img/mdataedit.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 350px;
}


#header h1 a {
	display:block;
	height: 50px;
	width: 350px;
}

#header h1 span {
	display:none;
}


#contents {
	margin-top:20px;
	margin-bottom:30px;
	width:728px;
	margin-left:auto;
	margin-right:auto;
	
}


#contents h2 {
	color:#03C;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}


#contents h3 {
	font-weight:bold;
	line-height:150%;
}

#contents  p {
	line-height:150%;
	margin-bottom: 20px;
}
#contents img {
	border: 1px solid #CCC;
}


#footer {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer p {
	text-align:center;
	
}



/* mdata form */

#contents #rvUrl {
	background-color:#FCC;
	font-weight:bold;
}
#contents .mdata {
	margin-top: 10px;
	margin-bottom: 15px;
}
#contents .mdata #txtUrl {
	background-color: #FFF;
	color:#00F;
	width:468px;
	font-weight:bold;
}


#contents .mdata h3 {}

#contents .mdata table {
	border: 1px solid #666;	
}

#contents .mdata table tr th {
	background-color: #CCC;
	width: 90px;
	padding: 5px;
	border: 1px solid #666;	
}

#contents .mdata table tr td {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #666;	
}




#contents .mdata_e {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


#contents .mdata_e h3 {
	font-size:2.0em;
}


#contents .mdata_e table {
	border: 2px solid #333;
}

#contents .mdata_e table tr th {
	background-color: #CCC;
	width: 90px;
	padding: 5px;
	border: 1px solid #666;	
}

#contents .mdata_e table tr td {
	background-color:#E9F7FF;
	padding: 5px;
	border: 1px solid #666;	
}


.betainfo {
	background-color: #FFF;
	padding: 10px;
	font-size: 0.9em;
	line-height: 150%;
	border: 2px solid #36F;
}




#contents .wrap .mdata #rdblService tr td label span img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align:text-top;
}
#contents .wrap .mdata table tr td #lblService span img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align:text-top;
}
