body{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:75%;
	line-height:125%;

	background:#F8F5E9;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}


table {/* IE6用 */
	font-size:100%;
	line-height:125%;
}

table td{
	vertical-align:top;
}
table.vm td,table td.vm{
	vertical-align:middle;
}



a:focus{
	outline:0px none;
}

a,a:link,a:active,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a:hover img{ 
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity: 0.7;
}
img{
	border:0px;
	vertical-align:top;
}

#wrapper{
	float:left;
	width:100%;
	text-align:center;
	border-top: solid 3px #6B3216;
}

#container{
	margin:0 auto;
	text-align:center;
	width:960px;
	background:url(main_bg.jpg) repeat-y;	
}

#main{
	clear:both;
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height: 676px;
    height: auto !important;
    height: 676px;
}

.texture01{
	float:left;
	clear:both;
	height:8px;
	line-height:8px;
}

#header{
	float:left;
	text-align:center;
	width:100%;
}

#header_in{
	margin:0 auto 20px;
	text-align:left;
	width:960px;
}

#logo{
	float:left;
	width:516px;
	position:relative;
}
#logo h1{
	margin-top:20px;
}

#logo_i{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}

#header_r{
	margin-top:30px;
	float:right;
	width:320px;
}

#mainimage{
	float:left;
	width:100%;
	height:485px;
	/*margin-top:-15px;*/
	z-index:1;
}



#contents{
	text-align:left;
	clear:both;
	width:960px;
	margin-bottom:30px;
}

#contents_left{
	float:left;
	width:220px;
	
}

#contents_right{
	float:right;
	width:720px;
}

#common #contents_right{
	float:right;
	width:710px;
	color:#666;
	line-height:180%;
}

#common #contents_right table td{
	line-height:180%;
}

#top_left{
	float:left;
	width:480px;
}
#top_right{
	float:right;
	width:220px;
}

.news_box01{
	border: solid 1px #CCC;	
}

.news_box01 td{
	padding:5px 10px;
}
.news_box01 td table td{
	padding:0px;
}

.news_box01 td#sidetitle{
	padding:0px;
}
.side_date{
	text-indent:10px;
	background:url(arr02.jpg) no-repeat left center;
}

.side_thum01 img{
	margin-bottom:5px;
}


#footer{
	clear:both;
	width:100%;
	float:left;
	background: url(foot_mat.jpg);
	font-size:95%;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}

#footer_in{
	width:960px;
	margin:0 auto;
}
#totop{
	float:left;
	width:100%;
	margin-top:30px;
	border-bottom: solid 1px #6B3216;
}

#totop p{
	margin:0 auto;
	width:960px;
	text-align:right;
	height:30px;
	background:url(ducks.jpg) no-repeat left bottom;

}

#footer_left{
		float:left;
	width:600px;
}

#footer_right{
		float:right;
	width:150px;
}


#footer_left ul{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#footnav01 {
	font-size:110%;
}
#footnav02 {
	font-size:100%;
}



#footnav01 a,#footnav01 a:link,#footnav01 a:active{
	padding-left:15px;
	margin-right:10px;
	font-weight:bold;
	background:url(foot_arr01.gif) no-repeat left center;
}

#footnav02 a,#footnav02 a:link,#footnav02 a:active{
	padding-left:15px;
	margin-right:10px;
	font-weight:bold;
	background:url(foot_arr02.gif) no-repeat left center;
}

#footer address{
	float:left;
	width:258px;
	text-align:right;
	font-style:normal;
}

#locator{
	clear:both;
	float:left;
	width:960px;
	margin:10px 0px;
	font-size:90%;
}
#locator a,#locator a:link,#locator a:active{
	color:#E50000;
	}




/*utility*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}

.ml10 { margin-left:10px;}

.mr3 { margin-right:3px;}
.mr5 { margin-right:5px; display:inline;}
.mr10 { margin-right:10px; display:inline;}
.mr20 { margin-right:20px; display:inline;}
.mr25 { margin-right:25px; display:inline;}
.mr15 { margin-right:10px; display:inline;}
.mr30 { margin-right:30px; display:inline;}
.ma10 {margin:0 10px;}
.m_lb {margin:0 10px 30px 10px;}
.m_lb2 {margin:0 10px 10px 10px;}


.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}

.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}

.clear{
	clear:both;
}
.line{
	background:url(dot.jpg) repeat-x bottom;
	padding-bottom:5px;
}
.line02{
	background:url(dot_vertical.gif) repeat-y center;
}
.arr a{
	background:url(arr01.jpg) no-repeat left;
	padding-left:15px;
}
.arr02 a{
	background:url(arr01.jpg) no-repeat left 5px;
	padding-left:15px;
	display:block;
}
ul.btn01{
	list-style-type:none;
}
ul.btn01_f li{
	list-style-type:none;
	float:left;
}

/*globalnav*/

#globalnav {
	margin: 0 auto;
width:820px;
clear:both;

position:relative;

}

#globalnav ul{
	width:820px;
clear:both;
float:left;
list-style-type:none;
}

#globalnav ul li{
float:left;
text-indent:-9999px;
}

#globalnav ul li a{
display:block;
overflow:hidden;
height:32px;
background-image:url(nav.jpg);
}

#globalnav01 a{ background-position:0px 0px;  width: 145px;} 
#globalnav02 a{ background-position:-145px 0px; width: 137px;}
#globalnav03 a{ background-position:-282px 0px;  width: 151px;}
#globalnav04 a{ background-position:-433px 0px; width: 242px;}
#globalnav05 a{ background-position:-675px 0px; width: 145px;}

#globalnav01 a:hover, #globalnav01c a{ background-position:0px -32px;  width: 145px;} 
#globalnav02 a:hover, #globalnav02c a{ background-position:-145px -32px; width: 137px;}
#globalnav03 a:hover, #globalnav03c a{ background-position:-282px -32px;  width: 151px;}
#globalnav04 a:hover, #globalnav04c a{ background-position:-433px -32px; width: 242px;}
#globalnav05 a:hover, #globalnav05c a{ background-position:-675px -32px; width: 145px;}


/*simtemap*/

.sitemap {
	margin-left:50px;
}

.sitemap ul{
padding:0 0 15px 30px;
}

.sitemap li{
	margin:5px 0px;
}

.sitemap ul ul{
padding:0 0 15px 30px;
}


/*global*/

.subtitle01 {
	background:url(subtitle01.jpg) no-repeat top left;
	line-height:70px;
	text-indent:40px;
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
	color:#000;
}
.subtitle01 span{
	font-weight:normal;
}

.subtitle02 {
	background:url(subtitle02.jpg) no-repeat top left;
	line-height:32px;
	width:100%;
	text-indent:35px;
	font-size:120%;
	font-weight:bold;
	color:#000;
}

.subtitle03 {
	background:url(subtitle03.jpg) no-repeat top left;
	line-height:32px;
	text-indent:25px;
	font-size:130%;
	color:#000;
}

.subtitle04 {
	background:url(subtitle04.jpg) no-repeat center left;
	line-height:30px;
	text-indent:5px;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	font-size:100%;
	width:100%;
	margin-bottom:10px;
	color:#000;
}

.section{
	float:left;
	width:100%;	
}

.top_box01{
	float:left;
	width:100%;
	background:url(rep.jpg);
}
.top_box01_in{
	width:470px;
	margin:0 auto;
}
.box01{
	background-image:url(top_box01_mat.jpg);
	background-repeat:no-repeat;
	float:left;
	width:235px;
	height:120px;
}



.top_box02{
	width:170px;
	float:left;
}

.title{
	text-indent:5px;
}
.top_box02 ul{
	list-style-type:none;	
}




.txt01{
	width:116px;
	margin-left:10px;
	margin-top:17px;
	float:left;
	display:inline;
}
.top_box01 .pb{
	float:right;
	width:92px;
	margin-top:15px;
	margin-right:10px;
	display:inline;
	
}

.txt02{
	color:#666;
	margin-left:5px;
}

.pb img{
	border:#CCC solid 1px;
	padding:3px;
	background:#FFF;
}

.pb02 img{
	border:#CCC solid 1px;
}

.news_title01{
	background:url(side_title02.jpg) no-repeat;
	display:block;
	width:220px;
	height:39px;
	line-height:39px;
	text-indent:-9999px;
	position:relative;
}
.news_title01 span{
	position:absolute;
	width:70px;
	height:19px;
	top:10px;
	right:10px;
	display:inline;
	text-indent:0px;
}

#over {
float:left;
width:220px;
display:inline;
margin-bottom:10px;
border-bottom:1px dotted #ccc;
position:relative;
}

#over dl {
	margin-top:-1px;
float:left;
width:220px;
font-size:90%;
color:#000;
}

#over dl dd {
float:right;
width:200px;
margin-right:10px;
margin-bottom:10px;
display:inline;
color:#666;
}

#over dl dt {
padding-bottom:10px;
padding-top:10px;
width:220px;
background:url(arr02.jpg) no-repeat 3px 14px;
overflow:hidden;
border-top:1px dotted #ccc;
float:left;
text-indent:15px;
}

#over dl dt a {
width:220px;
float:left;
font-size:120%;
color:#666;
text-indent:0px;
}

#over dl dt.new a {
background:url(new.jpg) no-repeat left top;
text-indent:40px;
}

#over02 {
float:left;
width:710px;
display:inline;
margin-bottom:10px;
position:relative;
border-bottom:1px dotted #ccc;
overflow:hidden;
}

#over02 dl {
float:left;
width:710px;
color:#000;
margin-top:-1px;
}

#over02 dl dd {
	color:#666;
	float:right;
	width:610px;
	margin:0px 0px 10px;
}

#over02 dl dt {
	padding-top:10px;
padding-bottom:10px;
width:710px;
background:url(arr02.jpg) no-repeat 3px 17px;
overflow:hidden;
border-top:1px dotted #ccc;
float:left;
text-indent:15px;
}



#over02 dl dt a {
width:610px;
float:right;
font-size:120%;
color:#666;
text-indent:0px;
}

#over02 dl dt.new a {
background:url(new.jpg) no-repeat left 3px;
text-indent:40px;
}
* html #over02 dl dt a {
	margin-top:-15px;
}
*+html #over02 dl dt a {
	margin-top:-15px;
}

/*subnavi*/

#subnav {
width:220px;
float:right;
margin-bottom:20px;
}

#subnav ul{
list-style-type:none;
}



#subnav_title a{
width:220px;
height:45px;
background-image:url(sub-title.jpg);
background-repeat:no-repeat;
line-height:45px;
text-indent:40px;
display:block;
font-weight:bold;
}

#subnav_title a:hover {
text-decoration:underline;
background-image:url(sub-title.jpg);
font-weight:bold;
}


#subnav li a{
background-image:url(subnav01.jpg);
background-repeat:no-repeat;
width:220px;
height:40px;
line-height:40px;
text-indent:40px;
display:block;
text-decoration:none;
color:#000;
}
#subnav li a:hover{
	text-decoration:underline;
}


#subnav ul li.current a,#subnav ul li.current a:hover{
background-image:url(subnav01c.jpg);
text-decoration:underline;
font-weight:bold;
color:#000;
}

#subnav ul li.current ul li a{
background-image:url(subnav02.jpg);
width:220px;
height:40px;
line-height:40px;
text-indent:50px;
display:block;
text-decoration:none;
color:#000;
}

#subnav ul li.current ul li.current a,#subnav ul li.current ul li a:hover{
background-image:url(subnav02c.jpg);
text-decoration:underline;
color:#000;
}


table.tab{
		border-collapse:collapse;
		border:1px solid #cccccc;
	}
	
	table.tab td{
		border:1px solid #cccccc;
		padding:5px;

	}
	table.tab td td{
		border:none;
		padding:0px;

	}
	table.tab th{
		border:1px solid #cccccc;
		padding:5px;
		background-color:#f3f3f3;

	}
	table.tab td.highlight{
		border:1px solid #cccccc;
		padding:5px;
		background-color:#F7F7F7;

	}
	
	table.tab td.none_boder{
		border:none;
		padding:5px;
	}


.side_box01{
	float:left;
	width:100%;
	height:130px;
	position:relative;
	background:url(side_box01_mat.jpg) no-repeat;
}
.side_txt01{
	float:left;
	width:110px;
	display:inline;
	margin-left:12px;
	color:#666;
	margin-top:45px;
}

.side_btn01{
	float:right;
	margin-top:40px;
	margin-right:10px;
}

.side_txt02{
    height: 13px;
    width: 150px;
	float:left;
	clear:both;
	margin:10px;
	display:inline;
}


/*top_ajax*/
#jCarouselLite{
	width:480px;
	height:270px;
	position:relative;
	background:url(recommend_mat.jpg) no-repeat top left;
}
			#jCarouselLite .carousel  {
				padding:70px 0 0 0;
				margin:0 0 20px 30px;
				position:relative;
			}
			* html #jCarouselLite .carousel  {
				margin:0 0 20px 25px;
			}

			#jCarouselLite .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
				float:left;
			}              
			#jCarouselLite a.prev, #jCarouselLite a.next {
				display:block;
				width:22px; height:22px;
				text-decoration:none;
				position:absolute;
			}
			#jCarouselLite a.next {
				background:url("crousel_arr_left.png") right center no-repeat;
				left:3px;
				top:129px;
				text-indent:-9999px;
			}
			* html #jCarouselLite a.next{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
			
			#jCarouselLite a.prev {
				background:url("crousel_arr_right.png") right center no-repeat;
				right:3px;
				top:129px;
				text-indent:-9999px;
			}
			* html #jCarouselLite a.prev{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
/*			#jCarouselLite .carousel a.next:hover {
				background-image:url("img/ajax/jcarousel_lite/imageNavRightHover.gif");
			}
			#jCarouselLite .carousel a.prev:hover {
				background-image:url("img/ajax/jcarousel_lite/imageNavLeftHover.gif");
			}   */ 
			#jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
				border:none;
				outline:none;
			}
			#jCarouselLite .carousel .jCarouselLite {
				border:1px solid black;
				float:left;

				background-color:#dfdfdf;
				position:relative;
				visibility:hidden;
				left:-5000px;
			}
			#jCarouselLite .carousel ul {
				overflow:hidden;
				margin:0; padding:0;
				height:180px;
			}
			#jCarouselLite .carousel li img {
				background-color:#fff;
				border: solid 1px #CCC;
				list-style:none;
				margin:0; padding:5px;
				overflow:hidden;
			}
			#jCarouselLite .carousel li {
				background-color:#fff;

				list-style:none;
				margin:5px; padding:0;

			}
			#jCarouselLite .widget img {
				cursor:pointer;
			}
			#jCarouselLite .mid {
				margin-left:80px;
				width:400px; height:300px;
			}


/*contact*/
.red{
	color:#e60003;
}

.contact_tab td{
	padding:5px;
	border-bottom: solid dashed 1px #CCC;;	
}

/*knowledge*/

.pdf_download{
	color:#666;
	font-size:90%;
	line-height:120%;
}

.blue{
	color: #09F;
}
.txt_small{
	font-size:90%;
}

.subtitle05{
	background:url(subtitle05.jpg) no-repeat left center;
	padding:12px 0px 12px 12px;
	line-height:150%;
}

.box02{
	width:230px;
	height:227px;
	background:url(box_mat01.jpg) no-repeat top left;
}

.subtitle06{
	padding-left:25px;
	font-size:120%;
}

.red a,.red a:link,.red a:visited,.red a:active{
	color:#F30;
}

.recipe_title01{
	background:url(title01.jpg) no-repeat left top;
	width:478px;
	height:40px;
	position:relative;
	text-indent:-9999px;
}
.recipe_title01 span{
	position:absolute;
	width:70px;
	height:19px;
	top:10px;
	right:10px;
	display:inline;
	text-indent:0px;
}


