/* =========================================================
ベガルタ仙台OHP
宮城・東北DreamProjectご協賛企業一覧
※別ウィンドゥで表示

Created 2011.06.17
========================================================= */

/* Memo : Default font-size 12px

	Default font-Size 12px [12px/16px = 0.75]
	[ 10px 83.3% / 11px 91.7% / 12px 100% / 13px 108.3% / 14px 116.7% / 15px 125% ]
	Key line-Heght 18px [12px×1.5em = 18]
	Key margin-bottom 18px

   Memo : Default font-color #383c3c

          Default font-color link #c9171e
          Default font-color hover #a3a3a2

          Extra font-color #455765 / Emphasis
          Extra font-color #524e4d / Supplement

	　Border-color #3e62ad
	　Border-color #abced8 / Background-color #f3f3f2 */

/* ------------------------------------------------
   Parts
------------------------------------------------ */

html {
	font-size:75%;
	color:#383c3c;}

.clr {
	clear:both;}

body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

/*IE 7*/
*:first-child+html body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

/*IE 6*/
*html body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

a:link {color:#c9171e; text-decoration:none;}
a:hover {color:#a3a3a2; text-decoration:none;}
a:visited {color:#c9171e; text-decoration:none;}
a:active {color:#c9171e; text-decoration:none;}

a {
	font-weight:bold;}

.fnt-size-ex {
	font-size:75%;}

/* ------------------------------------------------
   Layout ＆ Specific Tag
------------------------------------------------ */

body {
	text-align:center;
	size:16px;
	line-height:1.5;}

/* -- コンテナ -- */
#dp_body {
	width:720px;
	height:100%;
	margin:0 auto;
	border-left:solid #a99e93 1px;
	border-right:solid #a99e93 1px;}

	/* -- ヘッダ -- */
	#dp_header {
		width:720px;
		height:220px;
		background:transparent url(../img/header.gif) top left no-repeat;}

		#dp_header p {
			margin:0; padding:110px 36px 0 36px;
			text-align:left;}

	/* -- ヘッダ 英語ページ-- */
	#dp_header_english {
		width:720px;
		margin:0 0 36px 0;
		background:transparent url(../img/header_english.gif) top left no-repeat;}

		#dp_header_english p.first {
			margin:0; padding:100px 36px 0 36px;
			text-align:left;}

		#dp_header_english p {
			margin:0; padding:9px 36px 0 36px;
			text-align:left;}

	/* -- コンテンツ -- */
	#dp_cont {
		width:720px;
		margin:0; padding:0;
		text-align:left;}

		#dp_cont_l {
			float:left;
			width:180px;
			margin:0 0 0 10px; padding:0;
			text-align:center;}

			.mgn_b_s {margin-bottom:9px;}
			.line {margin:18px 0 18px 0;}

		#dp_cont_r {
			float:right;
			width:480px;
			margin:0 20px 0 0;}

			/* -- ご協賛企業一覧テーブルを含む小コンテナ -- */
			.tbl_cont {
				width:480px;
				margin:40px 0 0 0; padding:0;
				background:#fff;}

			.tbl_cont_new {
				width:480px;
				margin:30px 0 0 0; padding:0;
				background:#fff;}

			/* ご協賛企業・個人・匿名テーブル */
			.tbl_list,
			.tbl_list_company,
			.tbl_list_private {
				clear:both;
				width:480px;
				margin:0; padding:0;
				font-size:100%;
				border-spacing:0;}

			.tbl_list_private {font-size:108.3%;}

				.tbl_list td,
				.tbl_list_company td {
					width:160px;
					padding:0 0 48px 0;
					border:#ffffff solid;
					border-width:1px 1px 1px 1px;
					color:#383c3c;
					text-align:center;
 					white-space:normal;}

				.tbl_list_private td {
					width:96px;
					padding:0 0 18px 0;
					border:#ffffff solid;
					border-width:1px 1px 1px 1px;
					color:#383c3c;
					text-align:center;
 					white-space:normal;}

				.tbl_list td.algn-right {
					text-align:right;}

				.anonymity {
					margin:20px 0 48px 30px;
					font-size:116.7%;}

	/* -- コンテンツ 英語ページ-- */
	#dp_cont_english {
		width:694px;
		margin:18px; padding:0;
		text-align:left;}

	.para_title {
		margin-bottom:18px;
		font-size:125%;
		font-weight:bold;
		color:#455765;}

			/* 条件項目テーブル */
			.tbl_guide {
				clear:both;
				width:670px;
				margin:0 36px 54px 0; padding:0;
				font-size:100%;
				border-spacing:0;}

				.tbl_guide th,
				.tbl_guide td {
					padding:0 0 9px 0;
					border:#ffffff solid;
					border-width:1px 1px 1px 1px;
					color:#383c3c;
					text-align:left;
					vertical-align:top;
 					white-space:normal;}

				.tbl_guide th {
					width:144px;}

				.supplement {
					color:#43676b;}

		/* -- 日付 -- */
		.date {
			clear:both;
			margin:0 20px 0 0; padding:0;
			text-align:right;}

		/* -- 閉じるボタン -- */
		.btn_close {
			clear:both;
			margin:0; padding:18px 0 18px 0;
			text-align:center;}

			.btn_close a:link {color:#383c3c; text-decoration:none;}
			.btn_close a:hover {color:#a3a3a2; text-decoration:none;}
			.btn_close a:visited {color:#383c3c; text-decoration:none;}
			.btn_close a:active {color:#383c3c; text-decoration:none;}

			.btn_close a:link {
					font-weight:normal;}