@charset "utf-8";
/* CSS Document */
/*
Theme Name: 栄開発株式会社
Theme URI:http://sakae-hg.co.jp/
Description: 2012年製作。
Author: 栄開発株式会社
*/

*{
	margin:0;
	padding:0;
	border:0;
	line-height:1.3em;
	
	text-decoration:none;
}

body, textarea { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }
input, select { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }
/*-------*/

html{
	 overflow-y: scroll;
}

body{
	min-width:1000px;
	color:#2e373f;
	background-color:#666;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

p{
	text-align:justify;
	margin-bottom:13px;
	font-size: medium;
}

ul,ol{
	list-style-type:none;
	margin-bottom:13px;
}

li{
}

hr{
	border-bottom:1px solid #999;
}

a{
	text-decoration:underline;
	color:#477391;
}

a:hover{
	text-decoration: none;
}

.red{
	color:#F30;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.big{
	font-size:x-large;
}

.small{
	font-size: x-small;
}

/*記事内の画像*/
.aligncenter{
	display:block;
	margin-left: auto;
	margin-right:auto;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
			
.alignright{
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

/*送信メッセージ*/
.wpcf7-response-output{
	color:#C30;
	text-align:center;
	margin-top:20px;
}

/*記入漏れ*/
.wpcf7-not-valid-tip-no-ajax{
	color:#C30;
	margin-left:5px;
	text-decoration:underline;
}
			
sup{
	font-size:10px;
}

iframe{/*グーグルマップとか*/
}

dt{
	font-weight:bold;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

del{
	text-decoration: line-through;
}

blockquote{
	color:#999;
	padding:30px;
	font-style:oblique;
	text-align:justify;
}

blockquote p{
	font-style:oblique;
	text-align:justify;
}

td p{
	text-align:justify;
	font-size:15px;
	}
	
/*パンくずリスト*/
#p_list{
	margin-top:5px;
}

#p_list p{
	text-align:right;
	padding-right:10px;
	padding-left:10px;
	font-size:12px;
}

#p_list a{
}

#p_list a:hover{
}

/*=====================================*/

		/*リスト*/
		#main ul{
			margin-left:30px;
			list-style-type:disc;
		}
		
		#main ol{
			margin-left:30px;
			list-style-type:decimal;
		}
		
		#main li{
		}


/*=====================================*/
			
/*----------------ページ全体----------------*/
#wrap_top{
	clear:both;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:15px;
}

	#top_h1{
		clear:both;
		overflow:hidden;
		background-color:#666;
		background-image:url(img/h1_back.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}

	#head_cont{
		clear:both;
		overflow:hidden;
		background-image:url(img/slider_back.gif);
		background-repeat: repeat-x;
		background-position:bottom;
		padding-bottom:6px;
		margin-bottom:12px;
		height:386px;
	}

#wrap_bottom{
	clear:both;
	overflow:hidden;
	background-color:#666;
	background-image:url(img/footer_border.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/*----------------ヘッダー----------------*/
/*会社名*/
h1{
	width:950px;
	margin:0 auto;
	font-size:small;
	color:#fff;
	padding-bottom:5px;
}

#head{
	width:950px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

	/*会社名*/
	#logo{
		width:640px;
		float:left;
	}
		
		#logo h2{
			background-image:url(img/logo.gif);
			background-repeat:no-repeat;
			padding-top:30px;
			height:39px;
		}
			
		#logo a{
			color:#2e373f;
			text-decoration:none;
			font-weight:bold;
			display:block;
			width:242px;
			height:36px;
		}
			
	/*問い合わせ先*/
	#head_add{
		width:184px;
		float:right;
	}
		
	#head_add p{
		margin-bottom:0;
	}
		
		#head_add #head_tel{
			background-image:url(img/head_add.gif);
			background-repeat:no-repeat;
			text-indent:-9999px;
			height:22px;
		}
			
		#head_add #add_mail a{
			background-image:url(img/head_add_mail.gif);
			height:40px;
			width:184px;
			display:block;			
			background-repeat:no-repeat;
			text-indent:-9999px;
		}
			
		#head_add #add_mail a:hover{
			background-position:bottom;
		}
		
		#head_img{
			clear:both;
			width:840px;
		}
			
		
/*----------------コンテンツ　3カラム　左メニュー----------------*/
#cont{
	width:950px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

		/*パンくずリスト*/
		#p_list{
		}

	/*----------------左メニュー----------------*/
	#menu{
		width:190px;
		float:left;
		overflow:hidden;
	}
	
	#menu ul{
	}
	
	#menu li{
		margin:0;
		width:190px;
		display:inline;
	}
	
	#menu li a{
		width:160px;
		margin-bottom:1px;
		border-top:1px solid #a89c97;
		border-right:1px solid #727479;
		border-bottom:1px solid #eeeeee;
		border-left:1px solid #d7d3d1;
		background-image:url(img/menu_back.gif);
		background-repeat:repeat-y;
		background-position:right;
		background-color:#eee;
		padding:10px 15px;
		display:block;
		text-align:right;
		color:#2e373f;
		font-size:14px;
		font-weight: bold;
		text-decoration:none;
		line-height:0.8em;
	}
	
	#menu li a span{
		color:#aeaeae;
		font-size:10px;
	}
	
	#menu li a:hover{
		background-color:#ccc;
	}
	
	#menu p{
		clear:both;
	}
	
	
	
	/*いまここ*/
		#menu ul.menu .current-menu-item,
		#menu ul.menu .current-post-ancestor,
		#menu ul.menu .current-page-ancestor,
		#menu ul.menu .current-menu-parent,
		#menu ul.menu .current_page_item{
		}
		
		#menu ul.menu .current-menu-item a,
		#menu ul.menu .current-post-ancestor a,
		#menu ul.menu .current-page-ancestor a,
		#menu ul.menu .current-menu-parent a,
		#menu ul.menu .current_page_item a{
			background-color:#ccc;
		}
			
		#menu ul.menu .current-menu-item a span,
		#menu ul.menu .current-post-ancestor a span,
		#menu ul.menu .current-page-ancestor a span,
		#menu ul.menu .current-menu-parent a span,
		#menu ul.menu .current_page_item a span{
			color:#FFF;
		}
			
		#menu ul.menu .current-menu-item a:hover,
		#menu ul.menu .current-post-ancestor a:hover,
		#menu ul.menu .current-page-ancestor a:hover,
		#menu ul.menu .current-menu-parent a:hover,
		#menu ul.menu .current_page_item a:hover{
		}
	
	
	/*----------------メイン ボックス二つ----------------*/
	#main{
		width:555px;
		float:left;
		overflow:hidden;
		margin-left:10px;
		margin-right:10px;
	}
	
		/*見出しh3*/
		#main h3{
			border-top:1px solid #a89c97;
			border-right:1px solid #d7d3d1;
			border-bottom:3px solid #f0efef;
			border-left:1px solid #d7d3d1;
			background-image:url(img/h3.gif);
			background-repeat:no-repeat;
			background-position: center left;
			font-size:18px;
			font-weight:bold;
			padding-top:8px;
			padding-bottom:8px;
			padding-left:40px;
			line-height:1em;
			margin-bottom:10px;
		}
	
	/*====================トップのみ====================*/
			
		/*----------------お知らせ----------------*/
		#news_back{
			background-image: url(img/news_back.gif);
			padding:5px;
			clear:both;
		}
			
		#news{
			background-color: #FFF;
			padding-bottom:10px;
		}
			
		#main #news h3{
			border:none;
			border-bottom:3px solid #f0efef;
			font-size:14px;
			padding-top:8px;
			padding-bottom:5px;
		}
			
		#main #news h3 span{
			font-size:10px;
			color:#aeaeae;
		}
			
		#main #news table{
			border:none;
			margin-left:10px;
			margin-bottom:0;
			width:525px;
			font-size:12px;
			background-image:url(img/news_li_border.gif);
			background-repeat:repeat-x;
			background-position:top left;
			border-collapse:collapse;
		}
		
		#main #news tr{
			background-image:url(img/news_li_border.gif);
			background-repeat:repeat-x;
			background-position: bottom left;
		}
		
		#main #news th{
			background-color: transparent;
			font-size:12px;
			color:#414f5e;
			font-weight:bold;
			padding:5px;
			border: none;
			text-align:center;
			vertical-align:text-top;
			width:85px;
		}
		
		#main #news td{
			width:310px;
			border: none;
			padding:5px;
		}
		
		#main #news td a{
		}
		
			
		#news tr#all{
			background-color:#efefef;
			text-align:center;
		}
			
		#news tr#all a{
			text-decoration:none;
		}
		
		#news tr#all a:hover{
			text-decoration: underline;
		}
		
			
	/*----------------サブメニュー----------------*/
	#sub_menu{
		width:185px;
		float:right;
		overflow:hidden;
	}
		
	/*================トップのみここまで================*/
	
	

/*----------------フッター----------------*/
#foot{
	width:950px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	color:#FFF;
	text-align:right;
}

#foot ul{
	margin-top:15px;
	float:right;
	background-image: url(img/foot_link.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:11px;
}

#foot li{
	float:left;
	font-size:small;
	padding-right:11px;
	background-image: url(img/foot_link.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

#foot a{
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}

#foot a:hover{
}
	
	/*フッター住所*/
		#foot h3{
			clear:both;
			font-weight:bold;
			font-size:16px;
		}
		
		#foot p{
			text-align:right;
			font-size:small;
		}
			
	/*アドレス*/
	address{
		color:#FFF;
		font-size:small;
		font-style:normal;
		margin-bottom:15px;
	}
	
