@charset "UTF-8";
/* コンテンツ */
#title h2 {
	background-image:url(../img/title.png);
}
.sub {
	background-image:url(../../img/sub_line_purple.gif);
}
.subsub {
	color:#c68ae6;
	border:1px dotted #c68ae6;
	background-image:url(../../img/pt_purple.gif);
}
.waku {
	padding:15px 18px 14px;
	background-color:#fbf7fd;
	border:1px dotted #c68ae6;
}
.waku h3 {
	font-size:116%;
	color:#fff;
	background-color:#d095e6;
	padding:7px 0 4px 10px;
	line-height:1.231;
	margin-bottom:20px;
	text-align:center;
}
.waku2 {
	padding:15px 18px 14px;
	background-color:#ffffee;
	border:2px solid #dddddd;
}
.table5 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table5 td {
	border-width:1px;
	border-style:dotted;
	border-color:#ccc;
	padding:0 15px;
	margin:0;
}
.table5 th {
	border-width:0;
	width:150px;
	text-align:left;
	margin:0;
}
.arr {
	background-image:url(../img/arr1.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:2px;
}
.pleft {
	float:left;
	width:180px;
}
.pright {
	float:right;
	width:460px;
}
.arr2 {
	background-image:url(../img/arr2.gif);
	background-repeat:no-repeat;
	background-position:right center;
}