* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	scrollbar-face-color: #ffcc66;
	scrollbar-highlight-color: #ff9900;
	scrollbar-shadow-color: #ff9900;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

body {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 76%;
	line-height: 1.4;
	color: #330000;
	background: #fbf052;
}

#language {
	width: 850px;
	margin: 0 auto;
}

#language ul {
	text-align: right;
}

#language li {
	display:inline;
	border-left: 1px solid #FF9900;
	font-size: 9pt;
	line-height: 2;
}

#language li.home {
	border: none;
}

#language li a {
	padding-left: 5px;
	color: #FF9900;
}

#wrap {
	width: 850px;
	margin: 0 auto;
	border: 1px solid #ffcc66;
}

#header {
	height: 300px;
	text-align: center;
}

#header #logo {
	display: block;
	width: 850px;
	height: 200px;
	background: url(../images/top_img.jpg) no-repeat;
	line-height: 1;
	text-align: left;
}

#header #logo h1 {
	display: block;
	width: 380px;
	height: 105px;
	padding: 10px 0 0 10px;
}

#header #logo h1 a {
	display: block;
	width: 380px;
	height: 105px;
	text-indent: -9999px;
}

#content {
	margin: 0 auto;
	width: 850px;
	background-color: #ffffff;
}

li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	overflow: hidden;
	/*\*/
	overflow: hidden;
	/**/
}
a:link { color: #0099cc; }
a:visited { color: #0099cc; }
a:hover { color: #99ccff; }
a:active { color: #99ccff; }

/*================================================
__Global Navigation
================================================*/
ul#globalnavi {
	width: 850px;
	height: 100px;
	margin: 0 auto;
}

ul#globalnavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html ul#globalnavi {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul#globalnavi li {
	float: left;
	width: 170px;
	height: 100px;
	list-style-type : none;
}

ul#globalnavi li a {
	display:block;
	font-size:1px;
	line-height:1px;
	width: 170px;
	height: 100px;
}

ul#globalnavi li.gn1 {background:url(../images/gn01_on.gif) no-repeat left bottom;}
ul#globalnavi li.gn2 {background:url(../images/gn02_on.gif) no-repeat left bottom;}
ul#globalnavi li.gn3 {background:url(../images/gn03_on.gif) no-repeat left bottom;}
ul#globalnavi li.gn4 {background:url(../images/gn04_on.gif) no-repeat left bottom;}
ul#globalnavi li.gn5 {background:url(../images/gn05_on.gif) no-repeat left bottom;}

ul#globalnavi li.gn1 a:hover,
ul#globalnavi li.gn1 a.current,
ul#globalnavi li.gn2 a:hover,
ul#globalnavi li.gn2 a.current,
ul#globalnavi li.gn3 a:hover,
ul#globalnavi li.gn3 a.current,
ul#globalnavi li.gn4 a:hover,
ul#globalnavi li.gn4 a.current,
ul#globalnavi li.gn5 a:hover,
ul#globalnavi li.gn5 a.current {
	text-indent:-9999px;
}

/*================================================
__Header
================================================*/
div#topflash {
	width: 850px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}

/*================================================
__Footer
================================================*/
#footer {
	clear: both;
	border-top: 1px solid #ffcc66;
	width: 830px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 20px;
	background-color: #ffffff;
}

#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html #footer {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#footer .copy {
	float: right;
	text-align: right;
}

/*================================================
__Main_Sub
================================================*/
#main {
	float: left;
	width: 590px;
	margin: 10px 0 20px;
}

#main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #main {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#sub {
	float: right;
	width: 240px;
	margin: 10px 0 20px;
}

*+html #sub li {
	margin-top: -15px;
}
* html #sub li {
	margin-top: -15px;
}

#sub li {
	clear: both;
}

#sub dl {
	clear:both;
}

#sub dl dt {
	float: left;
	width: 105px;
	clear: both;
	padding-bottom: 20px;
}

#sub dl dd {
	width: 125px;
	margin-left: 100px;
	padding-bottom: 20px;
}

#sub dl dd p {
	font-weight: bold;
	margin-bottom: 5px;
}

.iflameStyle {
	width: 230px;
	height: 450px;
}

/*================================================
__Common
================================================*/
ul#square li {
	background:  url(../images/glue.gif) no-repeat left top;
	padding: 0 0 5px 13px;
	margin-left: 3px;
}

ul#squareBtm li {
	background:  url(../images/glue.gif) no-repeat left top;
	padding: 0 0 15px 13px;
	margin-left: 3px;
}

/*================================================
__SubPage
================================================*/
div.line,
div.line02 {
	clear: both;
	background: url(../images/line.gif) no-repeat;
	height: 2px;
	margin: 15px auto;
	width: 550px;
}

div.line02 {
	margin: 7px auto 15px;
}

/* for CSS1 browsers */
div.line hr,
div.line02 hr,
div.lineCenter hr,
div.lineS hr {
	display: none;
}

/* for CSS2 browsers */
div.line *,
div.line02 *,
div.lineCenter *,
div.lineS * {
	display: none;
}

#toTop {
	text-align: right;
	margin-top: 10px;
}

#toTop a {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/mark_top.gif) no-repeat left center;
}

ol#topicPath {
	margin: 0 auto;
	padding: 0 10px 10px;
}

ol#topicPath li {
	display: inline;
	list-style-type: none;
}

ol#topicPath li a {
	padding-right: 11px;
	background: url(../images/topicpath.gif) no-repeat right center;
}

.point {
	color: #ff6600;
}

.pointB {
	color: #ff6600;
	font-weight: bold;
}

p.caption {
	background:  url(../images/glue.gif) no-repeat top left;
	padding: 0 0 8px 13px;
	color: #ff6600;
	font-weight: bold;
	margin: 0 10px;
	
}

#contSP {
	background: url(../images/contsp_btm.gif) no-repeat bottom;
	width: 580px;
	padding-bottom: 10px;
	margin: 0 0 10px 10px;
	position:static;
	z-index:2;
}

.contSPin,
.contSPin2 {
	background: url(../images/contsp_bg.gif) repeat-y;
	padding: 10px 15px 0;
}

.contSPin2 {
	text-align: center;
}

.contSPin p {
	padding: 0 10px;
}

.contSPin h3 {
	margin: 0 5px 5px;
	color: #0099CC;
	font-size: 1.4em;
	font-weight: bold;
}

.contSPin h3.center {
	text-align: center;
}

.illust {
	float: right;
	padding: 5px 20px 10px 40px;
}

.photo {
	float: right;
	padding: 5px 5px 10px 20px;
}

.photoL {
	float: left;
	padding: 5px 20px 10px 5px;
}

p.anchorTop {
	position: absolute;
	top: 180px;
}

div.howto dl {
	clear: both;
	padding-left: 3px;
}

div.howto dl dt {
	margin: 0;
	padding: 0 0 5px 15px;
	background: url(../images/glue.gif) no-repeat;
	color: #0099cc;
	text-decoration: underline;
}

div.howto dl dd {
	margin-bottom: 15px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #996633;
}

div.howto dl dd p {
	padding: 0;
}

div.centering {
	margin-bottom: 10px;
}

div.centering p {
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
	width: 400px
}

div.centering p.image {
	width: 75px;
}

/*for IE6 */
* html .centeringTest p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .centeringTest p {
	display: inline;
	zoom: 1;
}

ul#thumb {
	margin: 0 auto;
	padding: 30px 30px 10px;
}

ul#thumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*/
ul#thumb {
	height: auto;
	overflow: hidden;
}
/* for MacIE5 */

ul#thumb li {
	padding: 0 10px;
	float: left;
	width: 102px;
	height: 70px;
	list-style-type : none;
}

ul#thumb li a img {
	border: 1px solid #330000;
}

dl#outline {
	padding: 0 10px;
}

dl#outline dt {
	font-weight: bold;
}

dl#outline dd {
	margin: 0 0 20px 10px;
}
