@charset "utf-8";
/* layout */

/* titles */
h2 { font-size: 1.2em; }

.t_styles {
	text-indent: -9999px;
	margin-bottom: 15px;
}

.t2_styles {
	border: 1px solid #9e9e9f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

section div.contents {
	padding: 0 10px;
	margin: 0;
}

h1#t01 {
	background-image: url(../images/handbookVol3/ttl_1.gif);
	width: 840px;
	height: 29px;
	margin-bottom: 15px;
}

h2#t02 { background: url(../images/handbookVol3/ttl_2.png) no-repeat 9px #9e9e9f; }

h2#t03 { background: url(../images/handbookVol3/ttl_3.png) no-repeat 9px #9e9e9f; }

h2#t04 { background: url(../images/handbookVol3/ttl_4.png) no-repeat 9px #9e9e9f; }

h2#t05 { background: url(../images/handbookVol3/ttl_5.png) no-repeat 9px #9e9e9f; }

/* contents */
#box01 p {
	line-height: 1.5;
	margin: 0;
}

#box02 ul {
	list-style: none;
	line-height: 1.5;
	margin-top: 10px;
}

#box02 ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#box02 ul li:before {
	content: "※";
}

#box03 ul {
	list-style: none;
}

#box03 ul li {
	float: left;
	border: 1px solid #999;
	padding: 0;
	margin: 0 20px 0 0;
}

#box03 ul li a {
	display: block;
	width: 180px;
	height: 124px;
}

#box04 ul {
	margin-left: 1.2em;
	line-height: 1.6;
}

table.table1 {
	font-size: 100%;
	width: 100%;
	border: 1px solid #525252;
	border-collapse: collapse;
}

.table1 th {
	padding: 5px;
	border: 1px solid #525252;
	background-color: #666;
	color: #FFF;
	text-align: center;
	}

.table1 td {
	padding: 5px 8px;
	border: 1px solid #525252;
	}

.table1 th.gyou,	
.table1 td.gyou {
	line-height: 1.4;
}