body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
	font-size: 100%;
	line-height: 160%;
	font-family: arial, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
		"HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
		"Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
	/* font-family: Verdana, Arial, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif; */
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	color: #FF3366;
}

a:visited {
	color: #FF3366;
}

a:hover, a:active  {
	color: #CC0099;
}

#headerNav a {
	color: #666;
	text-decoration: underline;
}

#headerNav a:link {
	color: #666;
}

#headerNav a:visited {
	color: #666;
}

#headerNav a:hover, a:active  {
	color: #FF3366;
}


#footerLine a {
	color: #666;
	text-decoration: underline;
}

#footerLine a:link {
	color: #666;
}

#footerLine a:visited {
	color: #666;
}

#footerLine a:hover, a:active  {
	color: #FF3366;
}

#bgbody {
	width: 745px;
	margin: 0px auto;
	padding: 0px;
	background: #FFF;
	line-height: 140%;
	text-align: center;
}

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 728px;
	text-align: left;
	background: #FFF;
	background-image: url("/images/header_img.jpg");
	background-repeat: no-repeat;
}

#wrapper {
	padding: 0px 0px 10px 0px;
	float: left;
	width: 726px;
}

#header {
	width: 728px;
	height: 140px;
	text-align: left;
	padding: 0px;
}

#header img#logolink{
	border: 0px solid #CCC;
}


#headerTop {
	width: 728px;
	height: 100px;
	text-align: left;
	padding: 0px;
}

#headerTop img#logolink{
	border: 0px solid #CCC;
	float: left;
}

#headerTop h1 {
	padding: 4px 4px 4px 0px;
	color: #000;
	font-size: medium;
	text-align: left;
	/* border-left: 6px solid #000; */
	border-bottom: 1px dotted #888;
	line-height: 150%;
	font-weight: bold;
	margin: 20px 10px 20px 210px;
}

#headerNav {
	border-bottom: 1px solid #CCC;
	height: 40px;
}

#headerNav div#siteTitle{
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 282px;
	font-size: 90%;
}

#headerNav ul{
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 85%;
}

#headerNav li{
	display: inline;
	padding: 0px 0px 0px 15px;
}


#center {
	float: right;
	width: 524px;
	overflow: hidden;
}

#left {
	float: left;
	width: 182px;
	overflow: hidden;
}

#right {
	float: right;
	width: 182px;
	overflow: hidden;
}


#footer {
	clear: both;
	margin: 0px auto;
	width: 726px;
	background-color: #FFF;
	text-align: center;
}

#footerLine {
	padding: 5px 10px 30px;
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 90%;
}

#footerLine ul{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 90%;
}

#footerLine li{
	display: inline;
	padding: 0px 0px 0px 20px;
}

#leftNavi {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	font-size: small;
	font-size: 75%;
	text-align: left;
}

#leftNavi dl dt dd {
	margin: 0px;
	padding: 0px;
}

#leftNavi dt {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url("/images/naviArrow02.gif");
	background-repeat: no-repeat;
	background-position:0px 2px;
	font-size: small;
	text-align: left;
	font-weight: bold;
}

#leftNavi dd {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#leftNavi ul, li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
	line-height: 160%;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 2px;

}

#leftNavi ul {
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 3px 0px;
}

#leftNavi ul.one {
	/* border-bottom: 1px dotted #888888; */
}

#leftNavi ul li {
	list-style-image: url("/img/naviArrow01.gif");
	margin: 0px 0px 0px 10px;
	border-bottom: 1px dotted #888888;
	padding: 2px 0px 2px 0px;
}


#leftNavi ul.two {
	/* list-style-image: url("/img/naviList01.gif"); */
	margin: 0px 0px 0px 15px;
	padding-left: 0px;
}

#leftNavi ul.two li {
	list-style-image: url("/img/naviArrow01.gif");
	margin-left: 0px;
	padding-left: 0px;
	/* list-style-type: disc; */
}

#leftNavi ul#shopping {
	margin: 0px 0px 0px 5px;
}

#leftNavi ul#shopping li{
	/* list-style-type: disc; */
	list-style-image: url("/img/naviArrow01.gif");
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
	line-height: 120%;
	border-top: 1px dotted #888888;
}

#leftNavi a {text-decoration: none;}

.content {
	padding: 0px 0px 30px 0px;
}

.content h1 {
	padding: 4px 4px 4px 0px;
	color: #000;
	font-size: medium;
	text-align: left;
	/* border-left: 6px solid #000; */
	border-bottom: 1px dotted #888;
	line-height: 150%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 20px;
}

.content h2 {
	font-size: small;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;
}

.content h3 {
	font-size: small;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.content h4 {
	font-size: small;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

.content pre {
	font-size: larger;
}
.content pre.code {
	font-size: small; 
	border: 1px solid #999; 
	padding: 10px; 
	margin: 0px;
}
.content div.youtube {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
}
.content p {
	clear: both;
	color: #333;
	font-size: small;
	text-align: left;
	line-height: 170%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

.content img {
	float: left;
	border: solid 0px #888;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content blockquote {
	margin: 35px 15px 35px;
}
.content blockquote p {
	text-decoration: none;
	font-style: oblique;
	font-size: small;
	line-height: 150%;
	color: #666;
}


.content blockquote p.autor {
	text-align: right;
}

.content blockquote a {
	text-decoration: none;
	color: #666;
}

.content li {
	line-height: 150%;
}

.content p.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	border-top: 1px dotted #888;
	text-align: right;
	margin:0px 0px 25px 0px;
	line-height: normal;
	padding: 5px 0px 0px 0px;
}

.content p.pankuzu {
	font-size: 80%;
	font-weight: normal;
	line-height: 160%;
	border-bottom: 1px solid #CCC;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 3px;
}
dl#d2 {
	border: 1px solid #BBB;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	font-size: 90%;
}
dl#d2 dt{
	font-size: 90%;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	border-bottom: 1px solid #CCC;
}
dl#d2 dd{
	font-size: 90%;
	margin: 0px 10px 15px 40px;
}
.portBox{
	float: right;
	padding: 0px;
	margin: 0px;
	width: 195px;
	/* background-color: #CCC; */
}

.portBox h3{
	margin-top: 0px;
}

ul.portfolio1 {
	margin: 5px 0px 5px 15px;
	padding: 0px;
}

li.portfolio2 {
	list-style-type: disc;
	/* color: #333; */
	font-size: small;
	font-size: 80%;
	text-align: left;
	line-height: 140%;
	font-weight: normal;
}

ul.contentList {
	margin: 15px 0px 15px 15px;
	padding: 0px;
}

li.contentList {
	list-style-type: disc;
	/* color: #333; */
	font-size: small;
	text-align: left;
	line-height: 140%;
	font-weight: normal;
}

#rightBar {
	margin: 10px 5px 10px;
	padding: 0px 5px 5px;
	font-size: small;
	font-size: 75%;
	text-align: left;
}

#rightBar dl dt dd {
	margin: 0px;
	padding: 0px;
}

#rightBar dt {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0px;
	background-color: #E5E1D3;
	border: 1px;
	border-color: #C9C3A3;
	border-style: solid;
	margin: 0px 0px 5px;
}

#rightBar dd {
	margin: 0px;
	padding: 0px 0px 5px 2px;
}

#rightBar p {
	text-align: left;
	line-height: 170%;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 5px;
}

#rightBar ul {
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 5px;
}

#rightBar li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: disc;
	/* list-style-image: url("/img/rightListArrow01.gif"); */
	font-weight: normal;
	text-align: left;
	line-height: 170%;
	border-bottom: 1px dotted #888888;
}

p.tensen  {
	font-size: 10px;
	border-top: 1px dotted #888888;
	text-align: right;
	line-height: normal;
	margin: 8px 0px 8px 0px;
}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

.link-note img {
	border: 0px;
}

.powered {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	margin-top: 20px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* For Form */

#contact p.errorMes {
	color: #FF0000;
}

#contact dt {
	padding-left: 8px;
	border-left: 8px solid #99CC00;
	font-size: small;
	font-weight: bold;
}

#contact dd {
	margin: 5px 0px 20px;
}

#contact dd.kakunin {
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #888888;
	font-size: small;
}

.formStyle {
	width: 95%;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

/* For Blog */

.content h3.date {
	margin-top: 0px;
}

.content p.date {
	width: 140px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	background: #FF3366;
	border-bottom: 1px dotted #999;
	font-family: Verdana, Arial, sans-serif;
	font-size:70%;
	color: #FFF;
	line-height:110%;
}


/* For copyright */

#copyright {
	font-size: 80%;
	font-style: normal;
}


/* For bookdata */
#book {
	clear: both;
	color: #333;
	font-size: small;
	text-align: left;
	line-height: 170%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
dl#book dt {
	font-weight: bold;
	display: block; 
	width: 6em; 
	float: left;
	margin-top: 0;
	}
dl#book dd {
	clear: right;
	}

/* For Portofolio */
#indexesList {
	margin: 10px 5px 15px 5px;
	text-align: left;
	font-size: 75%;
	line-height: 180%;
}
#indexesList ul {
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
#indexesList fieldset {
	margin: 15px 0px 15px 0px;
	padding: 0px 5px 5px 5px;
}
#indexesList legend {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	color: #000;
}
#indexesList li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#indexesList a {
	font-weight: normal;
}

/* For btnContact */
div.btnContact{
	margin: 20px 0px 30px 0px;
	width: 188px;
	height:59px;
}
div.btnContact a{
	display:block;
	height:59px;
	font-size:0px;
	line-height:0%;
	text-decoration: none;
	text-indent: -9999px;
	background:url(/images/btnContact.jpg) no-repeat;
}

div.btnContact a:hover {
	background-position:0px -59px;
}

/* For size_tbl */
div#center table.size_tbl {
	margin:5px 0px 10px 0px;
	padding:0px;
	border-collapse: collapse;
	font-size:80%;
	border: 2px #666 solid;
}

div#center table.size_tbl th{
	text-align: center;
	border: 1px #666 solid;
	padding: 3px 6px 3px 6px;
	background: #EEE;
}

div#center table.size_tbl td{
	text-align: center;
	border: 1px #666 solid;
	padding: 3px 6px 3px 6px;
}

/* For tokutei_tbl */
div#tokutei table.tokutei_tbl {
	width: 495px;
	margin:5px 0px 10px 10px;
	padding:0px;
	border-collapse: collapse;
	font-size:90%;
	line-height: 140%;
	/*border: 2px #666 solid;*/
}

div#tokutei table.tokutei_tbl th{
	text-align: left;
	border: 1px #666 solid;
	padding: 3px 6px 3px 6px;
	background: #EEE;
}

div#tokutei table.tokutei_tbl td{
	text-align: left;
	border: 1px #666 solid;
	padding: 3px 6px 3px 6px;
}

/* For div#list */
.content h1.listTitle {
	padding: 2px 4px 2px 10px;
	color: #000;
	font-size: 90%;
	text-align: left;
	/* border-left: 6px solid #000; */
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 20px;
	background: #EEE;
}

div#list div.listWrapper {
	clear:both;
}
div#list div.listLeft {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 130px;
	overflow: hidden;
}
div#list div.listRight {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 350px;
	overflow: hidden;
}
div#list img {
	padding: 3px;
	border: solid 1px #888;
}
div#list h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#list div.listRight div.price {
	float: left;
	margin: 10px 0px 5px 0px;
	width: 98px;
	height:30px;
	font-size:90%;
}
/* For btnGotosee */
div.btnGotosee{
	float: right;
	margin: 20px 0px 0px 0px;
	width: 98px;
	height:30px;
}
div.btnGotosee a{
	display:block;
	height:30px;
	font-size:0px;
	line-height:0%;
	text-decoration: none;
	text-indent: -9999px;
	background:url(/images/btnGotoEntry.jpg) no-repeat;
}

div.btnGotosee a:hover {
	background-position:0px -33px;
}

/* For div#Topitemlist */
div#Topitemlist {
	width: 524px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
div.Topitemtitle {
	padding: 2px 4px 2px 10px;
	color: #000;
	font-size: 90%;
	text-align: left;
	/* border-left: 6px solid #000; */
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 20px;
	background: #EEE;
}
div.toplistWrapper {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 155px;
	height: 200px;
	padding: 4px;
	font-size:90%;
	background: #FFF;
	border: solid 0px #CCC;
}
div.toplistImage {
	margin: 0px 0px 0px 15px;
}
div.toplistImage img{
	padding: 3px;
	border: solid 1px #FFAAAA;
}
div.toplistName p{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height:120%;
	font-size:90%;
}
div.toplistPrice p{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:90%;
}
/* For div#topNewsWrapper */
div.topNewsWrapper {
	margin: 0px 10px 0px 10px;
	width: 504px;
	padding: 0px;
	font-size:90%;
	background: #FFF;
	border: solid 0px #CCC;
}
span.newsDate{
	text-align: left;
	margin: 0px 10px 5px 0px;
	padding: 3px;
	font-size:80%;
	color: #FFF;
	line-height:110%;
	background: #FF3366;
}
p.newsTitle{
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size:90%;
	color: #333333;
	line-height:110%;
}
p.newsDescription{
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 8px 0px;
	font-size:80%;
	color: #333333;
	line-height:150%;
	border-bottom: 1px dotted #999;
}
p.newsDescription span.nextDescription {
	margin: 10px 0px 5px 0px;
	text-align: right;
}
/* For div#itemInfo */
div#itemInfo {
	margin: 30px 0px 0px 0px;
}
div#itemInfo div.itemInfoleft {
	margin: 0px 0px 30px 0px;
	width: 60px;
	float: left;
}
div#itemInfo div.itemInforight {
	margin: 0px 0px 30px 0px;
	width: 420px;
	float: right;
}
div#itemInfo img.itemmark {
	margin: 0px 0px 0px 0px;
	/*float: left;*/
	text-align: left;
}
div#itemInfo div.orderText {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #00CC99;
	line-height: 140%;
}
div#itemInfo div.orderDescription {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #006666;
	line-height: 140%;
}
div#itemInfo dl.itemInfo {
	clear:both;
	margin: 40px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	/*border-left: 1px solid #999;*/
	/*border-right: 1px solid #999;*/
	border-bottom: 1px dotted #999;
	/*background: #EEE;*/
}
dl.itemInfo dt {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
	display: block;
	float: left;
	clear: left;
	width: 160px;
	border-top: 1px dotted #999;
}
dl.itemInfo dd {
	margin: 0px 0px 0px 130px;
	padding: 2px 2px 2px 5px;
	border-top: 1px dotted #999;
	/*border-left: 1px solid #999;*/
	background: #FFF;
}
div#itemInfo div.relatedItem p{
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	color: #000;
	line-height: 140%;
}
div#itemInfo div.itemDirection p{
	margin: 20px 0px 5px 0px;
	font-weight: normal;
	color: #000;
	line-height: 140%;
}
div#itemInfo div.simulator p{
	margin: 35px 0px 0px 0px;
	font-weight: normal;
	color: #000;
	line-height: 140%;
}

br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
/* -------------------------------------------------------------------
sitemap-
------------------------------------------------------------------- */
.SiteMap{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	width: 524px;
	float:left;
	font-size:80%;
	line-height:110%;
}
.SiteMap ul.top {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.SiteMap ul.top li {
	font-size:100%;
	font-weight:bold;
	line-height:110%;
}
.SiteMap ul.top li a {
	font-size:100%;
	font-weight:bold;
	/*color: #000000;*/
	/*text-decoration:underline;*/
	line-height:110%;
}
.SiteMap ul.second {
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	background:url(../img/sitemapArrow.gif) no-repeat 0px 5px;	
	line-height:110%;
}
.SiteMap ul.second li a {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size:100%;
	/*text-decoration:underline;*/
	line-height:110%;
}
.SiteMap ul.third {
	margin:5px 0px 15px 25px;
	padding:0px 0px 0px 0px;
	line-height:110%;
}
.SiteMap ul.third li a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	font-size:100%;
	/*text-decoration:underline;*/
	line-height:110%;
	background:url(../img/sitemapDisc.gif) no-repeat 0px 5px;
}