/* CSS Document */



/*================================= common =================================*/
* {
margin: 0px;
padding: 0px;
font-size: 100%;
line-height:1.2em;
}

body {
text-align: center;
color: #000000;
background: #66CCFF;
font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {

}

img {
border: 0px;
}

a:link {
/*color: #666666;*/
text-decoration: underline;
background-color: transparent;
border-left: 1px solid #66CCFF;
border-right: 1px solid #66CCFF;
margin: 2px;
padding: 2px;
}

a:visited {
/*color: #666666;*/
text-decoration: underline;
background-color: transparent;
border-left: 1px solid #66CCFF;
border-right: 1px solid #66CCFF;
margin: 2px;
padding: 2px;
}

a:hover {
/*color: #666666;*/
text-decoration: underline;
background-color: transparent;
border-left: 1px solid #66CCFF;
border-right: 1px solid #66CCFF;
margin: 2px;
padding: 2px;
}

a:active {
/*color: #666666;*/
text-decoration: underline;
background-color: transparent;
border-left: 1px solid #66CCFF;
border-right: 1px solid #66CCFF;
margin: 2px;
padding: 2px;
}

#wrapper {
width: 600px;
margin: 0px auto 0px auto;
text-align: left;
background-color: #FFFFFF;
}

/*================================= clearfix ===============================*/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*================================= header =================================*/
#header {
width: 600px;
margin: 0;
}

/*================================= footer =================================*/
#footer {
width: 600px;
margin: 0;
text-align: center;
}

#footer p {
padding: 30px 0 4px 0;
}


