@charset "utf-8";
/*初めての方へ -原料屋の想い-　固有の定義を格納*/

#visitor {
	height: auto;
	width: 800px;
	margin-top: 20px;
}

body {
background-color: #FAFAFA;
color: #333333;
background-image: url(/image/back_graund_border.jpg);
background-repeat: repeat-y;
background-position: center;
height: 100%;
width: 900px;
text-align: center;
margin-right: auto;
margin-left: auto;
}

#contents_wrap {
	height: auto;
	width: 590px;
	margin-right: 0px;
	float: right;
	text-align: left;

}
#back_graund {
height: 100%;
width: 860px;
margin:0 auto;
text-align: center;
}

#wrapper {
	height: auto;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}

h4 {
	font-size: 16px;
	color: #339900;
	background-image: url(../../image/contents/visitor/h4_2.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #708C2F;
	font-weight: bold;
	line-height: 20px;
	background-position: left;
	padding-top: 11px;
	padding-left: 70px;
}
h5 {
	width: 520px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color:#333333;

}
h6 {
	width: 520px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

h1 {
	background-image:url(../../image/contents/visitor/side/sideheadback.png);
	margin-bottom:0px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #339900;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 14px;
	height: 24px;
	padding-top: 10px;
	background-position: bottom;
	}

p{
	line-height: 1.2em;
}
p a {
	color: #666666;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5em;
	margin-left: 10px;
	text-decoration: underline;
}

#contents_wrap ul {
	list-style-type: none;
	padding-left: 35px;
	color: #669933;
	line-height: 1.5em;
}

#contents_wrap p.link a{
	color: #669933;
	text-decoration: underline;
}

#contents_wrap p.link a:visited {
	color:#CCCCCC;
	text-decoration: underline;
}

#contents_wrap p.float_right{
	color: #669933;
	text-decoration: underline;
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#contents_wrap p.float_left{
	color:#CCCCCC;
	text-decoration: underline;
	float: left;
	width: 200px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/*サイドリンクの定義*/
.sidemenu{
	width:195px;
	float: left;
	}
.sidemenu li{
	line-height:0;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A1CB90;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7BB068;
	text-align: left;
	}
.sidemenu li a{
	display:block;
	color:#666666;
	text-decoration:none;
	line-height: 30px;
	padding-left: 10px;
	background-image: url(../../image/contents/visitor/sidemenuback.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.sidemenu li a:hover{
	background-image:url(../../image/contents/visitor/side/sidemenuliback2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	left: 0px;
	}
.sidemenu ul{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	}
.sidemenu .current a{
    background-image:url(../../image/contents/visitor/side/sidemenulibackc.png)
	background-repeat: repeat-x;
	background-position: bottom;
	left: 0px;

	}


table#visitor_center{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
	table#visitor_center th{
		color:#330000;
		background-color:#666666;
		background-position:left top;
		padding:0.3em 1em;
		text-align:center;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
	}
	table#visitor_center td{
		padding:0.3em 1em;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
	}
	table#visitor_center td.head{
		padding:0.3em 1em;
		background-color: #99cc66;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
	}
	table#visitor_center td.yellow{
		padding:0.3em 1em;
		background-color: #FFFFCC;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
	}
	
p#master_name {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: right;
	float: right;
	width: 200px;
	height: 25px;
	font-weight: lighter;
}
#visitor ul.slight {
	width: auto;
	margin-left: 30px;
	color: #333333;
	text-decoration: none;
}


#visitor div.v11_float_left p {
	padding: 0px;
	width: 290px;
	text-align: left;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 2em;
}


.float_left {
float: left;
}
.float_right {
float: right;

}
.contentsbox {
	width: auto;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px dotted #339900;
}

.contentsbox imgleft{
	float:left;
	margin-right: 5px;
	}

.submenu{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #669966;
	margin: 0;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669966;
	font-weight: bold;
}

.submenu a{
	float:left;
	display:block;
	width:174px;
	font-size:14px;
	text-decoration:none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #669966;
	padding-top: 7px;
	height: 20px;
	background-image: url(../../image/contents/visitor/side/sideback.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submenu a:link{
    color:#993300;
	}

.submenu a:hover{
    background-image:url(../../image/contents/visitor/sideback3.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.floatclear{
    clear:left;
	}
#wrapper #visitor #contents_wrap .contentsbox .imgleft {
	float: left;
}
#wrapper #visitor #contents_wrap h3 {
	font-size: 12px;
	font-weight: bold;
	color:#996600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 10px;
	margin-bottom: 5px;
}
#wrapper #visitor #contents_wrap .contentsbox .float_right {
	float: right;
}
#wrapper #visitor #contents_wrap .navi {
	text-align: right;
	padding-right: 10px;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
}
