﻿@charset "utf-8";

/*//////////////////////////////////////////////////

Title : message.css

For   : contents area


Copyright (C)2008 Grand Marche Co., Ltd. All rights reserved.

//////////////////////////////////////////////////*/


/*--------------------------
	message
--------------------------*/
.contentInnerRight .message {
	margin: 50px 0 10px 5px;
}
.contentInnerRight .message h2 {
	clear: both;
	font-size: 23px;
	font-weight: bolder;
	color: #093488;
	margin: 3px 0 0 50px;
}
.contentInnerRight .message h3 {
	font-size: 17px;
	font-weight: bolder;
	color: #093488;
	margin: 3px 0 0 50px;
}
.contentInnerRight .message p {
	font-size: 95%;
	margin: 3px 0 0 50px;
	line-height: 120%;
}
.contentInnerRight .message p .topic {
	font-weight: bolder;
	color: #093488;
}
.contentInnerRight .message p .bold {
	font-weight: bolder;
	color: #a77b72;
}
.contentInnerRight .message .photo {
	float: left;
	margin: 0 5px 0 40px;
}
.contentInnerRight .message .photo p {
	font-size: 90%;
	margin: 3px 0 0 0;
	font-weight: bolder;
	text-align: right;
}


