/* =========================================================
ベガルタ仙台OHP
2013ベガルタ仙台応援うちわご協賛企業一覧
※別ウィンドゥで表示

Created 2013.04.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

	　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 {
	background:transparent url(../img/bg.jpg);
	width:960px;
	height:100%;
	margin:0 auto;}

	/* -- ヘッダ -- */
	#uchiwa_header {
			background:transparent url(../img/header.gif) no-repeat top left;
			margin:0px;
			height:400px;
			width:960px;}

	/* -- コンテンツ -- */
	#uchiwa_cont {
		margin:0 36px 0 36px; padding:0;
		text-align:left;}

		.flt_lef {float:left;}
		.flt_rig {float:right;}

		.mgn_top_S {margin-top:12px;}
		.mgn_top_M {margin-top:36px;}

		.mgn_bottom_S {margin-bottom:12px;}
		.mgn_bottom_M {margin-bottom:36px;}

		/* -- ご協賛企業一覧テーブルを含む小コンテナ -- */
		.tbl_cont {
			margin:0; padding:0;
			text-align:left;
			width:888px;}

			/* ご協賛企業一覧テーブル */
			.tbl_list {
				clear:both;
				width:888px;
				margin:0 0 15px 0; padding:0;
				font-size:100%;
				border-spacing:0;}

				.tbl_list td {
					width:25%;
					padding:2px 0 2px 4px;
					background:#fff;
					border:#abced8 solid;
					border-width:1px 1px 1px 1px;
					color:#383c3c;
					text-align:left;
 					white-space:normal;}

				.tbl_list td.empty {
					border:none;
					background:transparent;}

				.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;}

	.footer {
		margin:48px 0 24px 0;
		text-align:left;}