/* 上海蟹専用スタイルシート */
body
{
	color: #333333;
}

#main
{
	background-image: none;
	background-image: url('image/bg.gif');
}

#main-content
{
	width: 100%;
	text-align: center;
	background-image: none;
}

#main-content-in
{
	margin: 0 auto;
	width: 640px;
	background-image: none;
}

strong, em
{
	color: #ff0000;
}

h4
{
	font-size: 1.2em;
	color: #663333;
	background-image: url('image/h4.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	height: 24px;
	text-indent: 0.5em;
	margin-top: 1.5em;
	margin-left: 1em;
	line-height: 150%;
	border-width: 0px;
}

h5
{
	font-size: 100%;
	margin-top: 24px;
	color: #cc0000;
	border-left: solid 10px #cc3333;
	text-indent: 0.5em;
	background-image: none;
	height: 24px;
	line-height: 24px;
}

h6
{
	background-image: none;
}

.document > dl dt
{
	font-weight: bold;
	text-indent: 12px;
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #660000;
	background-image: url('image/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%;
}

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;
}


table.spec
{
	margin-top: 3em;
}

table.spec td
{
	padding: 4px;
}

table.spec td.item
{
	width: 90px;
	color: #663333;
	font-weight: bold;
	border-bottom: dotted 1px #663333;
}

table.spec  td.env
{
	color: #663333;
	border-bottom: dotted 1px #663333;
}

#main-content p
{
	text-indent: 12px;
	background-image: url('image/list.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 2.4em;
}

#internal-menu
{
	margin-left: 10px;
	margin-bottom: 48px;
	width: 640px;
}

#internal-menu td
{
	background-image: url('image/gradmenu.gif');
	background-repeat: repeat-x;
	color: #ffffcc;
	width: 20%;
	text-align: center;
}

#internal-menu td a
{
	color: #ffffcc;
	display: block;
	padding: 4px;
}

#internal-menu td a:hover
{
	text-decoration: none;
	background-color: #ff0000;
}

#internal-menu #focused
{
	background-color: #ff0000;
	background-image: none;
}

#section
{
	background-image: url('image/shanghai_crab.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 0em;
}

#section ul li
{
	margin-top: 8px;
	list-style-type: none;
	background-image: url('image/item.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 16px;
}

a.top
{
	height: 12px;
	width: 41px;
	background-image: url('image/top.gif');
}

.screenshot
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #660000;
	line-height: 150%;
}

.screenshot img
{
	margin-top: 3em;
	margin-bottom: 0.5em;
	border-width: 0px;
}

.screenshot img.first
{
	margin-top: 0em;
}

textarea
{
	border: 1px solid #d98242;
	background-color: #ffffcc;
	padding: 2px;
}

.btn
{
	border: 1px solid #e59d2c;
	background-image: url('image/btn.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
}

a:link		{ Color: #FF6600; text-decoration: none;}
a:visited	{ Color: #FF6600; text-decoration: none;}
a:hover		{ Color: #ff0000; text-decoration: underline;}
a:active	{ Color: #ff0000; text-decoration: none;}

/* navi */
#navibox
{

	border-bottom: 1px solid #cc0000;
}

#navibox p
{
	text-indent: 24px;
	margin: 0px;
	background-image: url('image/navi.gif');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	height: 23px;
	padding-top: 3px;
}

input
{
	background-image: none;
}