/* General */
*
{
	margin: 0;
	padding: 0;
}

em
{
	font-style: normal;
	color: #ff3300;
	margin-left: 0.2em;
	margin-right: 0.2em;
	border-bottom: dotted 1px #ff0000;
}

strong
{
	color: #ff3300;
}

acronym
{
	border-bottom: dotted 1px #663333;
	cursor: help;
}

html
{
	height: 100%;
}

code
{
	font-family: 'Courier New', monospace;
	font-size: 12px;
}

a img, img.frame
{
	border: double 4px #330000;
}

input, textarea, button
{
	border: 1px solid #d98242;
	background-color: #ffffcc;
	padding: 2px;
	font-size: 12px;
}

.fillframe
{
	border: double 4px #330000;
	background-color: #ffffff;
	padding: 16px;
}

.noframe
{
	border-width: 0px;
}

a.top
{
	text-align: left;
	text-indent: -4096px;
	margin-left: auto;
	height: 12px;
	width: 41px;
	background-image: url('top.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	overflow: hidden;
}

pre
{
	margin-bottom: 3em;
	padding: 1.5em;
	border: 1px solid #660000;
}

pre.sample
{
	background-image: url('sample_code.gif');
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 150%;
}

blockquote
{
	border-left: solid 2px #660000;
	line-height: 150%;;
	color: #666666;
	margin-left: 3em;
	margin-right: 1.5em;
	padding-left: 1.5em;
}

.imgright
{
	float: right;
	margin-left: 4px;
	margin-top: 4px;
	text-align: center; 
}

.imgleft
{
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center; 
}

.justify
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.indent
{
	margin-left: 3em;
	margin-right: 1.5em;
	margin-top: 1.5em;
}

.break
{
	clear: both;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right
{
	text-align: right;
}

.j
{
	font-family: 'ＭＳ Ｐゴシック';
}

.small
{
	font-size: 80%;
}

.small-strong
{
	font-size: 80%;
	font-weight: bold;
	color: #ff0000;
}

.en
{
	font-size: 11px;
}

.comment
{
	color: #808080;
}

.hotkey
{
	text-decoration: underline;
}

a:link		{ Color: #330099; text-decoration: none;}
a:visited	{ Color: #330099; text-decoration: none;}
a:hover		{ Color: #ff6600; text-decoration: underline; }
a:active	{ Color: #ff0000; text-decoration: none;}


/* Headings */
h1
{
	font-family: Times;
	font-size: 2.8em;
	color: #fff0d0;
	padding-top: 24px;
	padding-left: 60px;
	height: 80px;
	background-image: url('eiffel.gif');
	background-repeat: no-repeat;
	background-position: 16px top;
}

h2
{
	font-family: Tahoma;
	font-size: 1em;
	color: #3f0707;
	letter-spacing: 1px;
	margin-bottom: 9px;
	padding: 2px 0 2px 18px;
	border: 1px solid #d98242;
	background-color: #ffcf83;
	background-image: url('list.gif');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
h3
{
	font: 1.5em Georgia, "Times New Roman", Times, sans-serif;
	color: #3F0707;
	margin-bottom: 7px;
}

h4
{
	font-size: 1.2em;
	color: #663333;
	background-image: url('h4.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	height: 24px;
	text-indent: 0.5em;
	margin-top: 36px;
	margin-left: 1em;
}

h5
{
	font-size: 100%;
	margin-top: 24px;
	color: #660000;
	border-left: solid 10px #660000;
	text-indent: 0.5em;
}

h6
{
	font-size: 100%;
	border-bottom: dotted 1px #660000;
	padding-bottom: 2px;
	margin-top: 24px;
}

p
{
	line-height: 1.5em;
	margin-bottom: 27px;
}


/* header */
body
{
	font-family: Verdana, Chicago;
	font-size: 12px;
	color: #3a3a3a;
	height: 100%;
	background-color: #ffe5bc;
	background-image: url('bg_main.jpg');
}

#header
{
	background-image: url('bg_mini.gif');
	background-repeat: repeat-x;
	height: 80px;

}

/* menu */
#menubox
{
	border-bottom: 1px solid #d98242;
	background-image: url('menu-bg.gif');
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	text-align: center;
}

#menu
{
	text-align: left;
	font-size: 1.2em;
	list-style: none;
	text-align: left;
	width: 720px;
	letter-spacing: 1px;
	margin: 0 auto;
	border-left: 1px solid #cb9c49;
	height: 32px;
}

#menu li
{
	display: inline;
	text-align: center;
	line-height: 32px;
	font-size: 80%;
	font-family: Georgia, Verdana, Chicago, sans-serif;
	height: 32px;
}

#menu li a
{
	color: #1a1414;
	font-weight: normal;
	text-decoration: none;
	padding: 0 12px;
	border-right: 1px solid #cb9c49;
	float: left;
	display: block;
	font-weight: bold;
}


#menu li a.first
{

}

#menu li a:hover, #menu li a.active
{
	background-image: url('menu-bg-hover.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.cleaning-box
{ 
	min-height: 1px;
}

.cleaning-box:after
{
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	font-size: 0; 
	content: ' ';
}

#side-menu dt
{
	font-size: 11px;
	color: #ffffcc;
	font-weight: bold;
	text-indent: 18px;
	margin-bottom: 8px;
	padding-top: 3px;
	height: 19px;
	width: 145px;
	background-image: url('sidemenu_item.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#side-menu dd
{
	margin-bottom: 8px;
	margin-left: 16px;
	background-image: url('item.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-indent: 12px;
}

.topmargin
{
	margin-top: 3em;
}


/* navi */
#navibox
{

	border-bottom: 1px solid #d98242;
}

#navibox p
{
	text-indent: 24px;
	margin: 0px;
	background-image: url('navi.gif');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	height: 23px;
	padding-top: 3px;
}


/* main */
#main
{
	clear: both;
}

#content
{
	text-align: center;
	width: 100%;
	margin-bottom: 32px;
	margin-top: 16px;
}

#content-in
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#content-left
{
	float: left;
	width: 20%;
}

#content-left-in
{
	margin: 1.6em 1em 0 8px;
}


#content-middle
{
	float: left;
	width: 44%;
}

#content-middle-in
{
	margin: 1.6em 1em 0 8px;
}

#content-middle-in h2
{
	margin-top: 21px;
}

#content-right
{
	float: right;
	clear: right;
	width: 35%;
}

#content-right-in
{
	margin: 1.6em 1em 0 4px;
}

.listecky
{
	position: absolute;
	top: 18px;
	right: 22px;
	height: 14px;
	width: 37px;
	background-image: url('listecky.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.noscreen
{
	display: none;
}

.cleaner
{
	font-size: 0;
	visibility: hidden;
	clear: both;
	height: 0;
}

#software-introduction
{
	margin-top: 16px;
}

.software dt
{
	height: 50px;
	width: 64px;
	background: url('bg_software.gif') no-repeat;
	float: left;
	clear: left;
}

.software dt#ez-html
{
	margin-top: 8px;
}

.software dt.splitter
{
	height: 16px;
	width: 100%;
	background-image: none;
	text-align: center;
	color: #990000;
	margin-bottom: 16px;
}

.software dt img
{
	position: relative;
	top: 8px;
	left: 8px;
}

.software dd
{
	line-height: 1.3em;
	margin-bottom: 2em;

}

.software dd a.soft
{
	font-weight: bold;
	font-size: 12px;
}


/* document */
.document
{
	margin: 1.5em 1.5em 1.5em 3em;
}

.document ul, .document ol
{
	margin-left: 3em;
	margin-bottom: 3em;
}

.document ul li, .document ol li
{
	margin-top: 0.3em;
}

.document ul li ul
{
	margin-bottom: 0px;
}

.document ul, .document ol
{
	line-height: 150%;
}

.document dl
{
	margin-left: 1.5em;
	margin-bottom: 3em;
	line-height: 1.5em;
}

.document dl dt
{
	font-weight: bold;
	text-indent: 12px;
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #660000;
	background-image: url('list2.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #660000;
}

.document dl dd
{
	margin-top: 0.3em;
	margin-left: 2em;
	line-height: 150%;
}

.document .permission
{
	/* permission構成 */
	background-image: url('permission.gif');
	background-repeat: repeat-y;
	margin-left: 3em;
	padding: 8px 0px 8px 64px;
	background-color: #ffe5bc;
	border: solid 1px #cc0000;
}


dl.compact
{
	margin-bottom: 3em;
	margin-left: 3em;
}

dl.compact dt
{
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	border-bottom-width: 0px;
	padding-top: 16px;
	background-image: none;
	font-weight: bold;
	border-bottom: dotted 1px #660000;
	width: 200px;
	text-indent: 1em;
}

dl.compact dd
{
	margin: 0;
	padding: 0;
	margin-left: 5em;
	padding-top: 16px;
	border-bottom: dotted 1px #660000;
}

#main-content
{
	width: 100%;
	padding-top: 3em;
	margin-bottom: 48px;
	text-align: center;
}

#main-content p
{
	text-indent: 12px;
	background-image: url('list.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 2.4em;
}

#main-content p.warning
{
	background-image: url('warning.gif');
	background-position: 0px 0px;
	text-indent: 22px;
}

#main-content p.noitem
{
	background-image: none;
	text-indent: 0;
}

#main-content-in
{
	width: 640px;
	text-align: left;
	margin: 0 auto;
}

#main-content-in h2
{
	font-family: Georgia, Times, Times, sans-serif;
	line-height: 24px;
	text-align: left;
	margin-right: 1em;
	padding-left: 1em;
	border: 1px solid #e59d2c;
	width: 480px;
	background-image: url('show-gallery-bg-hover.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #ffcc66;
}

#main-content-in h3
{
	font-family: Verdana, Chicago, sans-serif;
	font-size: 1em;
	color: #660000;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin-right: 1em;
	margin-top: 48px;
	text-indent: 24px;
	border: 1px solid #e59d2c;
	width: 640px;
	background-image: url('h2.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

#main-content-in h3.deco-title
{
	font-family: 'Times New Roman';
	font-size: 300%;
	background-image: none;
	border-width: 0px;
	background-image: url('deco_underline.gif');
	background-repeat: no-repeat;
	background-position: 0px 44px;
	height: 64px;
	letter-spacing: 1px;
}

#main-content-in h3.deco-title img
{
	border-width: 0px;
}

#main-content-in h3.deco-title a:hover
{
	background-color: #ff9900;
}

#section
{
	margin-top:  16px;
	margin-bottom: 64px;
}

#section ul
{
	margin-left: 3em;
	margin-bottom: 32px;
}

#section ul li
{
	margin-top: 8px;
	list-style-type: none;
	background-image: url('item.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 16px;
}

#section ul li ul
{
	margin-bottom: 0em;
}

#section ul li ul
{
	margin-bottom: 0em;
}

#section ul li ul li
{
	background-image: url('list2.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Column */
.column-one
{
	float: left;
	width: 49%;
	margin-bottom: 30px;
}

.column-one-in
{
	margin: 0 1em 0 1px;
}

.column-two
{
	float: right;
	width: 49%;
	margin-bottom: 30px;
}

.column-two-in
{
	margin: 0 0 0 1em;
}


/* boxer */
.box-body
{
	margin-bottom: 18px;
	position: relative;
	width: 270px;
	background: url('box-body.gif') repeat-y 0 0;
}

.box-top
{
	background-image: url('box-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.box-bottom
{
	padding: 5px 24px 15px 25px;
	background-image: url('box-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box-body h3
{
	color: #ffde8f;
	margin: 10px 0 7px;
	position: relative;
	z-index: 2;
	font-family: Georgia, Chicago, sans-serif;
	font-size: 1.4em;
}

.box-body p
{
	color: #ffde8f;
	line-height: 1.8;
	margin-bottom: 8px;
	text-indent: 0em;
}

.box-body a:link	{ Color: #ffcc33; text-decoration: none;}
.box-body a:visited	{ Color: #ffcc33; text-decoration: none;}
.box-body a:hover	{ Color: #ff6600; text-decoration: underline; }
.box-body a:active	{ Color: #ff0000; text-decoration: none;}


/* boxer2 */
.box2-body
{
	margin-bottom: 18px;
	position: relative;
	width: 270px;
	background: url('box2-body.gif') repeat-y 0 0;
}

.box2-top
{
	background-image: url('box2-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.box2-bottom
{
	padding: 5px 24px 15px 25px;
	background-image: url('box2-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box2-body h3
{
	margin: 10px 0 7px;
	position: relative;
	z-index: 2;
	font-family: Georgia, Chicago, sans-serif;
	font-size: 1.4em;
	color: #ffffcc;
}

.box2-body p
{
	line-height: 1.8;
	margin-bottom: 45px;
}


/* graduation button */
.btn
{
	font-family: Georgia, Times, Times, sans-serif;
	border: 1px solid #e59d2c;
	background-image: url('menu-bg-hover.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
	padding: 4px;
}


/* Sponsor */
#sponsor
{
	margin-bottom: 8px;
}

#sponsor li
{
	list-style-type: none;
	margin-bottom: 3px;
}

#sponsor li a
{
	color: #ffffcc;
}


/* footer */
#footer-box
{
	height: 100px;
	background-image: url('footer-bg.gif');
	background-repeat: repeat-x;
	clear: both;
    width:100%;
}

#footer
{
	padding: 28px 1em 0px 8px;
}

address
{
	text-align: right;
	font-style: normal;
	font-size: 11px;
	font-family: Georgia, Verdana, Chicago, sans-serif;
	background-image: url('w3c.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-width: 800px;
	line-height: 1.6em;
}

/* Design */
#designlist
{
	text-align: right;
	font-size: 11px;
	margin-top: 0.5em;
}

#designlist select
{
	position: relative;
	top: 1px;
	font-family: Arial, Chicago, sans-serif;
	font-size: 11px;
}

#designlist select option
{
	/* Firefox対策 - 親子別 */
	font-family: Arial, Chicago, sans-serif;
	text-indent: 1.5em;
}

#designlist select optgroup
{
	/* Firefox対策 - 親子別 */
	font-family: Arial, Chicago, sans-serif;
}

/* table */
table, tr, td
{
	border-width: 0px;
	font-size: 12px;
}

table.default
{
	border: solid 2px #660000;
}

table.default th
{
	border-bottom: dotted 1px #660000;
}

table.default td.title
{
	color: #660000;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #663333;
	background-image: url('menu-bg-hover.gif');
	background-repeat: repeat-x;
}

/* css technique */
#main-content-in #title-csstech
{
	width: 400px;
	height:60px;
	background-image: url('csstech.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	border-width: 0px;
	!important;
}

div.filename
{
	font-weight: bold;
	text-indent: 16px;
	background-image: url('item.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #cc0000;
	margin-bottom: 4px;
}

div.preview
{
	margin-bottom: 3em;
	padding: 3em;
	border: 1px solid #660000;
	background-image: url('preview.gif');
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 150%;
	background-color: #ffffcc;
	color: #333333;
}

div.sample-image
{
	text-align: left;
	padding: 16px;
	border: dotted 1px #660000;
	margin-bottom: 1em;
	background-color: #ffffcc;
}

.insert
{
	color: #006633;
}