﻿@charset "UTF-8";


/*----------------------------------------------------------------------------*/
.clearFix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearFix { display:inline-table; }
/* Hides from Mac IE \*/
* html .clearFix { height:1px; }
/*----------------------------------------------------------------------------*/
html{	overflow-x:hidden;overflow-y:scroll;}

body{
	margin:0px 0px 0px 12px;
	padding:0px;
	text-align:left;
/*	background:#ffffff;*/

font-family: "Helvetica","MS Arial","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka",sans-serif,"MS Pゴシック";

	line-height:1.8;
	font-size:13px;
	color:#333333;
}

#innerContents{
	width:565px;
	margin:0px;
	padding-bottom:16px;
	display:block;
	text-align:left;
}

h1{
	width:575px;
	margin:0px 0 8px;
	padding:10px 0px 20px 15px;
	font-size:15px;
	background:url(./imgSystem/thickBox_bg_h1.png) no-repeat;
	color:#ffffff;
}


p{
	margin:4px auto 3px;
	padding-left:8px;
	line-height:1.8;
	vertical-align:top;
}

.img01{	float:right;margin:0 0 4px 4px}


/*----------------------------------------*/

dl{
	width:570px;
	margin:15px 0 15px 5px;
	padding:0px 0 5px;
	border-bottom:1px dotted #cccccc;
}



dt{
	margin:3px 0 3px 5px;
	padding:5px 0 5px 17px;
	font-size:13px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	background:url(./imgSystem/thickBox_squareH.png) no-repeat;
}

dd{margin:3px 0 8px 10px;padding:5px 0 5px 6px}

li{list-style-image:url("./imgSystem/thickBox_listImg.png");}
