/* 全体レイアウトに関する設定 */
body {
/*    layout-grid:18.0pt*/
}

/* 大見出しに関する設定 */
.banner {
    font-weight:bold;
    margin-top:15.0pt;
    margin-left:18.0pt;
    text-indent:-18.0pt;
    mso-list:l1 level1 lfo2;
    tab-stops:list 18.0pt;
    font-family:"ＭＳ 明朝"
}

/* 中見出しに関する設定 */
.crosshead {
    font-family:"ＭＳ 明朝";
    mso-ascii-font-family:Century;
    mso-hansi-font-family:Century;
    font-weight:bold;
}

/* 小見出しに関する設定 */
.subheading {
    margin-left:49.5pt;
    text-indent:-18.0pt;
    mso-list:l0 level2 lfo4;
    tab-stops:list 49.5pt;
    font-weight:bold;
    font-family:"ＭＳ 明朝"
}

/* リンクに関する設定 */
a {
    color: #555555;
    text-decoration: none
}

a:link {
    color: #0000ff;
    text-decoration: none
}

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

a:hover {
	color: #ff8040;
	text-decoration: none
}

/* STYLESHEET_NEW */
.importantNotice {
	border-style	: solid;
	border-width	: 2px;
	padding			: 10px 5px 10px 20px;
	border-color	: red;
	background-color: #ffe4b5;
	width			: 700px;
}

.title {
	font-size		: 110%;
	font-weight		: bold;
	border-bottom	: 2px solid #ff3333;
}

.noticeMessageTitle {
	font-size		: 100%;
	font-weight		: bold;
	color			: blue;
	padding			: 20px;
}

.noticeMessageTitleRed {
	font-size		: 100%;
	font-weight		: bold;
	color			: red;
	padding			: 20px;
}

.message {
	font-size		: 100%;
	padding			: 0px 35px;
}
/*関係社外秘*/

.conf{

	display : inline;
	border-right:solid 1px;
	margin-right:3px;
}
.confsq{
	border: solid 2px;
}