﻿@charset "utf-8";

/*//////////////////////////////////////////////////

Title : history.css

For   : contents area


Copyright (C)2008 Grand Marche Co., Ltd. All rights reserved.

//////////////////////////////////////////////////*/


/*--------------------------
	history、with675px
--------------------------*/
.contentInnerRight .history {
	margin: 50px 0 10px 5px;
}
.contentInnerRight .history h3 {
	font-size: 95%;
	font-weight: bolder;
	color: #336699;
	margin: 3px 0 0 50px;
}
.contentInnerRight .history p {
	font-size: 95%;
	margin: 3px 0 0 50px;
}
.contentInnerRight .history table {
	font-size: 95%;
	margin: 3px 0 0 50px;
}

.contentInnerRight .history td.year {
	width: 70px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 0;
	border-bottom:1px solid #808080;
}

.contentInnerRight .history td.month {
	width: 50px;
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
	padding: 3px 0 10px 0;
	border-bottom:1px solid #808080;
}

.contentInnerRight .history td.history {
	width: 495px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 30px;
	border-bottom:1px solid #808080;
}

.contentInnerRight .history td.year_noline {
	width: 70px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 0;
}

.contentInnerRight .history td.month_noline {
	width: 50px;
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
	padding: 3px 0 10px 0;
}

.contentInnerRight .history td.history_noline {
	width: 495px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 30px;
}


