@charset "UTF-8";

/* フォームメール用スタイルシート */
body {margin:0;padding:0;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	background: transparent;border: 0;margin: 0;padding: 0;vertical-align: baseline;
}
body { line-height: 1;}
h1, h2, h3, h4, h5, h6 { clear: both;font-weight: normal;}
ol, ul { list-style: none;}
blockquote { quotes: none;}
blockquote:before, blockquote:after { content: '';content: none;}
del { text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse;border-spacing: 0;}
a img { border: none;}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color:#444;line-height:140%;
}


div#MAINLAYOUT { width: 480px;margin-left: 20px; padding:5px;}
div#MAINLAYOUT h1 { font-size: 14px; font-weight: bold; color: #fff; background: #55a; padding: 2px 2px 1px 5px; border-left: 6px solid #55a; margin: 0px; }
div#MAINLAYOUT h2 { font-size: 12px; margin: 0px; padding: 10px 0px; }

div#FORM { text-align: left;}
div#FORM p { font-weight: normal; margin: 0px; padding-bottom: 5px; }
div#FORM h3 { font-size: 12px; text-align: center; margin: 5px 0px; }
div#FORM table { border: 1px solid #ccc; }
div#FORM a:link, div#FORM a:visited { color: #00d; text-decoration: none; }
div#FORM a:hover { color: #f22; text-decoration: underline; }
div#FORM form { margin: 0px; }
div#FORM td, div#FORM th { font-size: 12px; line-height: 140%; text-align: left; }
div#FORM td { background: #f1f1f1; width: 354px; padding: 4px; }
div#FORM th { font-weight: bold; background-color: #e4e4e4; white-space: nowrap; vertical-align: top; width: 120px; padding: 4px; }
div#FORM .SUBMIT { text-align: center; background: #fff; width: auto; }
div#FORM .SUBMIT input { width: 70px; }
div#FORM .TYPE-BLUE { color: #44d; }
div#FORM .ERR { color: #d44; }

/* フォーム整形 */
#name, #email_s, #emailcheck, #subject { width: 350px; }
#message { font-size: 12px;line-height: 120%; width: 350px; height: 120px; }

/* 著作権表記 */
div#COPYRIGHT { font-size: 10px; text-align: right; margin-top: 2px; }
div#COPYRIGHT a:link, div#COPYRIGHT a:visited { color: #999; text-decoration: none; }
div#COPYRIGHT a:hover { text-decoration: underline; }

