@charset "utf-8";


/*****************************サイト全体に適用される基本的な設定です*****************************/

/*マージン・余白などをリセットしています*/
h1,h2,h3,h4,h5,h6,ul,ol,li,p,td,th,form,dd,dl,dt{
	margin: 0px;
	padding: 0px;	
}
/*リストの設定をリセットしています*/
li,ul {
	list-style-type: none;
}
/*imgにリンクを張った際にborderがつかないようにします*/
img {
	border:0px;
	vertical-align: top;
}
/*サイト全体の基本設定です*/
body {
	font-size: 13px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../img/bg.jpg);
}


/*コンテンツエリアの横幅の指定です。*/
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
/*IE6用のハックです*/
*html #wrapper {
	width: 920px;
}
/*リンク用のアイコンです*/
.icon {
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
}

/*コンテンツのセンター部分のエリアの設定です*/
.center {
	width: 618px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	display:inline;
	padding-bottom: 20px;
}
/*コンテンツのライト部分のエリアの設定です*/
.right {
	float: left;
	width: 240px;
	display:inline;
	padding-bottom: 20px;

}
/*****************************タイトル・フォント・マージン・行間などの部分的な設定です*****************************/
h1 {
	font-size: 30px;
	line-height: 120px;
	color: #FFFFFF;
	height: 120px;
	width: 900px;
	background-image: url(../img/pageTitle.jpg);
	text-indent: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	line-height: 55px;
	height: 55px;
	width: 618px;
	background-image: url(../img/h2.jpg);
	color: #CC0000;
	text-indent: 15px;
}
h3 {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	width: 603px;
	text-indent: 10px;
	background-image: url(../img/h3.jpg);
}
h4 {
	font-size: 14px;
	line-height: 20px;
	height: 24px;
	width: 588px;
	background-image: url(../img/h4.jpg);
}


/*上・左にマージン5pxを取ります。*/
.indent5 {
	padding-top: 5px;
	padding-left: 5px;
}
/*上・左にマージン10pxを取ります。*/
.indent10 {
	padding-top: 10px;
	padding-left: 10px;
}
/*上・左にマージン15pxを取ります。*/
.indent15 {
	padding-top: 15px;
	padding-left: 15px;
}
/*上・左にマージン20pxを取ります。*/
.indent20 {
	padding-top: 20px;
	padding-left: 20px;
}

/*下部マージン5pxの設定*/
.bottom5 {
	padding-bottom: 5px;
}
/*下部マージン10pxの設定*/
.bottom10 {
	padding-bottom: 10px;
}
/*下部マージン15pxの設定*/
.bottom15 {
	padding-bottom: 15px;
}
/*下部マージン20pxの設定*/
.bottom20 {
	padding-bottom: 20px;
}

/*下部マージン30pxの設定*/
.bottom20 {
	padding-bottom: 30px;
}


/*行間の設定100%*/
.line100 {
	line-height: 100%;
}
/*行間の設定125%*/
.line125 {
	line-height: 125%;
}
/*行間の設定150%*/
.line150 {
	line-height: 150%;
}
/*行間の設定175%*/
.line175 {
	line-height: 175%;
}
/*行間の設定200%*/
.line200 {
	line-height: 200%;
}

/*****************************ヘッダーエリアの設定です*****************************/

/*ヘッダーの高さの設定です*/
.header {
	height: 124px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/headBg.jpg);
	background-repeat: repeat-x;
}
/*サイト紹介文の設定です*/
.header strong {
	line-height: 45px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	font-weight: lighter;
	text-indent: 10px;
}
/*電話番号の設定です*/
.header .tel {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*ロゴエリアの設定です*/
.header .logo {
	position: absolute;
	top: 45px;
}


/*****************************フッターの設定です*****************************/

/*フッターの設定です*/
.footer {
	background-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

/*コンテンツエリアの横幅の指定です*/
.cont {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
/*フッターエリアのリンクの設定です*/
.cont a {
	color: #FFFFFF;
}

/*****************************ここから加川が作成*****************************/

.center1{
	text-align:center;
}

#mainbox1{
	border: 3px solid #F60;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	width: 550px;
	font-size:11pt;
}

#box2{
	margin-top:20px;
	font-size:11pt;
	line-height:1.8;
}

.font11{
	font-size:11pt;
	line-height:1.8;
}

.font12{
	font-size:12pt;
	line-height:1.8;
}

/*上部マージン20pxの設定*/
.top20 {
	padding-top: 20px;
}

/*---テーブルの設定--------------*/

.ta1 table {
	border-collapse: collapse;
	border: 2px solid #666;
	margin: 2em;
	width:90%;
}

.ta1 th, td {
  padding: 0.5em 1em;
}

.ta1 th {
	border: none;
	color: #ffffff;
	font-weight:bold;
	background-color: #666;
	text-align:center;
	font-size:11pt;
}

.ta1 td {
	border: 1px solid #999;
	font-size:11pt;
	line-height:1.8;
}

.cellhaikei{
	background-color:#F2F2F2;
}

.bold{
	font-weight:bold;
}

.gazouright{
	float:right;
	padding-left:10px;
}

.gazouclear{
	clear:both;
}

.point{
	font-weight:bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #C00;
	margin-bottom:13px;
	padding-left:10px;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
	margin-bottom:30px;
}
