﻿@import url("../common/common.css");
@import url("../common/contents.css");

/*-----------------------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position:relative;
	background:#fff url("img/image.jpg") no-repeat 50% 0;
	height:250px;
}

/*-----------------------------------------------------------------------------
Hタグ制御
-----------------------------------------------------------------------------*/
h2 {
	background:url("img/title.gif") no-repeat;
}

table {
	margin-bottom:10px;
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:560px;
}

table.data {
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:200px;
}

.data th {
	width:150px;
	text-align:left;
}

p.image {
	float:left;
	padding-left:0;
}

table.small {
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:270px;
}

.small th {
	width:70px;
	text-align:left;
}

td,th {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
	font-size:12px;
}

th {
	width:150px;
	text-align:left;
}

td.num {
	width:30px;
	text-align:right;
}

