﻿@import url("../common/common.css");
@import url("../common/contents.css");

/*-----------------------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position:relative;
	background:#fff url("img/image.jpg") no-repeat 50% 0;
	height:250px;
}

/*-----------------------------------------------------------------------------
Hタグ制御
-----------------------------------------------------------------------------*/
h2 {
	background:url("img/title.gif") no-repeat;
}


/*コンテンツページ*************************************************************/
#right table.card {
	margin-right:auto;
	margin-left:auto;
	width:540px;
}

.wp td {
	padding:0 5px;
	text-align:center;
}

.link_table {
	margin-left:5px;
}

.link_table td {
	padding:0 5px;
}
