body {
	margin: 0;
	color: #333;			/* ベースフォント色 */
	background: #000;		/* 背景色 */
	padding: 0;				/* Opera用 */
}

a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

.bg {			/* （BBS投稿フォーム） */
	background: #FFFBF3;
}

.form {			/* メニュー、入力フィールド、ボタン */
	width:300px;
	margin: 0;
}

.blue {
	color: #003399;
}

.blue a:link,
.blue a:visited,
.blue a:active {
	color: #003399;
	text-decoration:none;
}

.blue a:hover {
	color: #003399;
	text-decoration:underline;
}
.green {
	color: #060;
}

.content {
	padding: 10px 15px;
}

.title {
	width: 100%;
	float: left;
	color: #0148C6;
	padding: 3px 5px 3px 30px;
	background: url(http://salablue.com/img/recent/mark.gif) no-repeat;
}

.sentence {
	width: 100%;
	float: left;
	padding: 10px;
	background: url(http://salablue.com/img/recent/line.gif) no-repeat;
}

.ImageArea {
	float: right;
	width: 260px;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #666666;
}

.image {
	width: 250px;
	text-align: center;
}

.photo {
	width: auto;
	clear: left;
	color: #0148C6;
	padding: 3px 0 1px 0;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #0148C6;
}

.GalleryPhoto {
	border: 1px solid #999999;
}

td.bgblue {
	background: #0148C6;
}

/* Contact */

.ConPadL {
	padding: 5px 0 0 10px;
}

.ConPadR {
	padding: 5px 10px 0 0;
}

