﻿@charset "UTF-8";

/*=====================================================
*
*	Since 2009.06.01
*	Editor 
*
========================================================*/


#body_privacy{
	margin: 25px auto 15px;
	width: 600px;
}


#body_privacy h3{
	font-weight: bold;
	padding-bottom: 5px;
}

#body_privacy h4{
	font-weight: bold;
}


.title-txtimg  {
	margin-bottom: 15px;
}

.title-sub  {
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6;	/* base line-height setteing */
	font-size: 90%;
}

.title-subtext  {
	margin-bottom: 20px;
	line-height: 1.6;	/* base line-height setteing */
}



.text-title  {
	font-weight: bold;
	margin-bottom: 5px;
}

.mokuteki-hyo{
	width: 100%;
	background-color: #999999;
}


table col.koumoku {
	background-color: #DAEDF0;
	width: 150px;
		font-size:100% !important;

}

table col.naiyou {
	background-color: #FFFFFF;
		font-size:100% !important;
}

.table_txt{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6;	/* base line-height setteing */
}


table.mokuteki_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999999;
}


table.mokuteki_table th {
	padding: 5px;
	background-color: #DAEDF0;
	border: 1px solid #999999;
	text-align: center;
}

table.mokuteki_table td {
	padding: 5px;
	border: 1px solid #999999;
}

dl.text_dl {
	margin:0 0 20px 20px;
}

dl.text_dl dt {
	margin: 0 0 5px 0;
}

dl.text_dl dd {
	margin: 0 0 5px 25px;
}

ul.text_ul {
	margin:0 0 20px 20px;
	list-style: none;
}

ul.text_ul li {
	margin: 0 0 5px 0;
}


