/** ¶¦ÄÌ **/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/WIREDMARKER_BG.png);
	background-repeat: repeat;
	color: #444444;
	font-family: Arial, Helvetica, Verdana, ¡È¥Ò¥é¥®¥Î³Ñ¥´Pro W3¡í, ¡ÈHiragino Kaku Gothic Pro¡É, Osaka, ¡È¥á¥¤¥ê¥ª¡É, Meiryo, ¡È£Í£Ó £Ð¥´¥·¥Ã¥¯¡É, sans-serif;
	font-size: 12px;
}

img {
	border :0px;
}

/** ¥³¥ó¥Æ¥ó¥ÄÁ´ÂÎ **/
.container {
	width: 780px;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	border: solid 1px #B4B4B4;
	text-align: center;
}

.container a:link,.container a:visited,.container a:active {
	font-size: 12px;
	color: #444444;
	text-decoration: underline;
}

.container a:hover {
	font-size: 12px;
	color: #0044FC;
	text-decoration: underline;
}

/** ¥Ø¥Ã¥À **/
#header {
	margin: 5px 0 0 0;
}

.headerLogo {
	float:left;
	margin: 2px 0 0px 12px;
	text-align: left;
}

#breadCrumb {
	height: 28px;
	font-size: 12px;
	padding: 6px 5px 2px 5px;
	text-align: left;
	background: #FFFFFF url('images/top_back.png') repeat-x;
}

/** ¥Õ¥Ã¥¿ **/
#footer {
	height: 28px;
	margin-top: 50px;
	font-size: 12px;
	padding: 6px 5px 0 5px;
	text-align: center;
	background: #FFFFFF url('images/top_back.png') repeat-x;
}

/** ¥Ê¥Ó¥²¡¼¥·¥ç¥ó **/
#navigation {
	float: left;
	width: 200px;
	background: #FFFFFF url('images/navi_back.png') repeat-y;
	vertical-align: top;
	margin: 5px 8px 0 8px;
	text-align: left;
	padding: 0;
}

#navigation ul {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	padding: 0;
	font-size: 12px;
}

#navigation li {
	list-style-position: inside; 
	list-style-image: url(images/marker_green.gif);
	margin: 0 0 5px 5px;
}

#navigation_sub li {
	list-style-position: inside; 
	list-style-image: url(images/marker_blue.gif);
	margin: 0 0 5px 5px;
}

#navigation a {
	color: #333333;
	text-decoration: none;
}

#navigation a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/** ¥³¥ó¥Æ¥ó¥Ä **/
#contents{
	float: right;
	width: 520px;
	padding: 0 25px 0 0;
	text-align: left;
	margin: 5px 0 0 0;
}

#contents h1 {
	width: 500px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #F64D96;
	text-align: left;
	font-weight: bold;
	background: #FFFFFF url('images/h1.png') no-repeat;
}

#contents h2 {
	width: 500px;
	padding: 2px;
	margin: 3px 3px 3px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #82C51B;
	text-align: left;
	font-weight: bold;
	background: #FFFFFF url('images/h2.png') no-repeat;
}

#contents h3 {
	width: 500px;
	padding: 4px;
	padding-left: 18px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #21ABCD;
	text-align: left;
	font-weight: bold;
	background: #FFFFFF url('images/h3.png') no-repeat;
}

#contents p {
	width: 500px;
	padding: 0px;
	line-height: 1.5em;
	margin: 0 auto;
	margin-bottom: 8px;
	text-align: left;
}

#contents ul {
	margin			: 0px;
	text-align		: left;
	margin-top		: 2px;
	margin-bottom	: 2px;
	margin-left		: 20px;
}

#contents ol {
	margin			: 0px;
	text-align		: left;
	margin-top		: 2px;
	margin-bottom	: 2px;
	margin-left		: 20px;
}

#contents li {
	line-height: 1.5em;
	list-style-image: url( images/img003.gif );
	padding-right: 15px;
	margin-left: 1.5em;
	padding-bottom: 3px;
}


#concept_table {
	width: 500px;
	margin-bottom: 25px;
	}

#concept_table td {
	background-image: url(images/back_concept.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, ¡È¥Ò¥é¥®¥Î³Ñ¥´Pro W3¡í, ¡ÈHiragino Kaku Gothic Pro¡É, Osaka, ¡È¥á¥¤¥ê¥ª¡É, Meiryo, ¡È£Í£Ó £Ð¥´¥·¥Ã¥¯¡É, sans-serif;
	}

/** Technical Notes **/
.format_example_box {
	margin-left:1em;;
	padding:0.5em;
	border:solid 1px #ccc;
	background:#ffe;
}

.format_table table {
	margin-left:1em;;
/*	width:100%;*/
	border-collapse:collapse;
}

.format_table th {
	padding:0.1em;
	border:solid 1px #ccc;
	background:#ada;
	color:#fff;
	line-height:1.5em;
}

.format_table td {
	padding:0.1em;
	border:solid 1px #ccc;
	vertical-align:top;
	line-height:1.5em;
}

tr.row_odd {
	background:#f9fff9;
}
tr.row_even {
	background:#fff;
}

.output_example_box {
	margin-left:1em;;
	padding:0.5em;
	border:solid 1px #ccc;
	background:#f9f9f9;
	line-height:1.5em;
	font-family : monospace;
/*	overflow:hidden;*/
	word-break: break-all; 
}

.sample_html {
	margin-left:1em;;
	padding:0.5em;
	border:ridge 2px #ccc;
	line-height:1.5em;
	font-family : monospace;
}

.markuped_rect {
	padding:0.2em;
	background:#f66;
	color:#fff;
}
