/* 全体設定 */
	h1,h3,h4 {
		color: #333333;
		font-size: 11px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	h2 {
		color: #333333;
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 0px;
		padding-left: 30px;
		padding-right: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}

	body {
		color: #333333;
		font-size: 11px;
	}

	p {
		color: #333333;
		font-size: 11px;
		line-height: 18px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	a:link {
		color: #ff3366;
		text-decoration: none;
 	}

	a:visited {
		color: #cc3300;
		text-decoration: none;
 	}

	a:hover {
		color: #ff3366;
		text-decoration: underline;
	}

	a:active {
		color: #ff3366;
		text-decoration: none;
	}
	
	table { 
		 
	} 
	td{ 
		font-size:12;
		line-height:1.5;
	} 
	th{ 
		font-size:12;
		line-height:1.5;
		text-align:left;
		padding:0 15 0 5;
	} 
	
	.pl5{
		 padding-left:20;
		 padding-right:20;
	}
	.con_titletxt{
		font-size:18;
		font-weight:bold;
		line-height:1.8;
		text-align:left;
		padding:30 15 0 5;
	} 
	.con_txt{
		padding-left:10;
		padding-right:20;
	}
	
