/* =========================================================
ベガルタ仙台OHP
2011ベガルタ仙台応援うちわご協賛企業一覧
※別ウィンドゥで表示

Created 2012.06.02
========================================================= */

/* 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

	　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 {
	background:transparent url(../img/001.jpg) top center no-repeat;
	line-height:1.5;
	size:16px;
	text-align:center;}

/* -- コンテナ -- */
#uchiwa_body {
	width:840px;
	height:100%;
	margin:0 auto;}

	/* -- ヘッダ -- */
	#uchiwa_header {
			margin:240px 0 0 20px;
			width:800px;}

	#uchiwa_header img {margin:6px 0 0 0;}

	#uchiwa_header img.ex {margin:36px 0 0 0;}





	/* -- コンテンツ -- */
	#uchiwa_cont {
		background:transparent url(../img/005.gif) no-repeat top left;
		margin:36px 0 0 0; padding:60px 0 0 0;
		text-align:center;
		width:840px;}

		/* -- ご協賛企業一覧テーブルを含む小コンテナ -- */
		.tbl_cont {
			width:750px;
			margin:0 0 0 45px; padding:0;
			text-align:left;
			background:#fff;}

			/* ご協賛企業一覧テーブル */
			.tbl_list {
				clear:both;
				width:750px;
				margin:0 0 15px 0; padding:0;
				font-size:100%;
				border-spacing:0;}

				.tbl_list td {
					width:250px;
					padding:2px 0 2px 4px;
					border:#abced8 solid;
					border-width:1px 1px 1px 1px;
					color:#383c3c;
					text-align:left;
 					white-space:normal;}

				.tbl_list td.empty {
					border:none;
					background:#fff;}

				.tbl_list td.algn-right {
					text-align:right;}

		/* -- 閉じるボタン -- */
		.btn_close {
			margin:0; padding:18px 0 18px 0;}

			.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;}