@charset "utf-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	border-right: 1px none #666666;
	border-left: 1px none #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	padding: 15px;
	float: right;
	width: 660px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 230px;
	margin-bottom: 20px;
}
#footer{
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#sitemap {
	color: #FFFFFF;
	background-color: #0066CC;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* header styles
---------------------------------*/
#header {
	background-image: url(imag/index_photo.jpg);
	background-repeat: no-repeat;
	height: 300px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
}

#other  #header {
	background-image: url(imag/index_photo.jpg);
	background-repeat: no-repeat;
	height: 230px;
}

#header #logo {
	position: absolute;
	top: 30px;
	right: 25px;
}
#other #header #logo {
	position: absolute;
	top: 25px;
	left: 30px;
}

#header h2 {
	color:#000033;
	font-size:11px;
	text-align:right;
	font-weight: bold;
	margin-top: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#header ul {
	background-color: #FFFFFF;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 270px;
}
#other #header ul {
	background-color: #FFFFFF;
	width: 860px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	text-align: center;
	display: list-item;
	height: 2.5em;
	width: 156px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	position: relative;
}
#header ul li a:hover {
	background-color: #b0c4de;
	color: #000099;
}

#header ul li#nHome a {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
}
#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#learn #header #nLearn a,
#order #header #nOrder a,
#contact #header #nContact a {
	color: #000099;
	background-color: #FFFFFF;
}

/* main styles
---------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FF6600;
	border-bottom-color: #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1px;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
/* sidebar styles
---------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
	font-weight: bold;
	color: #666666;
}
#sidebar ul li a {
	background-image: url(imag/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background-image: url(imag/arrow.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
}

/* footer styles
---------------------------------*/
#footer p a {
	color: #666666;
}
#footer p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#sitemap{
	font-size:70%;
}
#sitemap p{
	font-weight: bold;
	color: #CCCCCC;
	float:left;
}
#sitemap li{
	display:inline;
	display:inline;
	list-style: none;
	border-right: 1px solid #000000;
	padding:0 8px 0 9px;
	border-left: 1px solid #000000;
}	
#sitemap ul li a{
	color:#FFFFFF;
	text-decoration: none;
}
#sitemap ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#main img {
	top: 15px;
	right: 15px;
}

/* table
---------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
---------------------------------*/
#main div.wk {
	float: left;
	width: 300px;
	margin-right: 22px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
	font-size: small;
}
#main div.wk h3 a {
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
#main .wk p {
	line-height: 1.2;
	font-size: small;
}
#main  .wk  ul  {
	list-style: square;
	margin-left: 15px;
}


#main div.mail {
	float: right;
	position:relative;
	padding-top: 0px;
	padding-left: 500px;
}


/* learn
---------------------------------*/
#learn .ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#learn .ol{
	padding-right: 10px;
	padding-left: 20px;
	list-style: decimal outside;
	font-size: 12px;
}
#learn .img{
	margin-left: 20px;
}
/* order
---------------------------------*/
#order .ul {
	padding-top: 0px;
	padding-left: 20px;
	list-style: disc;
}

/* contact
---------------------------------*/
#contact .ul{
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	list-style: square;
}
/* other
---------------------------------*/
.ol{
	padding-top: 5px;
	list-style-type: decimal;
	padding-left: 30px;
}
.ul{
	padding-top: 10px;
	padding-left: 20px;
	list-style-type: square;
}

/* セールページ
---------------------------------*/
#sale {
	width: 860px;
	margin: 0px auto;
}
#seihin,
#buhin{
	width:800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#sale p{
	margin-left: 10px;
}
#sale h2{
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}
#sale h3 {
	margin: 10px 0px 5px;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
	font-size: small;
}
#sale h4{
	margin: 10px 0px 5px;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	font-size: medium;
	color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sale .wk3 {
	float: left;
	width: 375px;
	margin-right: 25px;
	margin-top: 10px;
}
#sale .wk3 ul{
	list-style: square;
	margin-left: 15px;
}
#sale div.wk2 {
	float: left;
	width: 250px;
	height:auto;
	margin-right: 16px;
	margin-top: 20px;
}
#sale .img{
	height:200px
}
#sale div.mail {
	float: right;
	position:relative;
	padding-top: 0px;
	padding-left: 500px;
}
