/*c-1*/
.c-1			{padding: 20px;
				text-align: center;}
.c-1 img		{border: 7px solid #777;}
/*c-2*/
.c-2			{margin:0 auto;
				width: 720px;
				border: solid 1px #aaa;
				border-radius:10px;
				background-color: #f0f0fd;
				overflow:hidden;}
.c-2 img		{float: left;
				padding: 20px 20px 20px 15px;}
.c-2 h1			{padding: 12px 0 8px 0;
				margin: 0;
				font-size: 16px;
				line-height: 1;}
.c-2 p			{margin: 0;
				font-size: 13px;
				line-height: 1.2;}
.c-2 h2			{margin: 0;
				padding: 5px 20px;
				float:right;
				font-size: 13px;}
/*c-3*/
.c-3			{margin:0 auto;
				width: 500px; 						/*ボックスの幅*/
				background-color: #fff; 			/*ボックスの背景色*/
				border: 1px #888 solid; 			/*ボックスの境界線*/
				font-size: 14px;} 					/*ボックスの文字サイズ*/
.c-3 h1 		{margin: 0; 						/*タイトルのマージン*/
				padding: 2px 10px; 					/*タイトルの余白*/
				text-align: center;					/*タイトルの左右位置*/
				background-image: linear-gradient(to bottom,#ef0 0%,#cf0 100%);
				background-color:#df0;/*タイトル背景色*/
				border-bottom: 1px #888 solid;		/*タイトル下境界線*/
				font-size: 16px;					/*タイトルの文字サイズ*/
				line-height: 1.4;} 					/*タイトルの行間*/
.c-3 p			{margin: 0;
				padding:0 0 0 15px;					/*本文左空間*/
				line-height:1.5;}					/*本文の行間*/
.c-3 a			{color:#af4f5e;
				text-decoration: none;}
.c-3 .textArea	{height: 90px;						/*本文領域の高さ*/
				overflow: auto;}					/*欄外をhideにする*/

.c-4			{margin: 20px 0 0 450px;}