
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 95%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*background-image: url(/omakase/rsrc/img/bg_01.gif);
	background-repeat: repeat-x;*/
}


/* --------------------
list
-------------------- */
ul { 
margin: 0 0 0 2em; 
padding: 0; 
}

ol { 
margin: 0 0 0 2em; 
padding: 0; 
}


/* --------------------
text
-------------------- */
.body {
	font-size: 95%;
	line-height:140%;
	color: #444444;
}

.bodyW {
	font-size: 95%;
	line-height:140%;
	color:#444444;
}

.bodyB {
	font-size: 95%;
	line-height:140%;
	font-weight: bold;
	color: #444444;
}

.title {
	font-size: 100%;
	line-height:130%;
	font-weight: bold;
	color: #444444;
}

.titleW {
	font-size: 100%;
	line-height:130%;
	font-weight: bold;
	color: #FFFFFF;
}

.bodyS {
	font-size: 80%;
	line-height:140%;
	color: #444444;
}

.bodySW {
	font-size: 80%;
	line-height:140%;
	color: #FFFFFF;
}

.bodySS {
	font-size: 70%;
	line-height:130%;
	color: #444444;
}


/* -----------------------------------------
 Anchor
----------------------------------------- */
a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:active {
	color:#F76B1F;
	text-decoration:none;
}
a:hover {
	color:#F76B1F;
	text-decoration:none;
}


/*BlackLink*/
a.black:link {
	color: #444444;
	text-decoration:none;
}
a.black:visited {
	color: #444444;
	text-decoration:none;
}
a.black:active {
	color: #888888;
	text-decoration:none;
}
a.black:hover {
	color: #888888;
	text-decoration:none;
}


/*BlueLink*/
a.blue:link {
	color: #0066CC;
	text-decoration:none;
}
a.blue:visited {
	color: #0066CC;
	text-decoration:none;
}
a.blue:active {
	color: #F76B1F;
	text-decoration:none;
}
a.blue:hover {
	color: #F76B1F;
	text-decoration:none;
}
p.copyright{
	font-size: 85%;
}