/* SAMCON用CSSファイル REV1606261646 Yuki YOKOKURA */
h1 {
	font-size: 15pt;
	color: #000000;
	margin-top: 15pt;
	margin-bottom: 2pt;
}
h2 {
	font-size: 13pt;
	color: #D7003A;
	margin-top: 1pt;
	margin-bottom: 1pt;
}
p{
	font-size: 11pt;
	color: #000000;
	margin: 0;
	text-indent: 1em;
	padding-left: 1em;
	text-align: justify;
}
ol{
	font-size: 11pt;
}
body{
	font-family:Arial, Meiryo;
}
ul{
	font-size: 11pt;
}
h1.page_title{
	font-size: 15pt;
	color: #FFFFFF;
	margin-top: 2pt;
	margin-bottom: 12pt;
	padding-left: 2pt;
}
table tr.titled{
	background-color: #D7003A; 
	color: #FFFFFF;
	font-weight: bold;
}
table tr.titled-small{
	font-size: 11pt;
	background-color: #D7003A; 
	color: #FFFFFF;
	font-weight: bold;
}
table tr.odd{
	background-color: #FABCCD; 
}
table tr.odd-small{
	font-size: 11pt;
	background-color: #FABCCD; 
}
table tr.even{
	background-color: #FEE5EB; 
}
table tr.even-small{
	font-size: 11pt;
	background-color: #FEE5EB; 
}
table tr.colored{
	background-color: #FABCCD; 
}
table tr.light-colored{
	background-color: #FEE5EB; 
}
table td.colored{
	background-color: #FABCCD; 
}
table td.light-colored{
	background-color: #FEE5EB; 
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}
div.page_title{
	width : 875px;
	height : 30px;
	top : 10px;
	left : 0px;
	position : absolute;
	background: #D7003A;
}

/* リンク */
a{
	text-decoration: underline;
	font-weight: bold;
	color: #D7003A;
	background-color: #FFFFFF;
}
/* リンク ホバー */
a:hover{
	color: #EF6489;
	background-color: #FFFFFF;
}