@charset "utf-8";
/* --------------------------------------------------
	2007/7/6
	[jintan]
 --------------------------------------------------- */

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}
b,strong { color:#222;}
ul {margin:0;padding:0;}
li {margin:0;padding:0;list-style:none;}
dl {margin:0;padding:0;}
dt {margin:0;padding:0;}
dd {margin:0;padding:0;}

	
hr{
	border: 1px #46793e solid;
	height: 2px;
	background:url(image/main/line.jpg) repeat-x left bottom; 
	padding:0;
	margin:0;
	}

table {
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:160%;
	font-size:12px;
	}

/* link */
a {color:#75a116;}
a:hover {text-decoration:underline; }

/* body */
body {
	margin:0;
	padding:20px 0;
	text-align:center;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	background:#fff url(image/main/background.jpg) repeat;
	font-size:12px;
	line-height:160%;
	color:#666;
	}


/***************************
  font-color
***************************/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;}


/***************************
  h
***************************/
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}
	
	
/***************************
  all 
***************************/
/* main-layout*/
div#container {
	width:820px;
	background:#fff url(image/main/body-back.jpg) repeat-y center top;
	text-align:center;
	margin: 0 auto;
	}
	
div#wrapper{
	width:800px;
	margin:12px auto;
	text-align:left;
	}
	
div#content {
	width:550px;
	float:left;
	margin-bottom:30px;
	}
	
/* h */
h1 {
	
	}
	
h2 {
	position:relative;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:7px;
	padding-left:17px;
	background:url(image/main/line.jpg) bottom left repeat-x;
	}
	
span.h2-sub {
	display:block;
	position:absolute;
	top:7px;
	right:5px;
	font-size:12px;
	font-weight:normal;
	background:url(image/main/list-01.jpg) left center no-repeat;
	padding-left:20px;
	}
	
span.h2-sub a{
	color:#000;
	text-decoration:none;
	}
	
span.h2-sub a:hover{
	color:#3366aa;
	text-decoration:underline;
	}
		
h3 {
	background:#f4f4f4;
	padding:5px 7px;
	margin:10px 0;
	font-size:12px;
	}
	
h4 {
	padding:0px 10px 10px 14px;
	font-weight:bold;
	}
	
	

/***************************
  header 
***************************/
div#header {
	width:820px;
	height:136px;
	margin:0 auto;
	text-align:left;
	background:url(image/main/header.jpg) no-repeat;
	position:relative;
	}
	
div#logo {
	position:absolute;
	top:22px;
	left:13px;
	}
	
div#font-edit {
	position:absolute;
	top:22px;
	right:25px;
	}
	
div#search {
	text-align:right;
	position:absolute;
	top:48px;
	right:25px;
	}
	
input#search-txt {
	position:absolute;
	top:0;
	right:60px;
	height:21px;
	border:1px solid #79a73a;
	width:200px;
	}
	
button#search-btn{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	width:53px;
	height:22px;
	background:none;
	border:none;
	}

div#top-menu {
	position:absolute;
	top:71px;
	right:25px;
	text-align:right;
	height:20px;
	line-height:20px;
	width:500px;
	letter-spacing:0px;
	font-size:12px;
	}
	
div#top-menu a{
	display:block;
	background:url(image/main/list-01.jpg) left center no-repeat;
	padding-left:15px;
	margin-left:15px;
	float:right;
	text-decoration:none;
	color:#333333;
	height:20px;
	}
	
div#top-menu a:hover {
	color:#3366aa;
	text-decoration:underline;
	}


	
/***************************
  menu 
***************************/
div#menu {
	position:absolute;
	text-align:center;
	width:802px;
	margin:0 auto;
	bottom:7px;
	left:11px;
	}
	
div#menu a:hover img{
	opacity:0.8;
	filter: alpha(opacity=70);
}
	
/***************************
  page img 
***************************/	
div#page-img {
	margin-bottom:10px;
	}
	
div#top-flash {
	width:800px;
	height:247px;
	position:relative;
	background:url(image/main/top-img.jpg) no-repeat;
	}
	
div#flash-left {
	width:545px;
	height:218px;
	position:absolute;
	top:14px;
	left:14px;
	}
	
div#flash-right{
	width:213px;
	height:164px;
	position:absolute;
	top:16px;
	left:572px;
	}
	
div#flash-button{
	width:218px;
	height:47px;
	position:absolute;
	top:187px;
	left:570px;
	}

	
/***************************
  footer 
***************************/
div#footer {
	text-align:center;
	width:100%;
	clear:both;
	}
	
div#footer-navi {
	text-align:center;
	padding:10px 0;
	font-size:12px;
	}
	

/***************************
  navi 
***************************/	
div#navi {
	padding:0 10px 10px 10px;
	text-align:left;
	}

div#contents-navi {
	text-align:left;
	font-size:12px;
	background:url(image/main/navi.jpg) repeat-x left top;
	padding:10px 0;
	margin-bottom:20px;
	float:left;
	width:100%;
	}
	
div#contents-navi a{
	display:block;
	background:url(image/main/list-01.jpg) left center no-repeat;
	padding-left:15px;
	margin-left:15px;
	float:left;
	text-decoration:none;
	}
	
div#contents-navi a,
div#contents-subnavi a{
	display:block;
	background:url(image/main/list-01.jpg) left center no-repeat;
	padding-left:15px;
	margin-left:15px;
	text-decoration:none;
	}
	
div#contents-subnavi {
	text-align:left;
	font-size:12px;
	padding:10px 0;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	background:#f5f9e2;
	border:1px solid #c7df8b;
	}
	
div#contents-navi a:hover,
div#contents-subnavi a:hover {
	text-decoration:underline;
	}
	
div#contents-navi ul {
	text-align:left;
	}
	
div#contents-navi ul li {
	display:inline;
	}
	
div#contents-navi ul li.archive {
	width:90px;
	}
	
div#product-navi {
	text-align:left;
	margin-bottom:20px;
	}
	
	
/***************************
  sidebar 
***************************/	
	
div#sidebar{
	width:240px;
	float:right;
	font-size:12px;
	text-align:center;
	letter-spacing:0px;
	}
	
div.side-body {
	margin:0 auto;
	margin-bottom:8px;
	width: 214px;
	text-align:center;
	}
	
div.side-body img{
	margin-bottom:8px;
	}
	
.side-body ul {
	border-top:1px dotted #333;
	}
	
.side-body ul li {
	padding:10px 0 10px 25px;
	line-height:30px;
	border-bottom:1px dotted #333;
	text-align:left;
	background:url(image/main/list-01.jpg) 8px 12px no-repeat;
	line-height:120%;
	}
	
.side-body ul li a{
	color:#666;
	text-decoration:none;
	}
	
.side-body ul li a:hover {
	color:#3366aa;
	text-decoration:underline;
	}
	
		
.side-title {
	width:174px;
	height:34px;
	background:url(image/main/side-bar.jpg) no-repeat left top;
	}
	
.side-title p{
	line-height:34px;
	color:#FFFFFF;
	}
	

/***************************
 info
***************************/
#info {
	width:240px;
	float:right;
	font-size:12px;
	text-align:center;
	}
	
#info img{
	margin-bottom:10px;
	}
	
	
/***************************
 main
***************************/		
div.main {
	margin:10px 0 10px 30px;
	}
	
div.main p{
	padding:10px;
	}
	
div.product-title {
	background:url(image/main/list-01.jpg) left center no-repeat;
	padding:5px 0 5px 15px;
	font-size:110%;
	}
	
	
/***************************
 list
***************************/		
/*
ul.news li{
	padding:8px 0;
	border-bottom:1px dotted #333;
	clear:both;
	}	
	
ul.news li a{
	text-decoration:none;
	}	
	
ul.news li a:hover{
	text-decoration:underline;
	}
*/

table.news {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:90%;
	}

table.news th{
	vertical-align:top;
	text-align:left;
	width:90px;
	border-bottom:1px dotted #333;
	font-weight:normal;
	padding:8px 0px 8px 5px;
	}
	
table.news td{
	padding:8px 5px;
	border-bottom:1px dotted #333;
	vertical-align:top;
	}

/***************************
 qa
***************************/
dl.qa {
	margin-left:20px;
	}

dl.qa dt{
	background: url(image/sitemap/arrow.gif) no-repeat left center;
	padding-left:20px;
	color:#006600;
	font-weight:bold;
	}
	
dl.qa dd {
	padding-left:20px;
	padding-bottom:20px;
	}

/***************************
 sitemap
***************************/
.sitemap {
	margin:20px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}


/***************************
 results
***************************/
dl.dl-results {
	margin-top:10px;
	margin-bottom:20px;
	}

dl.dl-results dt {
	font-weight:bold;
	margin-bottom:5px;
	}
	
dl.dl-results dd {
	padding:0 0 0 10px;
	line-height:160%;
	margin-bottom:20px;
	}

/***************************
 box
***************************/		
.box-01{
	padding:10px;
	margin:5px;
	}
	
.box-02{
	margin-top:10px;
	width:170px;
	float:left;
	}


/***************************
  option 
***************************/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	border:1px solid #c5e08f;
	}
	
.mpage {
	padding:10px;
	text-align:center;
	}
	
.file-area {
	width:250px;
	padding:10px;
	margin:30px auto 10px auto;
	text-align:center;
	background:#f4f4f4;
	}

	
/***************************
  table
***************************/
		
table.tbl-nomal,
table.tbl-line {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #ccc;
	border-left:4px solid #ccc;
	margin:0 10px;
	}
	
table.tbl-line {
	border:none;
	}
	
table.tbl-nomal th,
table.tbl-line th{
	padding:10px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
table.tbl-line th{
	background:none;
	border:none;
	border-bottom:1px dotted #ccc;
	}
	
	
table.tbl-nomal td,
table.tbl-line td{
	padding:10px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px dotted #ccc;
	}
	
table.tbl-line td{
	background:none;
	border:none;
	border-bottom:1px dotted #ccc;
	}
	
table.tbl-results{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #ccc;
	margin:10px 10px;
	}

table.tbl-results th,
table.tbl-results td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	}
	
table.tbl-results th{
	background:#f4f4f4;
	border-bottom:1px solid #ccc;
	}
	
table.tbl-results img{
	padding:1px;
	margin:10px;
	border:1px solid #ccc;
	}
	
.border-w {
	padding:10px 5px;
	border:1px solid #fff;
	text-align:center;
	}
	
table.tbl-product {
	border:1px solid #ccc;
	border-left:5px solid #84a80a;
	margin-bottom:5px;
	}
	
/**************************
 form
**************************/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}

div#font-img {
	width:135px;
	height:122px;
	background:url(image/main/font-edit.jpg) no-repeat;
	}
