/* ------------------------------------------- body */

body 
{  
margin-top: 1.5em;
text-align: center;
background-color: #fffbe6;
}

body,
td
{
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.4em;
}

html>body,
html>body td
{ /* gecko and macie  */
font-size:small;
font-family:sans-serif;
line-height: 1.4em;
}

em{
font-style:normal;
}


/* ------------------------------------------- layout */

#ghcont 
{
width:700px;
background-color: #fffbe6;
text-align:center;
margin:0;
padding:0;
}

#ghtitle 
{
width:700px;
height:118px;
background-image: url(http://i.yimg.jp/images/geo/geocre/tmpl/03/img/bg_top_b.gif);
margin:0;
padding:0;
}

#ghmain 
{
width:700px;
margin:0;
padding:0;
}

#c1 
{
width:100%;
background-image: url(http://i.yimg.jp/images/geo/geocre/tmpl/03/img/bg_main_b.gif);
margin:0;
padding:0;
}


#c2 
{
width:100%;
background-image: url(http://i.yimg.jp/images/geo/geocre/tmpl/03/img/bg_main_b.gif);
text-align:center;
margin:0;
}

#c3 
{
width:700px;
height:110px;
text-align:center;
background-image:url(http://i.yimg.jp/images/geo/geocre/tmpl/03/img/bg_bottom_b.gif);
background-repeat:no-repeat;
margin:0;
padding-bottom:50px;
}

/* ------------------------------------------- header */

h1 
{
color:#39a40b;
font-size: 16px;
text-align: left;
padding-top: 30px;
padding-left: 50px;
margin:0;
}

h2 
{
font-size: 15px;
padding-top: 30px;
font-style:normal;
}

/* ------------------------------------------- menu */

#ghmenu
{
color:#39a40b;
font-weight:bold;
text-align:left;
margin:0;
padding:5px 0px 5px 50px;
}

#ghgl
{
text-align: center;
}

#ghdr
{
text-align: center;
}

#ghgb
{
text-align: center;
}

#ghm 
{
text-align: center;
}

#ghlo 
{
text-align: center;
}

/* ------------------------------------------- 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;
}

.spacer50
{
font-size: 0; 
line-height: 0;
width: 50px;
height: 50px;
clear: both;
}
		

img
{
border: 0;
}

p
{
margin:0;
}

.text p
{
line-height: 1.5em;
text-align: left;
padding:0px 10px 0px 20px;  
}


	
/* ------------------------------------------- link */
a:link 
{
text-decoration : none;
background: transparent;
color:#39a40b;
}

a:visited
{
text-decoration : none;
background: transparent;
}

a:hover
{
text-decoration : underline;
background: transparent;
}

