@charset "Shift_JIS";


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
	color: #333;
	line-height: 160%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic";
	text-align: center;
}
/* linkcolor */
a:link {
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited, a:active {
	color: #CC0033;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	font-size: 12px;
	line-height: 160%;
}
hr {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 20px 0px 5px;
}
hr.chapter { display: none; }
h1 { margin: 0px; }
h2 { margin: 0px 0px 10px; }
h2#attention {
	margin: 50px 0px;
	font-size: 16px;
}


/* BODY */
#BODY {
	width: 940px;
	padding: 0px;
	margin: 0px auto;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

/* HEADER */
#HEADER {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#HEADER img.logo {
	float: left;
	margin: 10px 20px;
}
#HEADER ul {
	list-style: none;
	margin: 20px 25px 0px;
	padding: 0px;
	float: right;
	line-height: 100%;
}
#HEADER ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* NAVI */
#NAVI {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}
#NAVI table {
	margin: 10px auto;
	width: 900px;
	line-height: 140%;
	border-collapse: collapse;
}
#NAVI table tr.over {
	background-color: #efefef;
}
#NAVI table th {
	border: solid 1px #999;
}
#NAVI table td {
	border: solid 1px #999;
	padding: 5px 0px;
}
#NAVI table td span {
	font-weight: bold;
}
/* once more */
#NAVI table td img.more {
	margin: 0px 10px 5px;
	float: left;
}
* html #NAVI table td img.more {
	margin-bottom: 0px;
}
*:first-child+html #NAVI table td img.more {
	margin-bottom: 0px;
}


#NAVI table td h3 {
	margin: 5px 10px;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;
	line-height: 120%;
	border-left: solid 3px #CC0000;
	clear: both;
}
#NAVI table td h3 span {
	font-weight: normal;
}
#NAVI table td p {
	margin: 5px 10px 0px;
	text-align: left;
}
#NAVI table td p.small {
	font-size: 10px;
	margin: 0px;
	line-height: 25px;
}
#NAVI table td p span {
	font-size: 14px;
}
#NAVI table td h4.warning {
	margin: 5px 10px 0px;
	padding: 3px 10px;
	font-size: 12px;
	color: #000;
	background-color: #bbb;
}
#NAVI table td h4.notice {
	margin: 5px 10px 0px;
	padding: 3px 5px;
	line-height: 110%;
	font-size: 12px;
	text-align: left;
	color: #c00;
	border: solid 1px #c00;
	background-color: #fff;
}

/* archive link */
#NAVI ul.archive {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 210px;
	float: right;
}
#NAVI ul.archive li {
	list-style: none;
	padding: 0px 10px;
}
#NAVI ul.archive_link {
	list-style: none;
	font-size: 14px;
	margin: 35px 0px 0px;
	padding: 0px;
	line-height: 100%;
	border-left: solid 3px #c00;
	float: left;
}
#NAVI ul.archive_link li {
	list-style: none;
	float: left;
	border-right: solid 3px #c00;
	padding: 0px 15px 1px;
}
#NAVI ul.archive_link li a:link,
#NAVI ul.archive_link li a:hover,
#NAVI ul.archive_link li a:visited,
#NAVI ul.archive_link li a:active {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

div.container {
	overflow: hidden;
	clear: both;
}

/* top link */
#NAVI ul.index {
	list-style: none;
	margin: 10px auto 0px;
	padding: 0px;
	width: 250px;
	float: right;
}
#NAVI ul.index li {
	list-style: none;
	padding: 0px;
}

/* MAIN */
#MAIN {	
	margin: 0px auto;
	padding: 40px 20px 0px;
	text-align: left;
}
#MAIN h3 {
	margin: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-indent: 30px;
	background-image: url(../images/subtitle_bg.jpg);
}

/* content */
#MAIN .content {
	padding: 0px 10px;
}
#MAIN .content p {
	margin: 10px 0px;
}
/* once more */
#MAIN .content img.more {
	margin: 10px 0px 0px;
}
#MAIN .content h4 {
	margin: 10px 0px;
	font-size: 14px;
}
#MAIN .content .warning {
	background-color: #efefef;
	color: #000;
	padding: 10px 20px;
	margin: 10px 0px 15px;
}
#MAIN .content .warning a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#MAIN .content dl {
	border: solid 1px #999;
	line-height: 140%;
}
#MAIN .content dt {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	background-color: #f0f0f0;
	border-bottom: solid 1px #999;
}
#MAIN .content dt span {
	font-weight: normal;
	font-size: 10px;
}
#MAIN .content dd {
	padding: 0px;
	margin: 5px 10px;
}
#MAIN .content dd.career {
	border-top: dotted 1px #333;
	padding: 5px 0px 0px;
}
#MAIN .content dd.career_plural {
	border-top: solid 1px #999;
	margin: 10px 0px 0px;
	padding: 5px 10px 0px;
}
#MAIN .content dl.speaker dt {
	border-bottom: none;
}
#MAIN .content dl.speaker dd {
	border-top: solid 1px #999;
	margin: 0px;
	padding: 5px 10px 5px;
}
#MAIN .content dl.speaker dd p {
	border-top: dotted 1px #333;
	margin: 3px 0px 0px;
	padding: 5px 0px 0px;
}
#MAIN .content dl.speaker dd.even {
	background-color: #f0f0f0;
}
#MAIN .content dd span {
	font-weight: bold;
}
#MAIN .content dd span.date {
	font-size: 14px;
	font-weight: normal;
	padding-right: 10px;
	line-height: 180%;
}
#MAIN .content dd .list {
	overflow: hidden;
	height: 100%;
}
#MAIN .content dd .list ul {
	float: left;
	padding-bottom: 10px;
}
#MAIN .content dd ul {
	margin: 0px;
	padding: 0px 20px;
}
#MAIN .content dd ol {
	margin: 0px;
	padding: 0px 20px;
}


#MAIN .content dd table {
	width: 100%;
	border-collapse: collapse;
}
#MAIN .content dd table th {
	width: 90px;
	font-weight: normal;
	text-align: center;
	border: solid 1px #999;
	background-color: #ccc;
}
#MAIN .content dd table td {
	border: solid 1px #999;
	padding: 5px 10px;
}
#MAIN .content dd table td span {
	font-weight: normal;
	font-size: 10px;
	display: block;
}
#MAIN .content dd table td p {
	font-weight: bold;
	margin: 0px;
}
#MAIN .content dd table td p.text {
	font-weight: normal;
	margin: 10px 0px;
	line-height: 140%;
}
#MAIN .content dd table td p span {
	display: inline;
	padding: 0px 5px;
}
#MAIN .content dd table td p span.status {
	display: inline;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}

#MAIN .content dd table td ol {
	margin: 0px 20px;
	padding: 0px;
	line-height: 140%;
}
* html #MAIN .content dd table td ol {
	margin: 0px 25px;
}
*:first-child+html #MAIN .content dd table td ol {
	margin: 0px 25px;
}
#MAIN .content dd table td span.name {
	font-size: 12px;
	float: left;
	width: 80px;
}
#MAIN .content dd hr.border {
	margin: 5px 0px;
}


/* entry */
#MAIN .content .entry {
	border: solid 1px #999;
	background-image: url(../images/entry_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 20px;
	overflow: hidden;
	height: 100%;
}
#MAIN .content .entry ul,
#MAIN .content .entry ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#MAIN .content .entry .caution {
	float: right;
	width: 590px;
}
/* URL version */
#MAIN .content .entry .link {
	margin-top: 10px;
}
#MAIN .content .entry .caution p {
	margin: 0px;
}
#MAIN .content .entry .caution p span {
	font-weight: bold;
	color: #cc0033;
}
#MAIN .content .entry .caution dl {
	border: none;
	margin: 0px;
}
#MAIN .content .entry .caution dt {
	float: left;
	clear: both;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	border: none;
	text-align: center;
	background-color: #FFCACA;
	border-bottom: solid 1px #A45E53;
}
#MAIN .content .entry .caution dt.plural {
	height: 42px;
	line-height: 42px;
}
#MAIN .content .entry .caution dd {
	float: left;
	line-height: 26px;
	width: 490px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px;
	border-bottom: solid 1px #A45E53;
}
#MAIN .content .entry .caution dd.plural {
	line-height: 21px;
}

/* close */
#MAIN .content .close ul {
	float: left;
}
#MAIN .content .close p {
	font-weight: bold;
	font-size: 14px;
	margin: 0px 20px 0px;
	line-height: 60px;
	float: left;
}
#MAIN .content .close p.exp {
	border-top: 1px dotted #999;
	font-weight: normal;
	font-size: 12px;
	color: #CC0033;
	margin-top: 10px;
	padding-top: 10px;
}
#MAIN .content .close .caution p {
	line-height: 160%;
	float: none;
}

/* page top */
ul.top_link {
	list-style: none;
	margin: 0px 0px 40px;
	padding: 0px 10px;
	text-align: right;
}
ul.top_link li {
	list-style: none;
}

/* FOOTER */
#FOOTER {
	margin: 0px;
	padding: 20px;
	overflow: hidden;
	height: 100%;
	border-top: solid 2px #333;
}
#FOOTER img {
	display: block;
	float: right;
	clear: both;
}


/* add */
p.special {
	color: #CC0033;
	font-size: 16px;
	line-height: 160%;
}
p.special span {
	font-weight: bold;
}
img.banner {
	margin: 10px 0px 0px;
}

