@media all {
img.logo {
	padding-bottom: 10px;
}
}
p.btn {
	text-align: center;
	clear: both;
	font-size: 120%;
}
@media print {
p.btn {
	display: none;
}
}
em {
	font-style: normal;
	font-weight: bold;
	color: #330099;
}
a:link {
	color: #336600;
}
a:visited {
	color: #339900;
}
a:hover {
	color: #FF6600;
}
p.i {
	line-height: 130%;
	text-indent: 1em;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #0000FF;
}
/* 枠付きテーブルの設定 */
td.lt {
	background:url(images/box_1.gif) no-repeat; width: 11px;
}
td.to {
	background:url(images/box_2.gif) repeat-x;
}
td.rt {
	background:url(images/box_3.gif) no-repeat; width: 13px;
}
td.lg {
	background:url(images/box_4.gif) repeat-y;
}
td.rg {
	background:url(images/box_5.gif) repeat-y;
}
td.lb {
	background:url(images/box_6.gif) no-repeat;
}
td.bt {
	background:url(images/box_7.gif) repeat-x;
}
td.rb {
	background:url(images/box_8.gif) no-repeat;
}
@media print{
td.lt {
	border-top:thin solid #000000;
	border-left:thin solid #000000;
}
td.to {
	border-top:thin solid #000000;
}
td.rt {
	border-top:thin solid #000000;
	border-right:thin solid #000000;
}
td.lg {
	border-left:thin solid #000000;
}
td.rg {
	border-right:thin solid #000000;
}
td.lb {
	border-left:thin solid #000000;
	border-bottom:thin solid #000000;
}
td.bt {
	border-bottom:thin solid #000000;
}
td.rb {
	border-right:thin solid #000000;
	border-bottom:thin solid #000000;
}
}


/* FPのつぶやきの設定 */

.tsubuyaki dt,dd {
	margin: 0;
	padding: 0;
}
.tsubuyaki  {
width: auto;
}
.tsubuyaki dt,dd {
	padding-top: 15px;
	padding-left: 15px;
}
.tsubuyaki dt {
clear: left;
float: left;
width: 100px;
}
.tsubuyaki dd {
	margin-left: 100px;
	line-height: 140%;
}
#select {
	width: 600px;
	float: right;
	margin-top: 50px;
}
#select .arrow {
	font-size: 120%;
	float: right;
	width: 200px;
}
