/* JIA用CSSファイル REV.20171215 Yuki YOKOKURA */
h1 {
	font-size: 13pt;
	color: #000000;
	margin-top: 15pt;
	margin-bottom: 2pt;
}
h2 {
	font-size: 12pt;
	color: #956000;
	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;
}
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;
}
table tr.titled{
	background-color: #FFD34C; 
	color: #FFFFFF;
	font-weight: bold;
}
table tr.titled-small{
	font-size: 11pt;
	background-color: #FFD34C; 
	color: #FFFFFF;
	font-weight: bold;
}
table tr.odd{
	background-color: #FFD34C; 
}
table tr.even{
	background-color: #FFFFFF; 
}
table td.colored{
	background-color: #FFD34C; 
}
table td.base-colored{
	background-color: #FFD34C;
	color: #FFFFFF;
	font-weight: bold;
}
table td.light-colored{
	background-color: #FFD34C; 
}
table tr.odd_s{
	font-size: 11pt;
	background-color: #FFD34C; 
}
table tr.even_s{
	font-size: 11pt;
	background-color: #FFFFFF; 
}
table tr.light-colored-small{
	font-size: 11pt;
	background-color: #FFD34C; 
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}
div.page_title{
	width : 100%;
	height : 30px;
	top : 10px;
	left : 0px;
	position : absolute;
	background: #0860A9;
}

/* リンク */
a{
	text-decoration: underline;
	font-weight: bold;
	color: #FF5D19;
}
/* リンク ホバー */
a:hover{
	color: #FF814C;
}

/* 四角リンク 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: #0860A9;
    transition: .1s;
    border-left: solid 5px #1E76C0;
    text-shadow: 1px 1px 4px #333333;
  }
/* 四角リンク 1行版 ホバー */
.SquareLink:hover {
    background: #FFD34C;
    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: #0860A9;
    transition: .1s;
    border-left: solid 5px #1E76C0;
    text-shadow: 1px 1px 4px #333333;
  }
/* 四角リンク 2行版 ホバー */
.SquareLink2Lines:hover {
    background: #FFD34C;
    color: #FFFFFF;
    border-left: solid 5px #FFFFFF;
}
/* 検索バナー */
.box {
		height:40px;
		width:10000px;
		background-image:url(http://www2.iee.or.jp/ver2/ias/IEEJ-JIA/bn-imag.png);
		background-repeat: no-repeat;
		padding:40px 20px 40px 40%;
		margin-top: 70px;
	}

input[type="submit"] { appearance: none; border: none; color: #fff; background-color: transparent; }

.box input[type="text"]{
		-webkit-appearance: none;-moz-appearance: none; appearance: none;
		font-size: 16px;
		padding: 6px 8px;
		border: 1px solid #ff8c00; 
		-moz-box-sizing: border-box;
		-moz-border-radius: 6px;
		-webkit-box-sizing: border-box;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		line-height: 20px;
		background-color:rgba(255,255,255,0.9);
	} 

.box input[type="text"]:focus { 
		background-color:LightYellow; border: 1px solid #ff8c00;
	} 



