﻿@charset "utf-8";

/*
1.pge共通
*/

/*----------------------------------------------------
　1. page共通
----------------------------------------------------*/
.title{margin-bottom:10px;}

.bass0{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
}

.bass{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
	padding:0 15px;
}

.right{float:right;}
.left{float:left;}
.center{text-align:center;}




/*----------------------------------------------------
　table
----------------------------------------------------*/

/* table　基本
------------------------------ */
table#basic {
	width:100%;	
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
}

table#basic th {
	padding: 7px 10px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: normal;
	background-color: #FFFFCC;
}

table#basic td {
	padding: 7px 10px;
	border-width: 0 1px 1px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

table#basic td.left {
	padding-left:15px;
	text-align:left;
}

table#basic td.t_right {
	padding: 7px 8px 7px 0;
	border-width: 0 1px 1px 1px;
	border-color: #CCCCCC;
	border-style: solid;
	text-align:right;
}
