 /* ボディに関するCSS */
	body {
	font-family: "HiraMaruPro-W4","Osaka","ＭＳ Ｐゴシック";
	color: #666;
	}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 10px;
	line-height: 200%;
	margin:9px 0px;
	padding:0px;
	list-style:none;
	float:left;	
}

#navi li {
	float:left;
	background-color: #FCF;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #000;
	text-align: center;
	width: 111px;
	height:22px;
}

#navi a{
	color: #000;
	display:block;
	width: 111px;
	height:22px;
}

#navi a:hover {
	color: #FFF;
	background-color: #606;
	text-decoration:none;
}



/* コンテンツに関するCSS */
#navigation {
	clear:left;
	width: 702px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	clear:left;
	width: 659px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#kaiseki {
	clear:left;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#box {
	width:650px;
	height:300px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	overflow:auto;
}

/* テキストに関するCSS */

h1{
	font-size: 200%;
	font-family: serif;
	}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}


p {
	margin-top: 0px;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 15px;
	text-indent: 1em;
}


span {
	color: #ff3300;
	}

strong{
	color: F00;
	}

#credit {
	clear:left;
	font-size: 100%;
	line-height: 150%;
	width: 700px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	}


/* 画像に関するCSS */

img.title {
	position: relative;
	left: 80px;
	width: 500px;
	border: 1px solid #000
}

img.banner {
	position: relative;
	width: 88px;
	Float: left;
}



/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}

@charset "UTF-8";
/*************************************************
【忍者式メールフォーム自作CSS】
自作CSSを使用するには、HTMLとCSSの知識が必須です。
HTMLやCSSについては参考文献などを参照してください。
*************************************************/

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#mailform_top .main {
	background-color: #ffccff;
	padding: 5px;
}

/*メールフォームのタイトルを囲っているタグのclass*/
#mailform_top .title{
	font-size: 110%;
	font-weight: bold;
}

/*メールフォームの説明文を囲っているタグのclass*/
#mailform_top .explain {
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 15px;
	text-indent: 1em;
}

/*『title』パーツの表示名を囲っているタグのclass（[ お名前 ]の部分）*/
#mailform_top .title_left{
	margin-left: 20px;
}

/*『title』パーツの入力項目のclass（inputなどの部分）*/
#mailform_top .title_parts {
	margin-left: 15px;
	width: 300px;
}

/*『name』パーツの表示名を囲っているタグのclass（[ お名前 ]の部分）*/
#mailform_top .name_left{
	margin-left: 20px;
}

/*『name』パーツの入力項目のclass（inputなどの部分）*/
#mailform_top .name_parts {
	margin-left: 15px;
	width: 300px;
}

/*『mail』パーツの表示名を囲っているタグのclass（[ メールアドレス（任意） ]の部分）*/
#mailform_top .mail_left{
	margin-left: 20px;
}

/*『mail』パーツの入力項目のclass（inputなどの部分）*/
#mailform_top .mail_parts {
	margin-left: 15px;
	width: 300px;
}

/*『text』パーツの表示名を囲っているタグのclass（[ メールアドレステキスト ]の部分）*/
#mailform_top .text_left{
	margin-left: 20px;
}

/*『text』パーツの入力項目のclass（inputなどの部分）*/
#mailform_top .text_parts {
	margin-left: 15px;
	width: 300px;
}

/*『textarea』パーツの表示名を囲っているタグのclass（[ 本文 ]の部分）*/
#mailform_top .textarea_left{
	margin-left: 20px;
}

/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#mailform_top .textarea_parts {
	margin-left: 15px;
	width: 400px;
	height: 100px;
	overflow:auto;
}

/*メールフォームの送信ボタンのclass*/
#mailform_top .submit_button {
	margin-left: 15px;
}

/*エラーメッセージを囲っているタグのclass*/
#mailform_top .error {
	margin-left: 20px;
	color: F00;
}

/*エラーメッセージのリトライボタンのclass*/
#mailform_top .error_submit_button {
	margin-left: 15px;
}

/*送信完了メッセージを囲っているタグのclass*/
#mailform_top .result {
	margin-left: 20px;
}

/*送信完了メッセージの戻るボタンのclass*/
#mailform_top .result_submit_button {
	margin-left: 15px;
}

