@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */

dl	{
	padding: 0px;
	margin:0px;



}
dt	{
/*	background: url(../img/dt.gif) no-repeat 90% ;*/
	background: url(../img/more.jpg) no-repeat 90% ;
	padding: 8px 8px 8px 15px;
	margin:0px;
	font-weight: bold;

}

dd li	{
/*	background: url(../img/icon.gif) no-repeat 0 7px;*/
	padding: 0px 0px 0px 15px;
	list-style-type: none;
        border-bottom:1px #000 solid;

}

dl a {display:block;
      padding:8px;
}

#menu-info{display:inline;
border-bottom:2px #FFFFFF solid;
}
div #menu-info dt{background-color:#f7f5f6;}


#pageshare{
display:inline;
border-bottom:2px #FFFFFF solid;
}
#pageshare dt{
background-color:#f2f2f2;
text-align:center;
}

#siteshare{
display:inline;
border-bottom:2px #FFFFFF solid;
}
#siteshare dt{
background-color:#1ca3db;
text-align:center;
color:#FFFFFF;
}
