/* ------------------------------------------- body */

body
{
margin: 0em;
text-align: center;
background-color:#;
}

body,
td
{
line-height: 1.4em;
}

html>body,
html>body td
{ /* gecko and macie  */
font-size:small;
font-family:sans-serif;
line-height: 1.4em;
}

/* ------------------------------------------- layout */

#ghcont 
{
width: 650px;
background-color: #ffffff;
padding:0;
margin:0;
border: solid 1px #dcdcdc;
text-align:center;
}

#ghtitle1
{
text-align:center;
width:100%;
height:80px;
background-color: #00ffff;
padding:0;
margin:0;
}

#ghtitle2
{
text-align:left;
width:100%;
background-color: #ffffff;
padding:0;
margin:0;
}

#ghfooter 
{
width:100%;
height:80px;
background-image: url(http://i.yimg.jp/images/geo/geocre/tmpl/01/img/footer-bk.jpg);
padding:0;
margin:0;
}

#c1 
{
text-align:left;
width: 150px;
background-color: #00ffff;
vertical-align: top;
padding:5px;
margin-right:0px;
}

#c2 
{
text-align: left;
width: 500px;
background-color: #bbffff;
vertical-align: top;
padding:5px;
margin-left:10px;
}

#c3 
{
text-align: center;
background-color: #ffff55;
vertical-align: top;
padding:0px;

/* ------------------------------------------- header */

h1
{
font-size: 24px;
color: black;
text-align: center;
padding-left: 20px;
margin:0;
}

h2 
{
font-size: 16px;
color:green;
}

/* ------------------------------------------- menu */

#ghlo 
{
text-align: right;
padding-top:20px;
padding-right:10px;
}

/* ------------------------------------------- general-purpose */
.spacer1
{
font-size: 0;
line-height: 0;
width: 10px;
height: 1px;
clear: both;
}

.spacer20
{
font-size: 0; 
line-height: 0;
width: 20px;
height: 20px;
clear: both;
}

img
{
border: 0;
}

p
{
margin:0;
line-height: 1.5em;  
}

/* ------------------------------------------- link */
a:link 
{
text-decoration : none;
background: transparent;
color: #550000;
}

a:visited
{
text-decoration : none;
background: transparent;
color: #0000ff;
}

a:hover
{
text-decoration : underline;
background: transparent;
color: #73A6C2;
}

