@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* basic layout
-----------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 720px;
	background-color: #FFFFFF;
	border: 1px solid #d3ccb5;
}
#topimg {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#main {
	float: left;
	width: 455px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#side {
	float: left;
	width: 210px;
	margin-bottom: 20px;
	background-image: url(images/side_head.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	background-position: right top;
}
#footer {
	clear: both;
	background-color: #f8f6f0;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

/* header style
-----------------------------------*/
#header {
	margin-left: 20px;
	height: 105px;
	margin-right: 20px;
	padding-top: 15px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 15px;
}
.policy {
	background-image: url(images/list_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 30px;
	left: 540px;
	padding-left: 20px;
}
#header ul {
	width: 680px;
	list-style : none;
	top: 50px;
	margin-top: 15px;
	position: absolute;
}
#header li {
	float: left;
	list-style: none;
	display : inline;
	margin-bottom: 15px;
}

/* navi
-----------*/
#header #nHome a {
	border-width : 0;
	text-decoration : none;
	text-align : center;
	display : block;
	width : 170px;
	border-style : none;
	background-image : url(images/btn_home_top.gif);
	background-repeat : no-repeat;
	height : 40px;
}
#header #nHome a:hover {
	background-image : url(images/btn_home_over.gif);
	background-repeat : no-repeat;
}
#home #header #nHome a {
	background-image : url(images/btn_home_over.gif);
	background-repeat : no-repeat;
}
#header #nCorporate a {
	border-width : 0;
	text-decoration : none;
	text-align : center;
	display : block;
	width : 170px;
	border-style : none;
	background-image : url(images/btn_corporation_top.gif);
	background-repeat : no-repeat;
	height : 40px;
}
#header #nCorporate a:hover {
	background-image : url(images/btn_corporation_over.gif);
	background-repeat : no-repeat;
}
#gaiyou #header #nCorporate a {
	background-image : url(images/btn_corporation_over.gif);
	background-repeat : no-repeat;
}
#enkaku #header #nCorporate a {
	background-image : url(images/btn_corporation_over.gif);
	background-repeat : no-repeat;
}
#jigyousyo #header #nCorporate a {
	background-image : url(images/btn_corporation_over.gif);
	background-repeat : no-repeat;
}
#header #nProduct a {
	border-width : 0;
	text-decoration : none;
	text-align : center;
	display : block;
	width : 170px;
	border-style : none;
	background-image : url(images/btn_product_top.gif);
	background-repeat : no-repeat;
	height : 40px;
}
#header #nProduct a:hover {
	background-image : url(images/btn_product_over.gif);
	background-repeat : no-repeat;
}
#product #header #nProduct a {
	background-image : url(images/btn_product_over.gif);
	background-repeat : no-repeat;
}
#header #nInquiry a {
	border-width : 0;
	text-decoration : none;
	text-align : center;
	display : block;
	width : 170px;
	border-style : none;
	background-image : url(images/btn_inquiry_top.gif);
	background-repeat : no-repeat;
	height : 40px;
}
#header #nInquiry a:hover {
	background-image : url(images/btn_inquiry_over.gif);
	background-repeat : no-repeat;
}
#inquiry #header #nInquiry a {
	background-image : url(images/btn_inquiry_over.gif);
	background-repeat : no-repeat;
}
.span1 {
	display : none;
}

/* side style
-----------------------------------*/
#side .side_foot {
	height:3px;
	background-image: url(images/side_foot.gif);
	background-repeat: no-repeat;
}
#side ul {
	background-color: #F1ede1;
	padding: 10px 10px 10px 5px;
}
#side li {
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 20px;
	background-image: url(images/list_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
}

/* main style
-----------------------------------*/
#main h2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}
#main p {
	padding-top: 5px;
	padding-bottom: 20px;
}
#main table {
	width: 455px;
	padding-top: 10px;
}

/* footer style
-----------------------------------*/
#footer ul {
	list-style : none;
	height : 24px;
	clear : both;
	text-align: center;
	padding-left: 140px;
}
#footer ul li {
	float : left;
	text-align : center;
	vertical-align : middle;
	display : block;
	position : relative;
}
#footer ul li a {
	color : #666666;
	text-align : center;
	display : block;
	padding-right: 10px;
	padding-left: 10px;
}
#footer address {
	padding-top : 3px;
	padding-bottom : 0;
	text-align : center;
	margin : 0 auto;
}

/* index style
-----------------------------------*/
#home #side .side_main {
	background-color: #f1ede1;
	padding: 10px;
}
#home #side dt {
	background-color: #f1ede1;
	font-weight: bold;
	padding-top: 10px;
	color: #CA000D;
	font-size: 12px;
}
#home #side img{
	border: 1px solid #EAD8B7;
}
#home #side dd {
	background-color: #f1ede1;
	padding-top: 5px;
	font-size: 12px;
}
#home #main h2 {
	border-bottom-style: none;
}
#home #main ul {
	padding: 5px 10px 10px;
}
#home #main li {
	list-style: url(images/list_4.gif) outside;
	margin-left: 5px;
}

/* gaiyou style
-----------------------------------*/
#gaiyou #main th {
	width: 80px;
	border-bottom: 1px dotted #999999;
	padding: 10px 5px;
}
#gaiyou #main td {
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#gaiyou #side .kaisha {
	font-weight: bold;
	background-image: url(images/list_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666666;
}
#gaiyou #side .enkaku {
	border-bottom: 1px dotted #666666;
}

/* enkaku style
-----------------------------------*/
#enkaku #main th {
	width: 100px;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#enkaku #main td {
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#enkaku #side .enkaku {
	font-weight: bold;
	background-image: url(images/list_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666666;
}
#enkaku #side .kaisha {
	border-bottom: 1px dotted #666666;
}

/* jigyousyo style
-----------------------------------*/
#jigyousyo #main th {
	width: 105px;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#jigyousyo #main td {
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
#jigyousyo #side .jigyousyo {
	font-weight: bold;
	background-image: url(images/list_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#jigyousyo #side .kaisha {
	border-bottom: 1px dotted #666666;
}
#jigyousyo #side .enkaku {
	border-bottom: 1px dotted #666666;
}


/* product style
-----------------------------------*/
#product .lapomme {
	width: 190px;
	height: 90px;
	text-align: center;
	float: left;
	padding: 15px 10px 10px;
}
#product .lapomme img{
	border: 1px solid #EAD8B7;
}
#product .lapomme a{
	color: #CA000D;
	font-weight: bold;
}
#product #side dl{
	background-color: #F1ede1;
	padding-bottom: 10px;
}
#product #side dt{
	padding-top: 20px;
	padding-left: 10px;
}
#product #side dd{
	background-image: url(images/list_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 18px;
	border-bottom: 1px dotted #666666;
	margin-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#product #side .jelly{
	border-bottom-style: none;
}
/* policy style
-----------------------------------*/
#policy #main ol {
	padding-top: 10px;
	padding-bottom: 25px;
}
#policy #main li {
	list-style: decimal inside;
}
#policy #main dl {
	padding-top: 10px;
}
#policy #main dt {
	list-style: decimal inside;
}
#policy #main dd {
	padding-left: 12px;
}
#policy #main P {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
}

/* inquiry stayle
-----------------------------------*/
#inquiry #main {
	width: 680px;
	margin-right: 20px;
	margin-left: 20px;
}
#inquiry #main p {
	text-align: center;
}
#inquiry table {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#inquiry table th {
	text-align: right;
	padding-right: 15px;
	border-bottom: 1px dotted #666666;
	vertical-align: middle;
	font-size: 12px;
	width: 160px;
}
#inquiry table td {
	border-bottom: 1px dotted #666666;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

/* form
-----------------*/
#main input[type="text"],#main textarea {
	border: 1px solid #99cc99;
}
#main span{
	color: #FF0000;
	padding-left: 5px;
	font-weight: bold;
}
#main #form textarea#comment {
	overflow:auto;
	height:120px;
	width:400px;
}

/* thanks style
-----------------------------------*/
#thanks #main{
	width: 675px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: medium double #FF9900;
	padding-top: 15px;
	padding-bottom: 10px;
}

