@charset "UTF-8";
/*---------------*/
* {
	color: #000000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background-image: none;
}
/*---------------*/
#header,
#navi,
#side,
#footer,
#floorNavi,
#logo,
h1,
hr,
.toTop {
	display: none;
}
img {
	border: none;
}


/*---------------*/
#index #header,
#index h1 {
	display: block;
}

/*------------------------*/
body {
	font-size: 12pt;
	background-color: #FFFFFF;
}
/*------------------------*/
p {
	margin-bottom: 10px;
}
#topicpath {
	margin-bottom: 10px;
}

.divide_l {
	float: left;
	width: 48%;
}
.divide_r {
	float: right;
	width: 48%;
}

.divide_l_text01 {
	float: left;
	width: 60%;
}
.divide_r_ph01 {
	float: right;
	width: 260px;
}
.news .divide_r_ph01 {
	float: right;
	width: 260px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.divide_l_text02 {
	float: left;
	width: 65%;
}
.divide_r_ph02 {
	float: right;
	width: 220px;
}

.divide_l_text03 {
	float: left;
	width: 70%;
}
.divide_r_ph03 {
	float: right;
	width: 180px;
}

.divide_r_text01 {
	float: right;
	width: 80%;
}
.divide_l_ph01 {
	float: left;
	width: 90px;
}

.divide_r_text02 {
	float: right;
	width: 80%;
}
.divide_l_ph02 {
	float: left;
	width: 125px;
}

.divide_r_text03 {
	float: right;
	width: 80%;
	margin: 0;
	padding: 5px 14px;
}
.divide_l_ph03 {
	float: left;
	width: 110px;
	margin: 0;
}

.divide_r_text04 {
	float: right;
	width: 80%;
}
.divide_l_ph04 {
	float: left;
	width: 92px;
}

.divide_r_text05 {
	float: right;
	width: 70%;
}
.divide_l_ph05 {
	float: left;
	width: 220px;
}

.frame_bg {
	clear: both;
}
/*---------------*/
ul {
	list-style-type: none;
}

ul.basic,
ul.type02 {
	list-style: disc;
	padding-left: 15px;
}
ul.type01 li {
	float: left;
}
ul.typeMap li {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
}
#sitemap #contents li {
	float: left;
	width: 14em;
	white-space: nowrap;
}

ol.basic {
	margin-left: 24px;
}

dd {
	margin-left: 20px;
}

#sitemap #contents dl {
	clear: both;
	margin-bottom: 20px;
}

/*---------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #333333;
}
td,
th {
	border: 1px solid #333333;
}
/*-----type01-----*/
table.type01 th {
	width: 17%;
	text-align: left;
	font-weight: normal;
}
/*-----type02-----*/
table.type02 th,
table.type02 td,
table.type02_2 th,
table.type02_2 td {
	text-align: left;
	font-weight: normal;
}
table.type02 th.bgcolor01,
table.type02 th.bgcolor02 {
	text-align: left;
	font-weight: bold;
}
/*-----type03-----*/
table.type03 th,
table.type03 td {
	text-align: center;
	white-space: nowrap;
}
table.type03 td img {
	vertical-align: middle;
}
/*-----type04-----*/
table.type04 th {
	width: 15%;
	white-space: nowrap;
}
/*-----calendar-----*/

table.typecalendar01 td.td_yasumi,
table.typecalendar02 td.td_yasumi,
table.typecalendar03 td.td_yasumi {
	color: #C965BA;
 	font-weight: bold;
}


/*-------- typeForm ---------*/
table.typeForm th {
	width: 30%;
	font-weight: normal;
	text-align: left;
	border: 1px solid #333333;
}
table.typeForm td {
	border: 1px solid #333333;
}
/*---------------*/
.fs_s {
	font-size: 85%;
	line-height: 130%;
}

.mag01 {
	margin-bottom: 20px !important;
}
.mag02 {
	margin-bottom: 10px !important;
}
.mag03 {
	margin-bottom: 5px !important;
}
.mag04 {
	margin-bottom: 20px;
}
.mag_lf01 {
	margin-left: 1.5em;
}

#contents .align_r {
	text-align: right;
}
#contents .align_c {
	text-align: center;
}
#contents .align_l {
	text-align: left;
}

/*---------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

