@import url("../style/common.css");

/* Outback Steakhouse Japan */
/* cake.css */


/* birthday cake */

body {
	background:#891a1c url("../images/bkg_page.jpg");
	font-size:13px;
	line-height:1.6;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN",Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	}

#container {
	width:740px;
	background:#891a1c url("../images/bkg_content.jpg");
	margin:0 auto;
	padding:20px 0 30px;
	}

a:link    {color:#9c0000;text-decoration:underline;}
a:visited {color:#9c0000;text-decoration:underline;}
a:hover   {color:#9c0000;text-decoration:none;}
a:active  {color:#BB030B;text-decoration:none;}

h2 {
	padding:10px;
	}

.cakeImg01 {
	text-align:center;
	margin:0 auto;
	padding:0;
	}

.cakeImg02 {
	text-align:center;
	margin:0 auto 20px;
	padding:0;
	}

h3 {
	font-size:15px;
	line-height:1.6;
	font-weight:bold;
	color:#990000;
	padding:0 2em;
	}

h4 {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	color:#990000;
	padding:0 2.5em 1em;
	}

p {
	padding:0 2.5em 1em;
	}

ol {
	list-style:decimal;
	padding:0 2em 1em;
	}

ol li {
	margin-left:4em;
	}

.close {
	text-align:center;
	margin:40px 0;
	}


