@charset "shift_jis";

*{
margin:0px;
padding:0px;
}

body{
font-family:Tahoma,Verdana,Segoe,sans-serif;
font-weight:normal;
font-size:12px;
line-height:1.5em;
background:url("../images/bg_body.gif") center top repeat-y;
}

a:link{
text-decoration:none;
color:#004d1f;
}
	
a:visited{
text-decoration:none;
color:#666666;
}
	
a:hover{
text-decoration:underline;
color:#004d1f;
background-color:#ffff99;
}

/**********************************************************************************[column] */

#whats_yamashitakan{
padding:0px 10px;
width:230px;
float:left;
display:inline;
background:url("../images/bg_new_yamashitakan.jpg") left top repeat-x;
}

#whats_cafe{
margin-left:5px;
padding:0px 10px;
width:230px;
float:left;
display:inline;
position:relative;
background:url("../images/bg_new_cafe.jpg") left top repeat-x;
}

#whats_sweets{
margin-left:5px;
padding:0px 10px;
width:230px;
float:left;
display:inline;
position:relative;
background:url("../images/bg_new_sweets.jpg") left top repeat-x;
}

/*********************************************************************************[link_color] */

#new_yamashitakan a{color:#047db0;}
#new_cafe a{color:#78b004;}
#new_sweets a{color:#b80340;}

/*********************************************************************************[dl] */

#new_yamashitakan dl,
#new_cafe dl,
#new_sweets dl{width:220px;}

/*********************************************************************************[dt] */

#maincontents dt{
margin:0.5em 0px 0.2em 0px;
padding-left:0.5em;
font-weight:bold;
line-height:1em;
}

#new_yamashitakan dt{
color:#047db0;
border-left:0.5em solid #047db0;
}

#new_cafe dt{
color:#78b004;
border-left:0.5em solid #78b004;
}

#new_sweets dt{
color:#b80340;
border-left:0.5em solid #b80340;
}

/*********************************************************************************[dd] */

#maincontents dd{
padding-left:1em;
}

/*********************************************************************************[kako] */

.kochira{
margin:0.5em 10px;
padding:5px 0px 10px 0px;
width:230px;
text-align:right;
border-top:1px dotted #DDDDDD;
}