/* ブラウザによる解釈の違いを無くすため、スタイルを初期化する */

/* ユニバーサルセレクタ（アスタリスク）を使って全ての要素でブラウザスタイルを初期化 */
*	{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 14px;
	line-height: 180%;
	font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif,generic font family;
	color: #292c33;
}

/* IE6特有のブラウザスタイルを初期化 */
th,td	{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 14px;
	line-height: 180%;
	font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif,generic font family;
	color: #292c33;
}

body	{
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(share_img/stripe1.jpg);
}

p	{margin-bottom: 1.5em;}

.clear	{clear: both;}

/* table#containerを中央ぞろえ */
#container {margin: 0 auto;}


/* 最上部のライン */
td#head	{
	background: #292c33 url(share_img/stripe2.jpg);
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}

/* タイトル周り トップページ */
td#toptitle	{
	vertical-align: bottom;
	background: url(index_img/titlebk.jpg) no-repeat left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
	#toptitle p a	{
		font-size: 22px;
		line-height: 80px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 11px;
		color: #292c33;
	}

/* タイトル周り　その1コンテンツページ */
td#contitle1	{
	vertical-align: bottom;
	background: url(share_img/titlebk1.jpg) no-repeat left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
	#contitle1 p a	{
		font-size: 22px;
		line-height: 80px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 11px;
		color: #292c33;
	}

/* タイトル周り　その2コンテンツページ */
td#contitle2	{
	vertical-align: bottom;
	background: url(share_img/titlebk2.jpg) no-repeat left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
	#contitle2 p a	{
		font-size: 22px;
		line-height: 80px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 11px;
		color: #292c33;
	}

/* タイトル周り　その3コンテンツページ */
td#contitle3	{
	vertical-align: bottom;
	background: url(share_img/titlebk3.jpg) no-repeat left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
	#contitle3 p a	{
		font-size: 22px;
		line-height: 80px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 11px;
		color: #292c33;
	}

/* タイトル周り　その4フォームページ */
td#contitle4	{
	vertical-align: bottom;
	background: url(share_img/titlebk4.jpg) no-repeat left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
	#contitle4 p a	{
		font-size: 22px;
		line-height: 80px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 11px;
		color: #292c33;
	}



/* 左のメニューと右のコンテンツ */
	/* 左列 */
	td#left	{background: url(share_img/stripe3.jpg);border-left: 1px solid #ffffff;
}

		/* メニュー */
		#left table#navi	{margin: 20px 13px 40px 12px;}
		#left table#navi td	{width: 137px;height: 46px;vertical-align: top;text-align: center;}
		#left table#navi td a	{
			display: block;
			width: 137px;
			height: 36px;
			background-color: #666666;
			color: #292c33;
			text-decoration: none;
			font-weight: bold;
			font-size: 16px;
			line-height: 36px;
		}
		#left table#navi td a:link	{background: url(share_img/menu_off.jpg) no-repeat left;}
		#left table#navi td a:visited	{background: url(share_img/menu_off.jpg) no-repeat left;}
		#left table#navi td a:hover	{background: url(share_img/menu_on.jpg) no-repeat left;}
		#left table#navi td a:active	{background: url(share_img/menu_on.jpg) no-repeat left;}
		#left table#navi td a#now	{background: url(share_img/menu_on.jpg) no-repeat left;}


		#left #banner	{width: 150px;margin-left: 5px;}
		#left #banner p	{margin-bottom: 20px;color: #ffffff;}
		#left #banner p a	{font-size: 12px;line-height: 24px;text-decoration: none;color: #ffffff;}
		#left #banner p a img	{border: 0;}

	/* 左列下：連絡先*/
		#left #leftadd {width: 145px;margin-left: 10px;}
		#left #leftadd p	{margin-bottom: 20px;font-size: 12px;color: #ffffff;}
		#left #leftadd p#name	{margin-top: 20px;font-size:14px;}


	/*left と mainの間の境界線*/
	td#line	{
		width: 5px;
		background: #cccccc url(share_img/stripe1.jpg);
		}

			
	/* 右列 */
	td#main	{
		vertical-align: top;
		background-color: #ffffff;
		border-right: 1px solid #cccccc;
		}

	/* 右列、スペーサー */
	td#main div#pad	{width: 513px;margin: 20px 0 20px 20px;}

		/* 背景画像入り、赤い線入りの見出し1 トップページのみ*/
		#main #pad h1#home	{
			margin-top: 3em;
			margin-bottom: 2em;
		}

		/* 背景画像入り、赤い線入りの見出し1 */
		#main #pad h1	{
			background: url(share_img/midasi1bk.jpg) no-repeat left;
			font-size: 18px;
			line-height: 25px;
			padding-left: 9px;
			color: #ffffff;
		}
		
		#main h2	{
			background: url(share_img/h2.gif) no-repeat left;
			padding-left: 50px;
			font-size:14px;
			line-height: 36px;
			color: #6633cc;
			margin-top: 2em;
			margin-bottom: 1em;
		}

		table .hyo	{
			margin-left: 1em;
		}
		.hyo td	{
			padding: 10px 5px;
			border-bottom: 1px solid #8b7c69;
		}

	/* フォームのインラインフレーム */
	iframe#formif	{
		width: 480px;
		height: 560px;
	}



/* 最下部コピーライト部分 */
#foot	{
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	background: #292c33 url(share_img/stripe2.jpg);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}


/* 装飾 */

.copy	{font-size: 16px;font-weight: bold;}
.f12	{font-size: 12px;}
.f14	{font-size: 14px;}
.f16	{font-size: 16px;}
.f18	{font-size: 18px;}

.fb	{font-weight: bold;}

.red	{color: #e70010;}
.wh	{color: #ffffff;}


/* 余白 */
.mtb2em	{margin-top: 2em;margin-bottom: 2em;}
.mlr1em	{margin-left: 1em;margin-right: 1em;}
.mlr2em	{margin-left: 2em;margin-right: 2em;}
.ml10px	{margin-left: 10px;}

