@charset "utf-8";
/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */
/* Import
-------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2012-12-01
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
  }
.container{
    width: 100%
}
  
body{
  background-color: #C9EBED;
  text-align:center; }

 /* #mainLayer
-------------------------------------------------- */ 
#mainLayer{
  margin: 0;
  padding: 0;
  width: 900px;
  height:auto;
  background-color:#FFFFFF;
  }

h1{ padding-top: 30px;
    padding-left: 30px;
   text-align:left;
    float:left; }

p.menu{
  	padding-right: 40px;
 	padding-top: 40px;
	text-align: right; }
p.menu a{
	text-decoration: none; }
p.menu a:link {
	text-decoration: none; }
p.menu a:visited{
	text-decoration: none; }
p.menu a:hover{
	text-decoration: underline; }
p.menu a:active{
	text-decoration: none; }
p.menu img {
	margin-left: 50px; }
.contents{
    margin-top:50px;
	margin-bottom:40px; }
address{
    padding-bottom:40px; }
