@charset "shift_jis";

/* 全ページ共通の枠組み指定 */

img {
	border:0px;
}

/* 本文中で呼び出すパーツに関する指定 */

/* ライン */
hr {
	color: #333333; /* IE */
	background-color: #333333; /* NN */
	height: 1px;
	border: 0px;
	margin: 12px 0px 12px 0px;
}


/* リスト */
dl {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

dd {
	padding: 0;
	margin-left: 1.6em;
}

ul {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 1.8em;
}

ol {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-left: 2.4em;
}

ul.attend{
	margin: 0px 4px 4px 4px;
	padding: 0px;
}

ul.attend li {
	padding: 0px 0px 0px 18px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-image: url(../images/attend.gif);
}



/* 表組み */
caption{
	text-align: left;
}

table.style_a{
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-collapse: collapse;
	margin-bottom: 12px;
	font-size: 100%;
}

.style_a th{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background-color: #F0EEE7;
}

.style_a td{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

/* フォントに関する指定 */

body {
	color:#333333;
	letter-spacing:0.03em;
	}

/* Mac IE 5以外に適用 \*/
body {font-size:62.5%}
/**/
/* Mac IE 5のみに適用 \*//*/
body {font-size:80%}
/**/

h1 {
	color:#000000;
	margin:1.6em 0 0.5em;
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #420808;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: none;
	}

h2 {
	margin:1.6em 0 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: none;
	}

h3 {
	margin:1.2em 0 0.5em;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	}

.ltx {font-size:1.4em;line-height:1.7em;}
.mtx {font-size:1.2em;line-height:1.7em;}
.stx {font-size:1em;line-height:1.7em;}
.l {font-size:1.4em;line-height:1.4em;}
.m {font-size:1.2em;line-height:1.4em;}
.s {font-size:1em;line-height:1.4em;}

/* 文章 */
#contents {
	font-size:1.2em;
	line-height:1.7em;
}

#contents table {
	font-size:1.2em;
	line-height:1.7em;
}

em {
	font-style:italic;
	}

strong {
	font-weight:bold;
	}

.large {font-size:140%;}
.small {font-size:85%;}

.red {
	color:#CC0000;}

/* 大文字 */
.upper {text-transform: uppercase;}
