@charset "utf-8";
/* CSS Document */

/* 文字色、背景色 */
body {
	background-color: #ffffff;
	color: #333;
	line-height: 1.6;
}
/* マージン、パディングのリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0; 
	margin: 0;
}
/* テーブルセルの間隔を揃える */
table {  
	border-collapse: collapse;
	border-spacing: 0;  
}
/* デフォルトの線を消す */
fieldset, img {  
	border: 0;
}
/* デフォルトのスタイルを消す */
address, caption, cite, code, dfn, em, strong, th, var {  
	font-style: normal;
	font-weight: normal;  
}
/* リストマークを消す */
ol, ul {  
	list-style: none;  
}
/* デフォルトのテキストの中央揃えを左寄せに */
caption, th {  
	text-align: left;
}
/* デフォルトのフォントサイズをリセット */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
	font-weight: normal;  
}  
/* q要素に引用符をつけないようにする */
q:before, q:after {  
	content: ''; 
}  
/* 略語の下線を消す */
abbr, acronym {  
	border: 0;  
}
/* フォントファミリー */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','メイリオ';
}
/* フォントサイズ */
body {
	font-size: 75%;
}
/* テーブルでフォントサイズを継承 */
table {
	font-size: 100%;
	line-height: 1.6;
}
/* イメージの下空白を消す */
img {
	vertical-align: bottom;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix, form { display: block; }
/* End hide from IE-mac */


body {
	width: 800px;
	margin: 100px auto;
}
div {
	padding-bottom: 80px;
	margin-top: 30px;
	background: URL(../img/bg_body.gif) 0 100% no-repeat;
}
div h2 {
	padding: 80px 35px 30px;
	background: URL(../img/bg_top.gif) 0 0 no-repeat;
}
div p {
	margin: 0 35px 30px;
}
div p.pdf {
	padding-left: 25px;
	margin: 0 35px;
	background: URL(../img/icon_pdf.gif) 0 50% no-repeat;
}