﻿@charset "utf-8";
/* CSS Document */
/*
Theme Name: テンプレート縦　赤
Theme URI:
Description: 2012年製作。
Author: エクナ　白沢
*/

*{
	margin:0;
	padding:0;
	border:0;
	font-size:16px;
	line-height:1.3em;
	
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

body, textarea { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input, select { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/*-------*/

html{
	 overflow-y: scroll;
}

body{
	min-width:850px;
	background-repeat:repeat-y;
	background-position:center;
}

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

a{
	text-decoration:underline;
}

a:hover{
	text-decoration: none;
}

.red{
	color:#F30;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

/*記事内の画像*/
.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;
	margin-bottom:5px;
}

#p_list p{
	text-align:right;
	font-size:small;
}

#p_list a{
	font-size:90%;
}

#p_list a:hover{
}

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

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


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

		/*テーブル*/
		table{
			border-collapse:collapse;
			margin-bottom:15px;
		}
		
		tr{
		}
		
		th{
			padding:10px;
			white-space:nowrap;
			font-weight:bold;
			text-align:center;
		}
		
		td{
			padding:10px;
		}
		
		td p{
			font-size:16px;
			line-height:1.3em;
			text-indent:0;
			margin-bottom:10px;
			margin-top:10px;
		}

		/*フォーム*/
		form{
			padding-left:15px;
		}
		
			form fieldset{
				overflow:hidden;
			}
			
			form legend{
				color: #F60;
				font-weight:bold;
				font-size:16px;
				letter-spacing:0.3em;
				margin-bottom:15px;
			}
			
			form label{
				cursor:pointer;
			}
			
			form input{
			}
			
			form input[type="text"]{
				border:1px solid #CCC;
				width:200px;
				margin-left:20px;
			}
			
			form input[type="checkbox"]{
				margin-left:20px;
			}
			
			form input[type="radio"]{
				margin-left:20px;
			}
			
			form select{
				border:1px solid #CCC;
				margin-left:20px;
				cursor:pointer;
			}
			
			form textarea{
				vertical-align:top;
				width:500px;
				margin-left:20px;
			}
			
			form input[type="submit"]{
				width:200px;
				height:40px;
				margin-left:175px;
				color:#FFF;
				font-size:16px;
				font-weight:bold;
				cursor:pointer;
			}
			
			form input[type="submit"]:hover{
			}			
			
			/*ページトップへ*/
			#go_top{
				height:50px;
				line-height:55px;
				text-align:right;
				clear:both;
				overflow:hidden;
			}
			
			#go_top a{
				margin-right:3px;
				text-align:right;
				line-height:2em;
				float:right;
				color:#369;
			}
			
			#go_top a:hover{
			}
			
			
#wrap_top{
	clear:both;
	overflow:hidden;
}

#wrap_bottom{
	clear:both;
	overflow:hidden;
}

/*----------------ヘッダー----------------*/
#head_h1{
		height:15px;
}
	h1{
		width:780px;
		margin:0 auto;
		font-size:12px;
		text-indent:5px;
	}
	
#head{
	width:780px;
	height:70px;
	margin:0 auto 5px auto;
	clear:both;
	overflow:hidden;
	background-repeat:repeat-x;
}

	/*会社名*/
	#head h2{
		font-size:36px;
		float:left;
		margin-top:15px;
		margin-left:5px;
	}
	
	#head h2 a{
		font-size:36px;
		text-decoration:none;
		text-decoration:none;
	}
	
	/*問い合わせ先*/
	#head_add{
		width:260px;
		height:64px;
		float:right;
		padding:3px 3px 3px 3px;
		overflow:hidden;
	}
		
	#head_add p{
		font-size:25px;
		line-height:1em;
		text-align:right;
	}
		
	#head_add p:first-line{
		font-size:15px;
	}
		
/*----------------コンテンツ　２カラム　左メニュー----------------*/
#cont{
	width:780px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

		/*メイン画像*/
		#top_image{
			margin-bottom:5px;
		}
		
		#top_image h2{
			padding:0;
			margin:0;
			line-height:0;
		}
		
		/*パンくずリスト*/
		#p_list{
		}

	/*----------------左メニュー----------------*/
	#menu{
		width:185px;
		float:left;
	}
	
	#menu ul{
		overflow:hidden;
		list-style-type:none;
	}
	
	#menu li{
	}
	
	#menu li a{
		padding:1em 2em 1em 1em;
		display:block;
	}
	
	#menu li a:hover{
	}
	
	/*いまここ*/
	#menu .current-menu-item a{
	}
	
	
	/*----------------メイン ボックス二つ----------------*/
	/*トップページ*/
	#main_top{
		width:590px;
		min-height:550px;
		overflow:hidden;
		float:right;
	}
	
	/*ページ*/
	#main{
		width:590px;
		min-height:550px;
		overflow:hidden;
		float:right;
	}
	
	/*====================トップのみ====================*/
	
			/*お知らせ*/
			#news{
				width:590px;
				margin-bottom:10px;
				background-repeat:no-repeat;
				background-position:bottom;
				padding-bottom:8px;
			}
			
			#news h3{
				background-repeat:no-repeat;
				height:45px;
				line-height:60px;
				text-indent:18px;
				font-size:110%;
				padding: 0 !important;
				border:none !important;
				margin:0 !important;
			}
			
			/*見出しh4*/
			#news h4{
				padding:5px;
				margin-bottom:15px;
				margin-top:15px;
				font-size:100%;
				font-weight:bold;
			}
			
			/*見出しh5*/
			#news h5{
				padding:5px;
				font-size:100%;
				margin-bottom:15px;
				margin-top:15px;
				font-weight:bold;
			}
			
			/*見出しh6*/
			#news h6{
				padding:5px;
				font-size:100%;
				margin-bottom:15px;
				margin-top:15px;
				font-weight:bold;
			}
			
			#news ul{
				background-repeat:repeat-y;
				list-style-type:none;
				margin-left:0 !important;
				margin-bottom:0 !important;
				padding-bottom:10px;
			}
			
			#news li{
				width:551px;
				margin: 0 auto;
				padding-bottom: 10px;
				padding-top: 10px;
				font-size: 90%;
				font-weight: bold;
			}
			
			#news li a{
				font-size: 90%;
				font-weight: bold;
			}
			
			#news li a:hover{
			}
			
			li#kako{
				border:0;
			}
		
			li#kako a{
				font-weight:normal;
			}
		
			#kako{
				text-align:right;
			}
		
			#kako a{
			}
			
		/*----------------ボックス　右----------------*/
		#top_right{
			width:590px;
			margin-top:10px;
			margin-bottom:10px;
		}
			
		#top_right h3{
			padding:10px;
			font-size:120%;
			font-weight:bold;
			margin-bottom:10px;
			margin-top:0 !important;
		}
		
		/*見出しh4*/
		#top_right h4{
			padding:5px;
			margin-bottom:15px;
			margin-top:15px;
			font-size:100%;
			font-weight:bold;
		}
		
		/*見出しh5*/
		#top_right h5{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
		}
		
		/*見出しh6*/
		#top_right h6{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
		}
			
		#top_right ul{
		}
			
		#top_right ul li{
		}
			
			
		/*------------ボックス　右ここまで------------*/
		
	/*================トップのみここまで================*/
	
	
		
	/*====================各ページ====================*/
	
		/*見出しh2*/
		#main h2{
			font-size:150%;
			padding:10px 10px 10px 15px;
		}
		
		/*見出しh3*/
		#main h3{
			padding:10px 10px 10px 15px;
			margin-bottom:15px;
			margin-top:15px;
			font-size:120%;
			font-weight:bold;
		}
		
		/*見出しh4*/
		#main h4{
			padding:5px;
			margin-bottom:15px;
			margin-top:15px;
			font-size:100%;
			font-weight:bold;
		}
		
		/*見出しh5*/
		#main h5{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
		}
		
		/*見出しh6*/
		#main h6{
			padding:5px;
			font-size:100%;
			margin-bottom:15px;
			margin-top:15px;
			font-weight:bold;
		}
		
		/*本文*/
		#main p{
		}
		
		/*リスト*/
		#main ul{
			margin-left:30px;
			margin-bottom:10px;
		}
		
		#main ol{
			margin-left:30px;
			margin-bottom:10px;
		}
		
		#main li{
		}
		
		/*テーブル*/
		#main table{
			border-collapse:collapse;
			margin-bottom:15px;
		}
		
		#main tr{
		}
		
		#main th{
			padding:10px;
			white-space:nowrap;
			font-weight:bold;
			text-align:center;
			border: 1px solid #666666;
		}
		
		#main td{
			padding:10px;
		}
		
		#main td p{
			font-size:16px;
			line-height:1.3em;
			text-indent:0;
			margin-bottom:10px;
			margin-top:10px;
		}
			
	
	/*================各ページここまで================*/

/*----------------フッター----------------*/
#foot{
	width:780px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
	
	/*フッターメニュー*/
	#foot_menu{
		margin-bottom:10px;
	}
	
	#foot_menu ul{
		overflow:hidden;
		list-style-type:none;
	}
	
	#foot_menu li{
		line-height:1em;
		height:1em;
		float:left;
		padding-right:15px;
		margin-right:15px;
		font-size:90%;
	}
	
	#foot_menu ul li a{
		font-size:90%;
		line-height:1em;
	}
	
	#foot_menu a:hover{
	}
	
	/*問い合わせ先*/
	#foot_add{
		min-width:200px;
		float:right;
	}
	
	#foot_add h3{
		font-weight:bold;
	}
	
	#foot_add p{
		font-size:90%;
		line-height:1em;
		margin-bottom:3px;
	}
	
	/*アドレス*/
	address{
		clear:both;
		text-align:left;
		font-size:small;
		margin-bottom:15px;
	}
	
