@charset "utf-8";
/* CSS Document */

/* --------------------------------
	寺岡自然農園 Webサイト
	Common Style Sheet

	* last update 09-05-23
	
-------------------------------- */


/* ******************************************************************************** */
@import url("main.css");			/* 通常ページメインコンテンツ用 */
@import url("form_main.css");		/* フォームページメインコンテンツ用 */


/* ******************************************************************************** */
* {
	padding: 0px;
	margin: 0px;
}
img {
	border:none;
}

#main a:hover img { /* 画像リンクの透過度を50%に指定 */
-ms-filter: "alpha( opacity=60 )";
filter: alpha( opacity=60 );
opacity: 0.6;
}

#leftnavi a:hover img {
-ms-filter: "alpha( opacity=60 )";
filter: alpha( opacity=60 );
opacity: 0.6;
}

ul {
	list-style:none;
}

a {
}

a:link {
	color:#004b91;
}
a:visited {
	color:#996633;
}
a:hover {
	color:#e47911;
}

table {
	border-collapse:collapse;
}

h3 {
	clear:both;
	border-left:5px solid #33CC00;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#f0f0f0;
	padding:10px 15px;
	color:#003300;
	font-weight:bold;
	margin:0 0 10px 0;
}

p.complete_message {
	width:500px;
	margin:20px auto;
	border:solid 1px #666;
	background-color:#30B129;
	padding:20px 15px;
	color:#FFCC00;
	text-align:center;
	font-weight:bold;
	font-size:180%;
}
p.back_to_index {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
p.back_to_top {
	clear:both;
	text-align:right;
	padding-right:10px;
	margin-bottom:10px;
}

p.err_txt {
	width:500px;
	margin:50px auto 25px auto;
	border:solid 1px #666;
	padding:10px;
	background-color:#EFEFEF;
	line-height:180%;
	text-align: center;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

.infomation {
	clear:both;
	padding:10px;
	line-height:140%;
	background-color:#FFCCFF;
	margin-bottom:10px;
}

.itemhitokoto {
	background-color:#FFFFCC;
	border:solid 1px #660000;
	padding:3px;
	color:#660000;
	margin-bottom:5px;
	line-height:140%;
	text-align: center;
}
.red {
	color:#FF0000;
}


/* ******************************************************************************** */
#header {
	width:900px;
	clear:both;
	float:left;
	margin-bottom:5px;
	
}

	#header h1 {
		background-image:url(../img/common/index_03.gif);
		background-repeat:no-repeat;
		width:900px;
		height:18px;
		line-height:18px;
		font-size:14px;
		font-weight:bold;
		padding-left:10px;
		color:#FFFFFF;
		
	}
	#header p.main_logo {
		float:left;
		width:286px;
	}
		p.main_logo a:hover img {
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
			opacity: 1.0;
		}

	
	#header p.header_txt {
		width:594px;
		float:right;
		padding:10px;
		font-size:14px;
		line-height:24px;
	}




/* ******************************************************************************** */
#leftnavi {
	width:180px;
	float:left;
	margin-bottom:10px;
}
	#leftnavi ul.left {
		width:180px;
		clear:both;
		margin-bottom:10px;
	}
	#leftnavi ul.left li {
		margin-bottom:5px;
	}
	#leftnavi ul.left li a {
		display:block;
		text-decoration:none;
		text-indent:-9800px;
		width:180px;
		height:54px;
	}
	#leftnavi ul.left li.left03 a {
		background:url(../img/common/leftnavi_03.gif) left top no-repeat;
	}
	#leftnavi ul.left li.left06 a {
		background:url(../img/common/leftnavi_06.gif) left top no-repeat;
	}
	#leftnavi ul.left li.left08 a {
		background:url(../img/common/leftnavi_08.gif) left top no-repeat;
	}
	#leftnavi ul.left li.left10 a {
		background:url(../img/common/leftnavi_10.gif) left top no-repeat;
	}
	#leftnavi ul.left li.left12 a {
		background:url(../img/common/leftnavi_12.gif) left top no-repeat;
	}
	#leftnavi ul.left li.left14 a {
		background:url(../img/common/leftnavi_14.gif) left top no-repeat;
	}
	#leftnavi ul.left li a:hover {
		background-position:right top;
	}
	
	#leftnavi ul.guide {
		background-image:url(../img/common/index_41.gif);
		background-repeat:repeat-y;
		padding-left:20px;
	}
	#leftnavi ul.guide li {
		background-image:url(../img/common/arrow01.gif);
		background-repeat:no-repeat;
		background-position:0 13px;
		padding:10px 0 10px 15px;
	}

/* ******************************************************************************** */
#main {
	width:710px;
	margin-left:auto;
	float:right;
	margin-bottom:10px;
}

/* ******************************************************************************** */
#form_main {
	width:700px;
	clear:both;
	margin:0 auto 10px auto;
}

/* ******************************************************************************** */
#footer {
	border-top:solid 3px #309b2d;
	background-color:#EFEFEF;
	clear:both;
	width:900px;
	text-align:center;
	
}
	#footer ul.footnavi {
	width:900px;
	margin:5px auto 10px auto;
	font-size: 85%;
	}
	#footer ul.footnavi li {
		display:inline;
	}
	
	#footer address {
		clear:both;
		margin:5px 0;
		font-size:80%;
	}






















}
