@charset "UTF-8";
@import url("base.css");

textarea.example {
	margin: 10px auto 10px auto;
	width: 95%;
	height: 320px;
	_height: auto;
	display: block;
	padding: 10px;
	line-height: 1.5em;
	background-color: #EEEEEE;
}
div#toolbar {
	width: 840px;
	height: 31px;
	/*position: absolute;*/
	_display: none;
	position: fixed;
	background-image: url(../images/toolbar.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/toolbar.png', sizingMethod='scale');
}
div#toolbar_wrapper {
	position: relative;
	width: 840px;
	height: 31px;
}
a.toolbar {
	position: absolute;
	display: block;
	height: 29px;
}
a.toolbar:active {
	color: #0000FF;
}
a.toolbar:link {
	color: #000099;
}
a.toolbar:visited {
	color: #999999;
}
a.toolbar:hover {
	background-color: #FFFFFF;
}

a#toolbar_01 {
	width: 130px;
	top: 1px;
	left: 1px;
}
a#toolbar_02 {
	top: 1px;
	left: 132px;
}
a#toolbar_03 {
	top: 1px;
	left: 160px;
}
a#toolbar_04 {
	top: 1px;
	left: 190px;
}
a#toolbar_05 {
	top: 1px;
	left: 220px;
}
a#toolbar_06 {
	top: 1px;
	left: 250px;
}
a#toolbar_09 {
	top: 1px;
	left: 280px;
}
a#toolbar_10 {
	top: 1px;
	left: 310px;
}
a#toolbar_11 {
	top: 1px;
	left: 340px;
}

a#toolbar_07 {
	width: 235px;
	top: 2px;
	left: 370px;
	text-align: left;
	overflow: hidden;
}
a#toolbar_08 {
	width: 230px;
	top: 2px;
	left: 609px;
	text-align: right;
	overflow: hidden;
}
#toolbar_next_text {
	display: block;
	padding: 7px 17px 7px 7px;
	font-size: 12px;
	background-image: url(../images/toolbar_next.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
#toolbar_prev_text {
	display: block;
	padding: 7px 7px 7px 17px;
	font-size: 12px;
	background-image: url(../images/toolbar_prev.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
div#tips {
	display: none;
	z-index: 1000;
	top: -35px;
	left: 0px;
	width: 250px;
	height: 41px;
	position: absolute;
	background-image: url(../images/tips.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tips.png', sizingMethod='scale');
}
span#tips_inner {
	display: block;
	padding: 7px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
object,embed {
	margin: 0px auto 0px auto;
}
p strong {
	color: #CC0000;
}
div#mms {
	width: 320px;
	margin: 0px auto 0px auto;
	text-align: center;
}
p img {
	display: inline;
}

div#forMessage {
	width: 100px;
	height: 50px;
	margin: 0px auto 0px auto;
	position: absolute;
	top: 0px;
	left: 370px;
}
div#forMessage a {
	width: 100px;
	height: 50px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/message.jpg);
}
div#wada_message {
	background-color: #000000;
	border: solid 1px #CCCCCC;
	color: #FFFFFF;
	padding: 5px;
}

div.scrollImage_wrapper {
	margin: 0px auto 0px auto;
	overflow: hidden;
	z-index: 1;
	padding: 0px;
}
div.scrollImage_main {
	padding: 0px;
	margin: 0px;
}
div.scrollImage_main a {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
div.scrollImage_blank {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
div.scrollImage_main a img {
	display: inline;
}
div.scrollImage_ui {
	clear: both;
	margin: 5px auto 15px auto;
	width: 742px;
	height: 20px;
}
span.scrollImage_next {
	cursor: pointer;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	float: right;
	background-image: url(../images/next.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next.png', sizingMethod='scale');
}
span.scrollImage_prev {
	cursor: pointer;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	float: left;
	background-image: url(../images/prev.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prev.png', sizingMethod='scale');
}

div.msg {
	padding: 0px 0px 0px 60px;
	margin: 5px 0px 10px 0px;
	background-image: url(../images/unknown.jpg);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

pre {
	font-size: 12px;
	display: block;
	padding: 5px;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
	line-height: 1.5em;
}
em.through {
	text-decoration:line-through;
	color: #666666;
}

ol.thumnail_list li {
	float: left;
	padding: 0px 10px 10px 0px;
}
ol.thumnail_list li a {
	display: block;
	overflow: hidden;
	width: 80px;
	height: 80px;
}

img#howto {
	position: fixed;
	/*position: absolute;*/
	width: 62px;
	height: 110px;
	cursor: pointer;
	top: 0px;
	left: 0px;
	_display: none;
}
div#dashboard {
	display: none;
	z-index: 50;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
}
div#howtouse {
	display: none;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	width: 800px;
	height: 440px;
	background-image: url(../images/howto.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/howto.png', sizingMethod='scale');
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
span#char_count {
	font-size: 10px;
	color: #999999;
	display: block;
}
div#wrapper {
	position: relative;
	/*overflow: hidden;*/
	margin: 0px auto 0px auto;
	width: 820px;
	background-image: url(../images/background.gif);
}
a#index {
	display: block;
	position: absolute;
	top: 0px;
	left: 734px;
	width: 86px;
	height: 86px;
	text-indent: -5000px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 820px;
	height: 20px;
	background-image: url(../images/header.gif);
	float: left;
	overflow: hidden;
}
div#header h1 {
	text-indent: -5000px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width: 820px;
	margin: 0px auto 0px auto;
	clear: both;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#contents {
	width: 740px!important;
	width/**/: 820px;
	padding: 20px 40px 0px 40px;
}
div#container h2 {
	font-size: 36px;
	padding: 0px 0px 30px 0px;
}
div#container h3 {
	font-size: 21px;
	padding: 10px 0px 5px 0px;
}
div#container p,div#container p strong {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 1.5em;
}
div#contents span {
	font-size: 10px;
	color: #999999;
}
div.article_image {
	padding: 0px 0px 20px 0px;
}
div.article_image span {
	display: block;
	padding: 5px;
}
div#contents dl {
	padding: 0px 0px 30px 0px;
}
div#contents dl dt {
	font-size: 18px;
}
div#contents dl dt a:active {
	color: #0000FF;
}
div#contents dl dt a:link {
	color: #000099;
}
div#contents dl dt a:visited {
	color: #999999;
}
div#contents dl dt a:hover {
	color: #0000FF;
}

div#contents dl dd {
	font-size: 12px;
	padding: 5px 0px 20px 1em;
	color: #666666;
}
div#contents ul {
	padding: 5px;
	height: 30px;
}
div#contents ul li {
	color: #999999;
	float: left;
	padding: 0px 10px 0px 0px;
}
div#contents ol {
	padding: 10px;
}
div#contents ol li {
	font-size: 24px;
}
div#prev,div#next {
	position: relative;
	width: 56px!important;
	width/**/: 86px;
	height: 46px!important;
	height/**/: 86px;
	padding: 30px 10px 10px 20px;
	cursor: pointer;
	font-size: 10px;
	color: #999999;
}
div#prev {
	float: left;
	background-image: url(../images/spacer.gif);
}
div#next {
	float: right;
	background-image: url(../images/spacer.gif);
}
div#next a,div#prev a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 86px;
	height: 86px;
	display: block;
	text-indent: -5000px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	position: relative;
	clear: both;
	height: 86px;
}
hr#eof {
	clear: both;
	display: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

form#msg {
	margin: 10px 0px 0px 0px;
	clear: both;
	padding: 5px 5px 10px 5px;
	text-align: center;
}
form#msg p {
	margin: 0px auto 0px auto;
	width: 708px;
	text-align: left;
	padding: 5px 0px 0px 0px;
}
form#msg textarea {
	display: block;
	margin: 0px auto 5px auto;
	width: 696px!important;
	width/**/: 706px;
	height: 200px;
	padding: 5px;
	line-height: 1.5em;
	color: #999999;
}
input#msg_name {
	width: 250px;
	color: #999999;
	height: 20px!important;
	height/**/: 26px;
	padding: 3px;
	ime-mode: active;
}
input#msg_mail {
	width: 350px;
	color: #999999;
	height: 20px!important;
	height/**/: 26px;
	padding: 3px;
	ime-mode: disabled;
}

input#msg_submit {
	height: 20px!important;
	height/**/: 26px;
	padding: 3px;
}
em#msg_error {
	color: #FF0000;
	font-style: normal;
	display: none;
	font-size: 12px;
}
div#msg_comments {
	border-top: solid 1px #CCCCCC;
}
div#msg_comment {
	display: none;
	padding: 0px 0px 0px 0px;
}
div#msg_comments p {
	padding: 8px;
	border: solid 1px #CCCCCC;
	font-size: 12px;
}
div#msg_comments p span {
	display: block;
}

div#msg_comments dl {
	padding: 5px;
	border: solid 1px #CCCCCC;
}
div#msg_comments dl dt {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}
div#msg_comments dl dd {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px;
}
div#msg_comments dl dd span {
	display: block;
}
