@charset "utf-8";

/*
=============== CONTENTS =================

	last-update : 2013/12/05
	
	1: case		 [2013/12/05]


==========================================
*/


/* 1. case
==========================================*/
.layout01 {
	margin-top: 20px;
}
.layout01,.layout01 hr {
	clear: both;
}
.layout01 h2{
    border-bottom: 1px solid #999999;
    line-height: 1.4;
    margin: 0 0 1em;
    padding-bottom: 3px;
}
.layout01 sub{
	font-size: 0.8em;
	text-decoration: none;
}
.layout01 h3 {
	font-size: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 1em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333333;
	font-weight: bold;
}
.layout01 h4 {
	font-size: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-weight: bold;
}
.layout01 .list1 li{
	background-image: url(ul_list1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
	padding-left: 20px;
list-style-type: none;
}
.layout01 .list2 li{
	background-image: url(ul_list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
	padding-left: 20px;
list-style-type: none;
}
.layout01 .txtBox {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
}

#banner strong {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 30px;
	margin: 20px 10px 0;
	padding-bottom: 10px;
	text-align: center;
	text-shadow: 0 1px 1px #333333;
	background-image: url(../images/subttl.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#banner img {
	margin: 7px 10px;
}