@charset "UTF-8";
/* --------------------------------
絶対座標によるレイアウト
-------------------------------- */
#ttl01 { height: 25px; }
#ttl02 { height: 49px; }
#ttl03 { height: 46px; }
#ttl04 { height: 55px; }
#ttl05 { height: 25px; }
#ttl06 { height: 42px; }

ul#photos { height: 150px; }
ul#photos li { float: left; }

/* --------------------------------
section内レイアウト
-------------------------------- */
#msg01 {
	padding-bottom: 30px;
}
#about {
	padding-top: 30px;
	border-top: 1px solid #CCCCCC;
	width: 820px;
	padding-bottom: 30px;
}
#about p {
	padding-bottom: 8px;
}
#spec {
	padding-bottom: 10px;
}

/* --------------------------------
テーブル表現
-------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 14px solid #f2f2f2;
	background-color: #f2f2f2;
	width: 670px;
}
table th {
	text-align: left;
	vertical-align: top;
	padding-top: 14px;
	padding-left: 20px;
	width: 140px;
}
table td {
	padding: 14px 0 0 0;
}
table td p {
	padding: 0;
}
table td table td {
	padding-top: 0;
}
/* --------------------------------
バレット追加
-------------------------------- */
a.arrowLink,
.arrowLink a {
	background: transparent url(../gif/linkmark_g.gif) no-repeat 0 50%;
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
}

