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

/*-----------------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------------*/
#header {
	background:url("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;
}

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

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

/*-----------------------------------------------------------------------------
左メニュー
-----------------------------------------------------------------------------*/
#left_menu li.sub_title {
	background:url("img/menu_title.gif") no-repeat;
}

#left_menu li.sub a {
	background:url("img/menu_n.gif") no-repeat 0 0;
}

#left_menu li.sub a:hover {
	background:url("img/menu_n.gif") no-repeat 0 -20px;
}

#left_menu li.current_sub a {
	background:url("img/menu_nc.gif") no-repeat 0 0;
	color:#9133cc;
}

#left_menu li.current_sub a:hover {
	background:url("img/menu_nc.gif") no-repeat 0 -20px;
}

#left_menu li.small a {
	background:url("img/menu_s.gif") no-repeat 0 0;
}

#left_menu li.small a:hover {
	background:url("img/menu_s.gif") no-repeat 0 -28px;
}

#left_menu li.current_small a {
	background:url("img/menu_sc.gif") no-repeat 0 0;
	color:#9133cc;
}

#left_menu li.current_small a:hover {
	background:url("img/menu_sc.gif") no-repeat 0 -28px;
}

#right .box {
	margin-left:10px;
	margin-top:10px;
	padding:1px;
	width:560px;
	border:1px solid #ccc;
}

#right .box2 {
	margin-left:10px;
	margin-top:10px;
	padding:1px;
	width:560px;
	border:1px solid #ccc;
}

#right .box3 {
	width:580px;
}

table.list {
	width:560px;
	border-bottom:1px solid #ccc;
}

table.list th,
table.list td {
	padding:7px 3px 4px;
	border-right:1px solid #ccc;
	line-height:14px;
	height:14px;
	background:#fff;
	vertical-align:top;
	word-break:break-all;
}

table.list .color_cell td {
	background:#f5f5f5;
}

table.list .over td {
	background-color:#feb;
	cursor:pointer;
}

table.list th {
	background:#eee;
	border-bottom:1px solid #ccc;
	font-size:12px;
}

table.list .area {
	width:100px;
}

table.list th.day {
	width:55px;
}

table.detail th {
	width:100px;
}

table.detail td span {
	display:block;
	width:448px;
}

#cr {
	font-size:10px;
	color:#ccc;
	text-align:right;
}

table.pr_card th,
table.pr_card td {
	padding:2px 10px;
	vertical-align:top;
}

table.pr_card th {
	text-align:left;
	padding-left:10px;
}

table.pr_card td p {
	margin:0;
	padding:5px;
	border:1px solid #ccc;
}


/*フォーム部分*/

form {
	margin:0;
	padding:0;
}

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

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

form table th {
	text-align:left;
	background:#f5f5f5;
	width:180px;
}
/*
.k_funk p {
	margin-left:0;
	padding:2px 0 2px 26px;
	text-indent:-17px;
	line-height:18px;
}
*/

ol {
	padding-left:30px;
}

ol li {
	padding-top:2px;
	padding-bottom:2px;
	line-height:18px;
}

.k_funk p.normal {
	margin-left:0;
	padding:2px 0 2px 10px;
	text-indent:0;
	line-height:18px;
}

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

#right p.btn_yotei {
	float:right;
	width:200px;
	height:70px;
	margin:0;
	padding:0;
}

a.page {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:1px 2px;
	background:#ddd;
	color:#000;
	width:18px;
	text-align:center;
}

a.page:hover,
a.cr {
	background:#9133cc;
	text-decoration:none;
	color:#fff;
}

p.l_box {
	float:left;
	width:350px;
}

