﻿@charset "utf-8";

/* ページ本体
--------------------------------------------------*/
#pagebody {
	padding-top: 10px;
	background-image: url(../img/bg_subpage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* コンテンツ
--------------------------------------------------*/
#content h1 {
	margin: 0px;
	padding: 0px 0px 1px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}

#content h2 {
	margin: 25px 0px 5px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}

#content h3 {
	margin: 15px 0px 2px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#content p {
	margin: 6px 0px;
	padding: 1px;
	font-size: 14px;
	line-height: 1.5;
}

#content p.small {
	margin: 2px auto 6px 30px;
	padding: 1px;
	font-size: 12px;
	line-height: 1.5;
}

#content table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
}

#content table td {
    border: 1px solid #DDDDDD;
    padding: 4px;
	font-size: 14px;
}

#content table td.name {
	font-weight: bold;
	white-space: nowrap;
}

#content table td.year {
	white-space: nowrap;
}

#content a.large {
	display: block;
	margin: 0px 120px 0px 0px;
	padding-left: 22px;
	height: 36px;
	line-height: 36px;
	background-image: url(../img/arrow1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#content a.mid {
	display: block;
	margin: 0px 120px 0px 0px;
	padding-left: 22px;
	height: 18px;
	line-height: 18px;
	background-image: url(../img/arrow2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#content img {
	border: none;
	margin: 5px auto 2px 25px;
}

#content img.tb {
	border: none;
	margin: 0px;
}


