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

/*-----------------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------------*/
#header {
	background:url("../common/img/header_back.gif") repeat-x 50% 0;
	height:71px;
}

#contact a {
	display:block;
	width:148px;
	height:28px;
	outline:none;
	background:url("img/contact.gif") no-repeat;
	position:relative;
}

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

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


.bnr {
	margin-top:10px;
	margin-left:10px;
}

.bnr td {
	padding:0 10px 10px 0;
}

form {
	margin:0;
	padding:0;
}

form table {
	margin-left:10px;
	border-top:1px solid #ccc;
	width:560px;
}

form table th,
form table td {
	padding:3px;
	border-bottom:1px solid #ccc;
}

form table th {
	text-align:left;
	background:#f5f5f5;
	width:200px;
}

.f_link {
	margin-left:10px;
	width:560px;
}

.f_link th {
	padding:3px 3px 3px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:url("../common/img/arrow_b.gif") no-repeat 0 50%;
}

.f_link td {
	vertical-align:top;
	padding:3px;
	border-bottom:1px solid #999;
}

.f_link td img {
	border:none;
}

#right .f_link td p.setsumei {
	padding:0;
}

#right .f_link td p.auther {
	padding:0;
	text-align:right;
}

.text {
	float:left;
	width:350px;
}

.btn_fan1 {
	float:right;
	width:200px;
	height:70px;
}


.btn_fan2 {
	float:right;
	width:200px;
	height:70px;
}

