/* SAMCON用CSSファイル REV.20181031 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;
	background-color: #FFFFFF;
}
body.index_page{
	font-family:Arial, Meiryo;
	background-color: #eeeeee;
}
ul{
	font-size: 11pt;
}
h1.page_title{
	font-size: 15pt;
	color: #FFFFFF;
	margin-top: 2pt;
	margin-bottom: 12pt;
	padding-left: 2pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 3px #444444;
}
h1.section_title{
	font-size: 13pt;
	color: #FFFFFF;
	margin-top: 2pt;
	margin-bottom: 12pt;
	padding-left: 2pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 3px #444444;
}
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 : 100%;
	height : 30px;
	top : 10px;
	left : 0px;
	position : absolute;
	background: #D7003A;
}
div.section_title{
	width : 100%;
	height : 25px;
	position : absolute;
	background: #D7003A;
}

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

/* 四角リンク 1行版 */
.SquareLink{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    padding: 7px 7px;
    width: 165px;
    height: 15px;
    margin: 3px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #D7003A;
    transition: .1s;
    border-left: solid 5px #AB002E;
    text-shadow: 1px 1px 4px #333333;
  }
/* 四角リンク 1行版 ホバー */
.SquareLink:hover {
    background: #EF6489;
    color: #FFFFFF;
    border-left: solid 5px #FFFFFF;
}

/* 四角リンク 2行版 */
.SquareLink2Lines{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    padding: 7px 7px;
    width: 165px;
    height: 33px;
    margin: 3px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #D7003A;
    transition: .1s;
    border-left: solid 5px #AB002E;
    text-shadow: 1px 1px 4px #333333;
  }
/* 四角リンク 2行版 ホバー */
.SquareLink2Lines:hover {
    background: #EF6489;
    color: #FFFFFF;
    border-left: solid 5px #FFFFFF;
}

