/* ------------------------------------------------------
	MITSUKURA TEX
	style.css
------------------------------------------------------ */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
* {
	font-family: Verdana, Helvetica, Osaka, "‚l‚r ƒSƒVƒbƒN", san-serif;
	color: #666666;
}
strong {
	color: #333333;
}
input,textarea {
	padding: 4px;
	line-height: 120%;
}

input.submit {
	padding: 0;
	font-size: 100%;
	color: #333333;
}

a:link {
	color: #33CCFF;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #33CCFF;
}

form#mailform table {
	font-size: 80%;
	text-align: left;
}

/* main-header */
div#sub-header div#eng-tag {
	float: right;
	margin: 8px 2px;
	padding: 2px 5px;
	background-color: #666666;
	letter-spacing: 1px;
}
div#sub-header div#eng-tag a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
div#sub-header h3 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
div.photo-view {
	float: left;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	width: 210px;
}
div.photo-view img {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
div.photo-view a {
	color:#666666;
	text-decoration: none;
}
div.photo-view span.tag {
	color:#FFFFFF;
	font-size: 80%;
	padding: 4px;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
div.photo-view div {
	font-size: 80%;
	background-color: #F3F3F3;
	padding: 5px;
	line-height: 120%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
p.title1 {
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


div.indent {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 100%;
}

div#menu {
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
div#menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 14px;
	letter-spacing: 2px;
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding: 13px 15px;
}
div#menu a#current,
div#menu a:hover {
	text-decoration: none;
	background-image: url(images/menu_current.jpg);
	background-repeat: repeat-x;
}
h1 {
	display: none;
}

/* main-footer */
div#footer {
	background-color: #999999;
	width: 100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

/* footer-menu */
div#footer-menu {
	width: 100%;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 46px;
	clear: both;
}

div#footer-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
div#footer-menu li {
	padding: 0px;
	margin: 0px;
	float: left;
}
div#footer-menu a {
	font-size: 12px;
	display: block;
	padding: 0px;
	color: #666666;
	margin: 15px;
}
div#footer-menu a#current2,
div#footer-menu a:hover {
	color: #3399CC;
	text-decoration: none;
}

/* content */
div#content h2 {
	font-size: 120%;
	background-image: url(images/point1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #333333;
}
div#content div.maintext {
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
caption,legend {
	display: none;
}
fieldset {
	border: 1px solid #999999;
	margin: 5px;
	padding: 5px;
}
div.topics-box {
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(images/topics-box_back.jpg);
	background-repeat: no-repeat;
	margin: 0;
	width: 500px;
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 160%;
}

div.topics-box h3 {
	font-size: 120%;
	padding: 0;
	color: #333333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

div.topics-box img.topics-img {
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 3px solid #CCCCCC;
}

div.topics-box p {
	padding: 0;
	margin: 10px;
}
div.product-content {
	background-color: #FFFFFF;
	background-image: url(images/product_back1.jpg);
	background-repeat: repeat;
	padding: 15px;
	margin: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.product-content h3 {
	font-size: 120%;
	color: #CC0000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/product_point1.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#profile-menu {
	margin: 0px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

ul#profile-menu li {
	padding: 0px;
	margin: 0px;
}
ul#profile-menu a {
	display: block;
	padding: 5px;
	color: #0099CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
ul#profile-menu a#current3,
ul#profile-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #0099FF;
}/* ------------------------------------------------------
	MITSUKURA TEX
	style.css
------------------------------------------------------ */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
* {
	font-family: Verdana, Helvetica, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", san-serif;
	color: #666666;
}
strong {
	color: #333333;
}

a:link {
	color: #33CCFF;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #33CCFF;
}
/* main-header */
div#sub-header div#eng-tag {
	float: right;
	margin: 8px 2px;
	padding: 2px 5px;
	background-color: #666666;
	letter-spacing: 1px;
}
div#sub-header div#eng-tag a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
div#sub-header h3 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
div#menu {
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
}
div.photo-view {
	float: left;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	width: 210px;
}
div.photo-view img {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
div.photo-view a {
	color:#666666;
	text-decoration: none;
}
div.photo-view span.tag {
	color:#FFFFFF;
	font-size: 80%;
	padding: 4px;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
div.photo-view div {
	font-size: 80%;
	background-color: #F3F3F3;
	padding: 5px;
	line-height: 120%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
p.title1 {
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


div.indent {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 100%;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
div#menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 14px;
	letter-spacing: 2px;
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding: 13px 15px;
}
div#menu a#current,
div#menu a:hover {
	text-decoration: none;
	background-image: url(images/menu_current.jpg);
	background-repeat: repeat-x;
}
h1 {
	display: none;
}

/* main-footer */
div#footer {
	background-color: #999999;
	width: 100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

/* footer-menu */
div#footer-menu {
	width: 100%;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 46px;
	clear: both;
}

div#footer-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
div#footer-menu li {
	padding: 0px;
	margin: 0px;
	float: left;
}
div#footer-menu a {
	font-size: 12px;
	display: block;
	padding: 0px;
	color: #666666;
	margin: 15px;
}
div#footer-menu a#current2,
div#footer-menu a:hover {
	color: #3399CC;
	text-decoration: none;
}

/* content */
div#content h2 {
	font-size: 120%;
	background-image: url(images/point1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #333333;
}
div#content div.maintext {
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
caption,legend {
	display: none;
}
fieldset {
	border: 1px solid #999999;
	margin: 5px;
	padding: 5px;
}
div.topics-box {
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(images/topics-box_back.jpg);
	background-repeat: no-repeat;
	margin: 0;
	width: 500px;
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 160%;
}

div.topics-box h3 {
	font-size: 120%;
	padding: 0;
	color: #333333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

div.topics-box img.topics-img {
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 3px solid #CCCCCC;
}

div.topics-box p {
	padding: 0;
	margin: 10px;
}
div.product-content {
	background-color: #FFFFFF;
	background-image: url(images/product_back1.jpg);
	background-repeat: repeat;
	padding: 15px;
	margin: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.product-content h3 {
	font-size: 120%;
	color: #CC0000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/product_point1.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#profile-menu {
	margin: 0px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

ul#profile-menu li {
	padding: 0px;
	margin: 0px;
}
ul#profile-menu a {
	display: block;
	padding: 5px;
	color: #0099CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
ul#profile-menu a#current3,
ul#profile-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #0099FF;
}
div#pane2-right table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
div#pane2-right table td,
div#pane2-right table th {
	border-bottom: 1px dashed #999999;
	margin: 0px;
	padding: 10px;
}

h3#profile-title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 130%;
	color: #333333;
	letter-spacing: 2px;
	background-image: url(images/line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
p#page-top {
	text-align: right;
	font-size: 10px;
	padding: 0px;
	clear: left;
	margin-top: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

p#page-top a {
	color: #666666;
}

div#pane2-right2 div.textbox {
	margin: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#pane2-right2 div.right2-top {
	margin: 0px;
	padding: 0px;
	background-image: url(images/right2-top.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 180px;
}

div#pane2-right2 div.right2-body {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	width: 178px;
}

div#pane2-right2 div.right2-bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(images/right2-bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 180px;
}
div.smallbox {
	margin: 10px;
	padding: 15px;
	border: 1px solid #999999;
	font-size: 90%;
}
div.smallbox p {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333333;
}

div#pane2-right table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
div#pane2-right table td,
div#pane2-right table th {
	border-bottom: 1px dashed #999999;
	margin: 0px;
	padding: 10px;
}

h3#profile-title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 130%;
	color: #333333;
	letter-spacing: 2px;
	background-image: url(images/line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px;
}
p#page-top {
	text-align: right;
	font-size: 10px;
	padding: 0px;
	clear: left;
	margin-top: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

p#page-top a {
	color: #666666;
}

div#pane2-right2 div.textbox {
	margin: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#pane2-right2 div.right2-top {
	margin: 0px;
	padding: 0px;
	background-image: url(images/right2-top.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 180px;
}

div#pane2-right2 div.right2-body {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	width: 178px;
}

div#pane2-right2 div.right2-bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(images/right2-bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 180px;
}
div.smallbox {
	margin: 10px;
	padding: 15px;
	border: 1px solid #999999;
	font-size: 90%;
}
div.smallbox p {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333333;
}
div#top-info {
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#top-info h3 {
	font-size: 90%;
	font-weight: bold;
	background-image: url(images/line2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0;
	color: #00A0C6;
}
div#top-info dl {
	margin: 0px;
	padding: 10px;
}
div#top-info dt {
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/top-info-title.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#top-info dt span {
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#top-info dd {
	padding: 2px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 20px;
	font-size: 90%;
	line-height: 140%;
}

img.img-box {
	padding: 2px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 3px solid #CCCCCC;
}
