﻿@charset "utf-8";

@import url(base.css);

h2 {
	position:absolute;
	top:104px;
	right:16px;
}

h3 {
	clear:both;
	margin-bottom:10px;
}

ul#topBnr {
	clear:both;
	margin-bottom:20px;
}
ul#topBnr li {
	display:block;
	float:left;
}
ul#topBnr li.last {
	padding-left:20px;
}


/*                    index.section                          */
div.section {
	background:url(../image/head-line-top.jpg) no-repeat;
	padding:7px 0 0 0;
	margin-bottom:20px;
}
div.section dl {
	background:url(../image/head-line-center.jpg) repeat-y;
	padding:3px 20px 0 20px;
}
div.section dl dt {
	color:#E60051;
	font-size:1.3em;
	font-weight:bold;
	font-family:meiryo;
	padding-bottom:4px;
}
div.section dl dd {
	padding:0 0 6px 0;
}
div.section dl dd ul li {
	list-style:circle;
	margin-left:20px;
	line-height:2;
}
div.section div {
	background:url(../image/head-line-bottom.jpg) no-repeat;
	height:7px;
}

div.section2 {
	margin-bottom:20px;
	position:relative;
}
div.section2 dl {
	padding:10px 20px 0 20px;
}
div.section2 dl dt {
	color:#E60051;
	font-size:1.3em;
	font-weight:bold;
	font-family:meiryo;
	padding-bottom:4px;
}
div.section2 dl dd ul {
	padding-bottom:5px;
}
div.section2 dl dd ul li {
	list-style:circle;
	margin-left:20px;
	line-height:2;
	color:#333;
}
div.section2 dl dd {
	color:#E60051;
}
div.section2 span ,div.section3 span {	
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	padding-top:40px;
}
div.section3 {
	margin-bottom:60px;
	position:relative;
	padding-bottom:20px;
}
div.section3 p {
	padding:10px 0 0 20px;
}
