/* default.css */
/*--------------------------------------*/
body {
    margin-top: 0px;
}
#topcontainer {     /*only index.html (no bkgr) */ 
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#container {
	border: 0px solid green;
	position: relative;
	margin: 0px 0px 0px 15px;
	width: 960px;
	text-align: left;
	font-family: '¾®ÄÍ¥´¥·¥Ã¥¯ Std', '£Í£Ó ¥´¥·¥Ã¥¯';
	font-size: 9pt;
	color: #555555;
}
	#header {
		border: 0px pink solid;
		width: 960px;
		height: 65px;
        margin-bottom: 5px;
	}
		#logo_header {
			border: 0px solid black;
			width: 280px;
			float: left;
			margin: 5px 20px 0px 20px; 
		}
		*html #logo_header {
			border: 0px solid black;
			width: 280px;
			float: left;
			margin: 5px 10px 0px 10px; 
		}
		#menu img {
			border: 0px green solid;
			float: left; 
			margin-right: 10px;
			margin-top: 5px;
		}
		#logo_iy {
			float: right; 
			border: 0px blue solid; 
			width: 50px;
			margin-right: 10px;
			margin-top:5px;
		}
	#footer {
		border: 0px pink solid;
		width: 960px;
		height: auto;
		padding: 0px;
	}
		#footer img {
            margin-right: 20px;
			float: right;
		}
    #bkgr_bottom img {
        margin-left: 8px;
    }

	#topmovie {
		border: 1px solid silver;
		margin-left:30px;
		width: 900px;
		height:540px;
	}
 	#contents {
		border: 0px yellow solid;
		width: 960px;
		margin: 5px 0px 0px 0px;
		padding: 0px;
    }

    a:link {
        color: #766c62;
        text-decoration: none;
    }
    a:visited {
        color: #766c62;
        text-decoration: none;
    }
    a:hover {
        color: #766c62;
        text-decoration: underline;
    }
    .column {
        overflow: visible;
        border: 1px solid #dbdce0;
        width: 525px;
        height: 1610px;
        margin: 0px;
        padding: 5px;
    }
    .columngray {
        /*background: #ebebe1;*/
        border: 1px solid #ebebe1;
        padding: 5px;
        margin: 10px;
        font-family: '¾®ÄÍ¥´¥·¥Ã¥¯ Std', '£Í£Ó ¥´¥·¥Ã¥¯';
        color: #555555;
        width: 510px;
        float: left;
    }
    .recipelink{
        width:260px;
        border:none;
        background-color:#FFFFCC;
        color:#FF5900;
        cursor:pointer;
    }
    .bbutton{
        margin: 0px 0px;
        width: 120px;
        height: 34px;
        background-color: #ffffff;
        background-image: url(../img/back_button.gif);
        background-repeat: no-repeat;
        background-position: center center;
        border-style: none;
    }

