@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */
dl	{
	padding: 0px;
	margin-bottom: 10px;
        border: 0px solid #FF0000;
}


a:link,
a:visited {
      color: #FFFFFF;
      text-decoration: none;
}
a:hover,
a:active {
      color: #FFA500;
      text-decoration: none;
}/* オンマウス定義 */

dd	{
	padding: 0px;
}
dd li	{
	padding: 0px;
}



