﻿/*
--------------------------------------------------------
Class:			Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../common/css/common.css);


img#solutionImage	{
	margin-bottom: 9px;
}

.solutionMainArea	{
	float: left;
	width: 490px;
}

.solutionSubArea	{
	float: right;
	width: 200px;
}

h3#subMenuHeader	{
	margin: 0;
	padding: 0.5em;
	background-image: none;
	font-size: 1.0em;
}
