@charset "Shift_JIS";
/* ============08.03.03
0.基本設定
1.共通
2.レイアウト
3.頻繁に使うもの
==================== */

/* 0.基本設定 ==================== */

h1,h2,h3,h4,div {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 30px 0 10px 0;
}
h3 {
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 40px;
	padding-left: 5px;
	border-left: 3px solid #039;
	border-bottom: 1px solid #039;
}
h4 {
	color: #333;
	font-size:12px;
	margin: 1em 0 0 0;
	padding-left: 5px;
}
h3 span, h4 span {
	font-weight:  normal;
}
img {
	border: 0;
}


.springh3{
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 30px;
	padding-left: 5px;
	border-left: 3px solid #390;
	border-bottom: 1px solid #6a0;
	color:#000;
}
.springh4 {
	color: #360;
	border-left: 2px solid #aaa;
	font-size:12px;
	margin: 1em 0 5px 7px;
}
.spring{
	color: #360;
}



/* 1.共通 ==================== */

li{
	line-height: 140%;
}
.list {
	list-style: none;
	margin-left: -2em;
}
.indent {
	margin-left: 1em;
	list-style: none;
}
.etc {
	list-style: none;
	text-align: right;
	font-size: x-small;
	padding-right: 1em;
}
tt {
	font-weight: bold;
}

/* 2.レイアウト ==================== */

.box1 {
	line-height: 1.5;
}
.box2 {
	line-height: 1.5;
	background: url(img/back1.gif) no-repeat left bottom;
	margin-top: 10px;
	padding: 7px;
}
.box2 img {
	float: left;
	margin-left: 7px;
}
.ptable {
	background-color: #fff;
	border-collapse: collapse;
	margin: 20px 0;
}
.ptable td {
	font-size: 12px;
/*	text-align: center;*/
	padding: 8px 15px;
}


/* 3.頻繁に使うもの ==================== */

.left {
	float: left;
}
.right {
	float: right;
}
.imgleft {
	float: left;
	margin-right: 7px;
}
.imgright {
	float: right;
	margin-left: 7px;
}
.center {
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both;
}
.stxt {
	font-size: 11px;
	line-height: 1.3;
}
.red {
	color: #f00;
}
.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
/*IE7用*/
.clearfix {display: inline-block;}
/*以下MacIE5用*/
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */