/*--------------------------------------
Base Settings
--------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font-family: sans-serif;
 	font-size: 16px;
	background:azure;

}

#container {
	width:980px;
	height:auto;
	margin: 0 auto;
	padding:15px;
	background:#fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	
}
header {
    background:#27c097;
	width:980px;
	height:70px;
	padding-top:15px;
	padding-bottom: 8px

	
}

#head_top-line {
	background:blue;
	width:100%;
	height:5px;	
}

#header-title {
    font-size: 20px;
    font-weight: 20;
    text-align:center;
    margin: 0px 0px 10px 0px;
    
}


p  {
    font-size:20px;
    font-weight:bold;
	color:black;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

p2  {
    font-size:16px;
    font-weight:normal;
	color:black;
	padding-left:20px;
}


p3  {
    font-size:16px;
    font-weight:normal;
	color:black;
	margin:0px 0px 0px 290px;
}



#footer {
	background:#27c097;
	width:980px;
	height: 30px;
	text-align: center;
	color:#fff;
	padding-top:5px;

}


/*--------------------------------------
Area-1 Settings
--------------------------------------*/

#area-1 {
	width:980px;
	height:4500px;
	margin-top:10px;
	margin-bottom:10px;
	background: #a1d8e6;

}


#area-1-text {
	width:950px;
	height:4500px;
	float:left;
	margin-top:10px;
	padding:5px;
	margin-left:10px;
	
}









/*--------------------------------------
by Kin-ichi Oyama
--------------------------------------*/
