/*
<link rel="stylesheet" type="text/css"
href="control.css" />
*/

/*
<p id="logo">チットチャト<br>

 英会話 スクール <br>

沖縄県　<br>

那覇市・糸満市</p>
*/

/*
The following is used to reset the browsers, taking away the defaults
*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding:0;
	margin:0;
	font-size:100%;
	font-weight:normal;
	}

ol	{
	margin-left:1.4em;
	list-style:decimal;
	}

ul	{
	margin-left:1.4em;
	list-style:square;
	}

img 	{
	border:0;
	}

a	{text-decoration: none;}
	
/*
The above code is used to reset the browsers, taking away the defaults
*/


body 	{
	background: url(../images/background_jpeg30.jpg) 
	left top;
	
	}



/*
----------------------below is code for the top of each page----------------------
*/

#wrap 	{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background-color: #eee;
	
	}

.hide	{ color: white; text-align: center; }

#banner {
	text-align: center;
	background-color: #ffffff;
	height: 175px;
	border: double 7px purple;
			
	}

#banner a:link    {color: red;}
#banner a:visited {color: #13abef;}
#banner a:hover   {background: yellow;}

#banner ul	{
	float: right;
	text-align: left;
	height: 143px;
	width: 200px;
	padding-top: 5px;
				
	}

#banner li  {
	list-style: none;
	padding-bottom: 3px;
	padding-left: 34px;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;	
	background-position: 0px 2px;
	font-size: 15px;
		
	}

.logo {
	float:left;
	padding-top: 15px;
	width: 180px;
			
	}

.trial {
	
	font-size: 16px;
	font-weight: bold;
	color: red;
	
	}

h1	{
	font-weight: bold;
	font-size: 47px;
	color: #0000ff;
	padding-top: 15px;

	
	}
#beans {
	width: 600px;
	height: 50px;
	float: left;
	padding-top: 20px;
	
	}


#beans img {
	border: none;
	float: left;
	padding-left: 60px;
	height: 49px;
	width: 37px;

	}

/*
----------------------this ends the code for the top of each page----------------------
*/

















