.btn-submit {
    padding: 10px 60px;
    background: CCCCCC;
    border: #8c8880 1px solid;
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 2px;
    cursor: pointer;
}	
	HTML {
		MARGIN: 0px;
		padding : 0px;
	}
	BODY {
		MARGIN: 0px;
		color : #000030;
		height: 100%;
		padding : 0px;
		background : #EEEEEE url(img/left.jpg) repeat-y;
		font-size : 1.2em;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
	}

	#leftcontent {
		position: absolute;
		left:0px;
		font-weight : bolder;
		top:0px;
		font-size : .8em;
		width:179px;
		height : 100%;
		font-style : italic;
		background : url(img/lc.jpg) no-repeat top left;
		padding : 10px 10px 5px 5px;
	}
	.content {
		padding-right : 15%;
	}

	#content {
		margin-left: 180px;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 181px;
	}
	html>body #content {
		margin-left: 180px;
	}


	#header {
		font-style : italic;
		font-size : .8em;
		background : url(img/top.jpg) repeat-x;
    padding-left: 50px;
		font-weight : bolder;
		height : 81px;
	}
	#footer {
		CLEAR: both;
		FONT-SIZE: 11px;
		COLOR: #006;
		TEXT-ALIGN: right;
		padding : 2px 10px 2px 0px;
	}
	#nav {
		padding-left: 10px
	}

	.contact, .nav{
		text-decoration : underline;
		COLOR: #003;
		cursor : pointer;
	}
	.contacth, A.nav:hover  {
		width : 100%;
		text-decoration : underline;
		text-align : left;
		color : White;
		cursor : pointer;
		background : Blue;
	}

	A.nav:link    {
	}
	A.nav:visited {
	}

	A.nav:hover   {
	}

	.logo  {
		float: left;
	}
	.sp  {
		margin-left: 20px;
		margin-bottom: 20px;
		border : thin solid  #003;
	}
	.box, .refer, .hbox {
		border : 1px solid #000003;
		background-color : #EEEEEE;
		padding : 3px 0px 3px 3px;
		width : 150px;
	}
  .hbox {
        margin-top: 9px;
  }
	.refer {
		cursor : pointer;
	}

	H1 {
		font-size : 1.5em;
		text-align : center;
		text-decoration : underline;
		margin : .5em;
		margin-top : .5em;
		margin-bottom : .5px;
		font-weight : bold;
	}
  .vertical {
  }