@charset "utf-8";

/*============================================================

	text_format.css

============================================================*/


/*------------------------------------------------------------

	share

------------------------------------------------------------*/
/* format */
div#main p,
div#main li,
div#main dd,
div#main td {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

div#main .first-child {
	margin-top: 0;
}


/* note */
span.marker {
	color: #F60;
}

.note-1em {
	position: relative;
	margin: 0 0 0.25em;
	padding: 0 0 0 1em;
	font-size: 10px;
	color: #F60;
}

.note-1em span.marker {
	position: absolute;
	left: 0;
	top: 0;
	font-family: monospace;
}
* html .note-1em span.marker {
	left: -1em;	
}


/* top of page */
div#t-o-p {
	clear: both;
	margin: 40px 0 -20px;
	text-align: right;
}

div#t-o-p img {
	display: inline;
}


/* heading */
div#main h1 {
	position: relative;
	width: 660px;
	height: 59px;
	margin: 0 auto;
	background: url(../common/title_bg.png) no-repeat;
}
div#main h1 img{
	display: block;
	margin: 0 auto;
	padding-top: 14px;
}
* html div#main h1 {
	height: 130px;
}
/*
div#main h1 img {
	display: block;
	margin: 0 auto;
}
*/
* html div#main h1 {
	text-align: center;
}
/*
div#main h2 {
	background: url(../common/br_l.gif) no-repeat left bottom;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	padding: 0.5em 2px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	clear: both;
}
*/
div#main h2 {
	border-bottom:#c82218 4px solid;
/*
	border-bottom:#aaa 4px solid;
*/
	font-size: 16px;
	font-weight: bold;
	color: #af7700;
	padding: 8px 2px 4px 2px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	clear: both;
}

div#main h3 {
	border-bottom: 1px dotted #666;
	border-left: 5px solid #FFCC00;
	font-size: 12px;
	padding: 5px 10px;
	margin-top: 2em;
	clear: both;
}
div#main h4 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	clear: both;
	background: #F2F2F2;
	padding: 2px 5px;
	border-left: 3px double #CCC;
}

* html div#main h4 {
	width:550px;
}


/* list */
div#main ol {
	margin-left: 10px;
}

/*
div#main ul {
	margin-left: 12px;
}
*/

* html div#main ul {
	width: 100%;
}

div#main ul li {
/*	background: url(../common/but_circle.gif) no-repeat 0 0.25em;*/
	list-style: none;
	padding: 0;
	margin-left: 0;
	min-height: 19.5px;
}

* html div#main ul li {
	height: 19.5px;
}

div#main ul li ul {
	margin-left: 25px;
}

* html div#main ul li ul {
	width: auto;
}

div#main ul li ul li {
	background: url(none);
	list-style: disc;
	padding: 10px 0 0;
}

body#work div#main table dl{
	width:auto;
}

div#main dl dt,
body#work div#main table dl dt {
	background: url(../common/but_check.gif) no-repeat left center;
	padding: 0 0 0 20px;
	color: #F90;
	margin: 0 0 0.1em 12px;
	width:auto;
}

* html div#main dl dt,
* html body#work div#main table dl dt {
	width: 100%
}

div#main dl dd,
body#work div#main table dl dd {
	margin-left: 33px;
	width:auto;
	float:none;
}


/* table */
div#main table {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	border-top: none;
	width: 660px;
	margin: 0 auto 20px auto;
}

div#main div.table {
	margin-left: 10px;
	clear: both;
}

div#main thead th,
div#main tbody th {
	border-bottom: none;
	line-height: 1.5em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom: 3px solid #ccc;
/*
	background: url(../common/table_line_mg.gif) no-repeat right bottom;
*/
	color: #000;
}

div#main tbody th {
	color: #666;
	text-align: right;
	padding: 0.5em 15px 0.5em 0px;
	vertical-align: top;
/*
	background: url(../common/table_line_mg.gif) no-repeat right bottom;
*/
	width: 120px;
}

div#main td {
	padding:5px 15px;
	width:300px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	border-right-style: none;
	border-left-style: none;
/*
	background: url(../common/table_line_sg.gif) no-repeat right bottom;
*/
	border-top-style: none;
}

div#main p.entry_dl,div#main p.archive_dl {
	text-align: right;
}
