/*------------------------------------------------------------------
	Temprate Ver.1.05
    homepage free style
--------------------------------------------------------------------*/



/*	前段階
------------------------------------- */
* {
	font-size: 12px;
	line-height: 140%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #005BAF;
}
a:active {
	text-decoration: none;
	color: #005BAF;
}


/*	全体構造
------------------------------------- */
body {
	background-image:url(img/bg02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#wrapper {
	width: 680px;
	
}

#headerbackground{
	width:680px;
	background-image:url(img/headbackground.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#tablemargin{
	margin-left:40px;
}

/*	見出しなどフォントの設定
------------------------------------- */
h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	padding-right:10px;
	margin-bottom: 0px;
	text-align: right;
}

/*	ヘッダーの設定用
------------------------------------- */
.header-title {
	font-size: 20px;
	font-weight: bold;
	padding-left:12px;
	}


.tel {
	font-size: 24px;
	font-weight: bold;
	padding-left:12px;
	}

	
/*	本文テキスト用
------------------------------------- */

.text1{
	font-size:12px;
	font-weight: normal;
	background-image:none;
	background-repeat:no-repeat;
	text-align: left;
	margin: 0px;
	line-height: 18px;
}

.text1-blue{
	font-size:12px;
	font-weight: normal;
	background-image:none;
	background-repeat:no-repeat;
	text-align: left;
	margin: 0px;
	line-height: 18px;
	color: #0000CC;
}

.text1-orange{
	font-size:12px;
	font-weight: normal;
	background-image:none;
	background-repeat:no-repeat;
	text-align: left;
	margin: 0px;
	line-height: 18px;
	color: #FF9966;
}


/*	見出しなどフォントの設定
------------------------------------- */

.title{
	font-weight:bold;
	font-size:140%;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dashed;
	border-left-style: solid;
	border-top-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-left-color:#999999;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:10px;
	text-align: left;
}

.title-blue{
	font-weight:bold;
	font-size:140%;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dashed;
	border-left-style: solid;
	border-top-color:#97BBFF;
	border-right-color:#97BBFF;
	border-bottom-color:#97BBFF;
	border-left-color:#97BBFF;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:10px;
	text-align: left;
}

.title-orange{
	font-weight:bold;
	font-size:140%;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dashed;
	border-left-style: solid;
	border-top-color:#FFB997;
	border-right-color:#FFB997;
	border-bottom-color:#FFB997;
	border-left-color:#FFB997;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:10px;
	text-align: left;
}

.headerimage {
	padding:5px;
	}


/*	ヘッダー
------------------------------------- */
#wrapper #header {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	background-image: url(../img/header.jpg);
	width: 704px;
	margin-top:0px;
	padding-top:3px;
	float:left;
	text-align: left;
	
}



/*============================================
	固定のフォントの指定（spanで囲む）
=========================================== */

.font1{
	font-size:13px;
	font-weight: bold;
	background-image:none;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:1px;
	margin-bottom:0px;
	padding-top:4px;
	padding-bottom:3px;
}
