@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      mailform.css
 Author:         Yusuke KATSURADA (admin)
 Style Info:     メールフォーム用のスタイルシート
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

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

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0.5em;
}


/*----------------------------------------------------
	ヘッダ
----------------------------------------------------*/

#header {
	height: 30px;
	background: #649601 url(../img/share/bg_header2.gif) repeat;
}

#header h1 {
	color: #FFFFCC;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: large;
}

#header h2 {
	color: #FFFFCC;
	text-align: center;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: large;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #eeffd0 url(../img/jurassic.jpg) repeat;
	color: #000;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	メールフォーム日本語
----------------------------------------------------*/

#form {
	margin-top: 10px;
}

.text {
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}

.text-e {
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
}

.inputarea {
	padding-left: 0px;
	padding-top: 3px;
	text-align: left;
}

.button {
	padding-top: 10px;
	text-align: center;
}

/*----------------------------------------------------
	ありがとう日本語
----------------------------------------------------*/

#thankyou {
	margin-top: 10px;
	margin-left: 10px;
	width: 380px;
}

#thankyou p {
	text-align: left;
	line-height: 1.5em;
	text-indent: 12px;
}

.date {
	text-align: right;
}

#thankyou-e {
	margin-top: 10px;
	margin-left: 10px;
	width: 380px;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
}

#thankyou-e p {
	text-align: left;
	line-height: 1.5em;
	text-indent: 12px;
}

