﻿@charset "utf-8";
/* -----------------------------------------------------
* index.htmlに適用させるCSS
* create: 2011/08/22 
* author: sakaguchi

*INDEX
* 1.mainブロック
----------------------------------------------------- */
 /* ----------------------------------------------------------------------------------------------------
 * ▼　1.mainブロック
 * --------------------------------------------------------------------------------------------------*/ 
 article{
	 margin-bottom: 40px;
 }
article h2{
	margin-bottom: 5px;
}
article dl{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
}
article dl dt{
	width: 290px;
	margin-right: 10px;
	float: left;
	font-weight: bold;
}
article dl dd{
	width: 630px;
	float: left;
}
article p.button{
	text-align: right;
}
article p.button a:hover{
	opacity: 0.8;
}