﻿@charset "utf-8";

/*//////////////////////////////////////////////////

Title : profile.css

For   : contents area


Copyright (C)2008 Grand Marche Co., Ltd. All rights reserved.

//////////////////////////////////////////////////*/


/*--------------------------
	profile、with675px
--------------------------*/
.contentInnerRight .profile {
	margin: 50px 0 10px 5px;
}
.contentInnerRight .profile h2 {
	font-size: 23px;
	font-weight: bolder;
	color: #093488;
	margin: 3px 0 0 50px;
}
.contentInnerRight .profile p {
	font-size: 15px;
	margin: 3px 0 0 50px;
}
.contentInnerRight .profile table {
	font-size: 15px;
	margin: 3px 0 0 50px;
}
.contentInnerRight .profile table.inner {
	font-size: 15px;
	margin: 0;
}
.contentInnerRight .profile td.table_left {
	width: 180px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 0;
	border-bottom:1px solid #000;
}
.contentInnerRight .profile td.table_right {
	width: 485px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0 10px 0;
	border-bottom:1px solid #000;
}
.contentInnerRight .profile td.inner_left {
	width: 123px;
	text-align: left;
	vertical-align: top;
}
.contentInnerRight .profile td.inner_middle {
	width: 40px;
	text-align: left;
	vertical-align: top;
}
.contentInnerRight .profile td.inner_right {
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}
