
body, html {
			height:100%;
			
			border:0;
			padding:0;
			margin:0;
			text-align:center;
			background: #ffffff;
			font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", Helvetica; font-size: 11px;
		}

		#container {
			min-width:600px;
			min-height:450px;
			width:100%;
			height:100%;
			width:expression(document.body.clientWidth < 600? "600px": "100%" ); /* for IE */
			height:expression(document.body.clientHeight < 450? "450px": "100%" ); /* for IE */
			position:absolute;
			top:0;
			left:0;
		}

		#container-horizontal {
			text-align:left;
			margin:auto;
			position:absolute;
			top:50%;
			left:50%;
		}

		#container-in {
			position:absolute;	
			top:-200px;
			left:-300px;
			width:600px;
			height:450px;
			background: #ffffff;
			overflow:auto;
		}

a, a:active, a:visited {color: #999999; outline: none;}
a:hover { outline: none;}
h2 {margin: 0px; padding: 0px; font-weight: normal; font-size: 12px;}
p {font-style: italic; margin: 0px 0px 15px 0px; padding: 0px; }


.main-outer {width: 548px;}
.main-inner {width: 100%; border: 4px solid #46B9E6;}
.main-inner h1 {display: none;}
.footer {width: 548px; color: #999999; padding: 5px 15px 15px 15px; font-size: 10px;}
.text-01 {border-top: 4px solid #46B9E6; display: block; color: #666666; padding: 15px 15px 5px 15px; font-size: 12px;}
.text-02 {border-top: 4px solid #46B9E6; display: block; color: #46B9E6; padding: 15px; font-size: 14pt; line-height: 140%;}

