﻿@charset "utf-8";

/*//////////////////////////////////////////////////

Title : support.css

For   : contents area


Copyright (C)2008 Grand Marche Co., Ltd. All rights reserved.

//////////////////////////////////////////////////*/

/*--------------------------
	support、with720px
--------------------------*/
.support .imgR {
	float : right;
	margin: 0 8px 5px 5px;
}
.support h3 {
	margin: 6px 0 3px 8px;
	font-size: 20px;
	font-weight: bolder;
	color: #cc3300;
}
.support p {
	margin: 4px 5px 4px 8px;
	font-size: 90%;
}
.contentInnerRight .topPict {
	margin: 50px 0 0 0;
	text-align: left;
}
.contentInnerRight span {
	margin: 0 0 0 5px;
	font-size: 90%;
	font-weight: bolder;
	color: #cc3300;
}
.contentInnerRight .topPict .valine15 {
	vertical-align: -15px;
}
.contentInnerRight .support {
	margin: 5px 0 0 0;
	width : 720px ;
	text-align: left;
}
.contentInnerRight .support .left {
	float : left;
	margin: 0 10px 0 0;
	width : 350px;
	text-align: left;
}
.contentInnerRight .support .right {
	float : left;
	margin: 0;
	width : 350px ;
	text-align: left;
}

/*--------------------------
	support area_curve
--------------------------*/

#supportCurve {
	background: #ffdcd0; /* 角丸の色 */
	margin:10px 0;
}
#supportCurve div.supportHead {
	font-size:1px;
	height:10px;
	background:url(../img/curve/support-left-head.gif) top left no-repeat;
}
#supportCurve div.supportHead div{
	font-size:1px;
	height:10px;
	background:url(../img/curve/support-right-head.gif) top right no-repeat;
}
#supportCurve div.supportBottom {
	font-size:1px;
	height:10px;
	background:url(../img/curve/support-left-bottom.gif) bottom left no-repeat;
}
#supportCurve div.supportBottom div{
	font-size:1px;
	height:10px;
	background:url(../img/curve/support-right-bottom.gif) bottom right no-repeat;
}

