@charset "UTF-8";
/*
Theme Name: 京寺町会
Theme URI: http://teramachinijo.jp
Description: 京寺町会テンプレート
Version: 1.0
Author: TPO COMPANY
Author URI: http://www.tpo-company.com/
*/
/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin: 0;
padding: 0;
}

html {overflow-y:scroll;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	line-height: 1.8em;
	letter-spacing: 1px;
}

#header {
	border-top: #074417 solid 3px;
	padding: 10px 0 0 20px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	vertical-align: bottom;
	border: none;
	}

span {
	color: #B22222;
}

a {
	text-decoration: none;
	overflow:hidden;
	outline:none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

h2 {
	margin: 0;
	padding: 5px 0 5px 0px;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

td {
	padding: 0.5em;
	border-top: #DDD 1px solid;
}

dd {
	font-size: 1.4em;	
	margin-right: 50px;
}

td.mail_item {
	background: #E8EFE8;
	width: 170px;
}

td.mail_cont {
	width: 360px;
}

td.mail_cont_error {
	width: 360px;
}

td.mail_coment {
	width: 530px;
}

.mail_button input {
	cursor: pointer;
}

#footer {
	border-top: #074417 solid 1px;
	padding: 10px 0;
	text-align: center;
}

/* ========================================  そのほか個別設定 */
.box {
	margin: 10px 0 0 30px;	
}