@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-top: 35px;
}

#container {
	background-image: url(../images/container_bg_s1.gif);
	background-repeat: repeat-y;
}
#container #contents {
	background-image: url(../images/contents_bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 450px;
	height:630px;
	margin-right: 11px;
	padding-top: 10px;
	-webkit-appearance: none;
	  -webkit-text-size-adjust: 100%;
}
#copyright {
	background-image: url(../images/copyright_s2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-right: 5px;
	width: 910px;
	height:40px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #373F4E;
	padding-top: 10px;
	padding-right: 10px;
}
#contents #ui-tab h2 {
	font-size: 1.4em;
	color: #666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#contents #ui-tab h3 {
	font-size: 1.2em;
	color: #333;
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px dashed #666;
}
#contents #ui-tab h4 {
	color: #333;
	background-image: url(../images/h4_bg_s4.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
}

#contents #ui-tab p {
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.4;
}
#contents #ui-tab p.large {
	font-size: 1.2em;
	line-height: 2;
}

#contents #ui-tab address a {
	color: #00F;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.4;
}

#contents #ui-tab dl {
	color: #000000;
	line-height: 1.3;
	width: 420px;
	margin-right: 20px;
	margin-left: 23px;
}
#contents #ui-tab ul.concept{
	color: #000000;
	line-height: 1.3;
	width: 420px;
	margin:0 0 10px 60px;
}
#contents #ui-tab ul.concept li {
	list-style-type: disc;
}

#contents #ui-tab dl dd {
	margin-top: -1.4em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 9em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.standard{
	color:#0000cd;	
}

