@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	background-repeat: repeat;
	margin: 0px;
	font-size: 12px;
	background-color: #00FF99;
}

.menu{
	width: 128px;
	margin-right:auto;
	margin-left:auto;
}


.main{
	width: 720px;
	margin-right:auto;
	margin-left:auto;
}

.main2{
	width: 560px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #521C18;
	border-left-color: #521C18;
	background-color: #FFFFFF;
}

.tel{
	width: 560px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #521C18;
	border-left-color: #521C18;
	background-color: #FFFF66;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.con{
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}


.lin{
	width: 260px;
}

img.line{
	padding-right: 5px;
}

/* 文字大きさ・カラー */
/*見出し*/
h2.tit{
	font-size: 16px;
	color: #333333;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h3.tit{
	font-size: 14px;
	color: #0066FF;
	margin: 0px;
}

h3.tit2{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #339966;
}

h3.tit3{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3.tit4{
	font-size: 14px;
	margin: 0px;
	color: #0066CC;
}


.tdbg{
	background-color: #2259A9;
}




/*フォントサイズ*/
.txt10{
	font-size: 10px;
}

.txt14{
	font-size: 14px;
}

.txt16{
	font-size: 16px;
}

.txt18{
	font-size: 18px;
}

/* スペース */
.sp5{
	height: 5px;
}

.sp10{
	height: 10px;
}

.sp15{
	height: 15px;
}

.sp20{
	height: 20px;
}

.cl{
clear : both;
}