@charset "UTF-8";
/* formatting style-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/yellow.jpg);
}
/* link style-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* layout style-----------------------------*/
#shadowup {
	background-image: url(images/shadowup.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 840px;
	float: none;
	height: 20px;
	margin: 0px auto;
	clear: both;
}
#shadowmid {
	background-image: url(images/shadowmid.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 840px;
	background-attachment: scroll;
}
#shadowlower {
	background-image: url(images/shadowlow.jpg);
	width: 840px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	margin: 0px auto;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	padding: 15px;
}
#main {
	background-color: #FFFFFF;
	width: 570px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	margin-bottom: 20px;
}
#footer {
	color: #99FFFF;
	background-color: #0066CC;
	padding: 15px;
	clear: both;
	width: 770px;
}
/* headder style-----------------------------*/
#header {
	padding: 0px;
	width: 800px;
	border-top: 10px solid #0066CC;
	height: 135px;
}
#header h1 {
	height: 100px;
	width: 800px;
	display: block;
}
#header #logo {
	clear: both;
	padding: 20px;
}
#header ul {
	width: 800px;
	display: block;
	margin: 0px;
	height: 30px;
}
#header ul li {
	float: left;
	width: 130px;
	list-style: none;
	top: 30px;
	height: 30px;
}
#header #line {
	top: 30px;
	width: 800px;
	display: block;
}
#topmoviearea {
	display: block;
	margin: 0px;
	width: 800px;
}
/* sidebar style-----------------------------*/
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 10px;
	list-style: none;
	margin-left: 20px;
}
#sidebar ul li a {
	display: block;
	text-indent: 10px;
	background-image: url(images/mark-g.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover {
	background-color: #FFFFCC;
	background-image: url(images/mark-b.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar a img {
	border: 1px solid #0066FF;
	padding: 2px;
}
#sidebar a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* main style-----------------------------*/
#main h2 {
	font-size: 150%;
	font-weight: bold;
	padding: 2px 0px 2px 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #0066CC;
	margin-left: 2px;
	margin-top: 30px;
	background-image: url(images/h2-mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#main h3 {
	font-size: 130%;
	font-weight: bold;
	margin-left: 10px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-left: 10px;
}
#main p#strong {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-left: 10px;
	font-weight: bold;
	color: #993366;
}#main #pageTop {
	display: block;
	margin-bottom: 20px;
	text-align: right;
	clear: both;
}
/*index page-----------------------------*/
#main dl {
	margin-left: 20px;
}
#main dl#news dt {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(images/mark-b3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
#main dl#news dd {
	margin-bottom: 10px;
}
/*profile page-----------------------------*/
#main #greetings {
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main #shacho {
	float: right;
	margin-left: 10px;
	margin-top: 20px;
}
#main #profile {
	background-image: url(images/offset.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#main #activities {
	background-image: url(images/mac.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#main dl#gaiyou dt {
	padding-left: 10px;
	font-weight: bold;
	background-image: url(images/mark-b1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	display: block;
	color: #006699;
}
#main dl#gaiyou dd {
	display: block;
	margin-left: 20px;
	margin-bottom: 1em;
}
#main dl.profile dt {
	padding-left: 10px;
	font-weight: bold;
	background-image: url(images/mark-b1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	display: block;
	color: #006699;
}
#main dl.profile dd {
	display: block;
	margin-left: 20px;
	margin-bottom: 1em;
}
/*products page-----------------------------*/
#main div.products {
	padding: 10px 15px 15px;
	border-bottom: 1px dotted #999999;
}
#main div.products h3 {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px;
	background-image: url(images/mark-b.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#main div.products p {
	padding: 0px;
	margin: 0px 0px 1em;
}
#main div.products a.sample {
	display: block;
	border: 1px solid #999999;
	padding: 2px 5px 2px 1em;
	margin-bottom: 20px;
	background-image: url(images/mark-g.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin-left: 20px;
}
#main div.products a.sample:hover {
	background-color: #FFFFCC;
	background-image: url(images/mark-b3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#main dl.products dt {
	display: block;
	width: 120px;
	height: 120px;
}
#main dl.products dd {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 520px;
}
#main dl.products dd ul {
	padding-left: 20px;
	list-style: url(images/mark-g0.5.jpg) none inside;
}

/* 拡大画像-----------------------------*/
#main dl.products dt:hover {
	height: 420px;
	width: 480px;
}
#main dl.products dt img.large{
    display:none;
}
#main dl.products dt:hover img.small{
    display:none;
}
#main dl.products dt:hover img.large{
	display:block;
	border: 2px solid #999999;
	padding: 5px;
}
#main dl.products dt img.small {
	display:block;
	border: 1px solid #999999;
	padding: 5px;
}
/*notes page-----------------------------*/
#main dl.notes dt {
	padding-left: 10px;
	font-weight: bold;
	background-image: url(images/mark-g1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	display: block;
}
#main dl.notes dd {
	display: block;
	margin-left: 20px;
	margin-bottom: 1em;
}
#main #sign {
	text-align: right;
}
/*contuct page-----------------------------*/
#main dl.contact dt {
	float: left;
	display: block;
	padding: 5px;
	margin-right: 10px;
}
#main dl.contact dd {
	padding-top: 10px;
	padding-bottom: 3em;
}
/* footer　style-----------------------------*/
#footer p {
	text-align: center;
}
#footer ul li a {
	border-right: #CCCCCC;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	color: #CCCCCC;
}
#footer ul li#kojin {
	border-right: 1px solid #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-bottom: 15px;
}
#footer ul {
	text-align: center;
	padding-bottom: 15px;
}
#footer address {
	text-align: center;
	color: #FFFFFF;
}
/* form-----------------------------*/
#main form {
	padding: 0px 20px 20px;
}
#main form table {
	margin-bottom: 20px;
	border-collapse:collapse;
}
#main form table th {
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	background-color: #D2F0FF;
	font-weight: normal;
}
#main form table td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #999999;
	background-color: #F0FFFF;
}
#main input[type="text"],#main textarea {
	border: 2px inset #999999;
}
#main form select {
	font-size: 100%;
	width: 160px;
}
#main form textarea#comment {
	height: 120px;
	width: 300px;
	overflow: auto;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
/* envelope table-----------------------------*/
#main div#envelopeSize table {
	text-align: center;
	border-collapse:collapse;
	background-color: #FFFFCC;
}
#main div#envelopeSize table th {
	background-color: #CCFF99;
	text-align: center;
	padding: 2px;
	border: 1px solid #999999;
}
#main div#envelopeSize table td {
	padding: 6px 2px;
	border: 1px solid #999999;
}
#main div#envelopeSize table .L {
	text-align: left;
	padding-left: 0px;
	border-left-style: none;
	padding-right: 2px;
}
#main div#envelopeSize table .R {
	text-align: right;
	padding-right: 0px;
	border-right-style: none;
	padding-left: 2px;
}
#main div#envelopeSize table .X {
	border-right-style: none;
	border-left-style: none;
}
#main div#envelopeSize table .odd {
	background-color: #E5FFD1;
}
#main div#envelopeSize table td.fig {
	width: 130px;
	background-color: #FFFFFF;
}

#main div#envelopeColor table {
	text-align: center;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main div#envelopeColor table th {
	width: 80px;
	height: 35px;
	border: 1px solid #999999;
}
#main div#envelopeColor table td {
	border: 1px solid #999999;
}
/* PDF リンク　-----------------------------*/
#main a.pdf {
	display: block;
	border: 1px solid #999999;
	padding: 2px 5px 2px 1em;
	margin-bottom: 20px;
	background-image: url(images/mark-g.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin-left: 20px;
}
#main a.pdf:hover {
	background-color: #FFFFCC;
	background-image: url(images/mark-b3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}