@charset "utf-8";
/* CSS Document */



/*■■■全ページ共通■■■*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	color: #454545;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
}
a:link {
	color: #008FBF;
	text-decoration: none;
}
a:visited {
	color: #008FBF;
	text-decoration: none;
}
a:hover {
	color: #008FBF;
	text-decoration: underline;
}




/*■レイアウト■*/
.imgr {
	float: right;
}
.imgl {
	float: left;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
.lr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.left5 {
	margin-left: 5px;
}
.left10 {
	margin-left: 10px;
}
.left15 {
	margin-left: 15px;
}
.left20 {
	margin-left: 20px;
}
.left30 {
	margin-left: 30px;
}

.right5 {
	margin-right: 5px;
}
.right10 {
	margin-right: 10px;
}
.right12 {
	margin-right: 12px;
}
.right15{
	margin-right: 15px;
}
.right20 {
	margin-right: 25px;
}
.btm5 {
	margin-bottom: 5px;
}
.btm8 {
	margin-bottom: 8px;
}

.btm10 {
	margin-bottom: 10px;
}
.btm15 {
	margin-bottom: 15px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm25 {
	margin-bottom: 25px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm35 {
	margin-bottom: 35px;
}
.btm40 {
	margin-bottom: 40px;
}
.btm50 {
	margin-bottom: 50px;
}
.btm60 {
	margin-bottom: 60px;
}
.topbtm5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding10 {
	padding: 10px;
}
.clear {
	display:block;
	clear:both;
}
.dot {
	background-image: url(../images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}






/*■ヘッダー■*/
#header {
	height: 104px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	float: left;
}
#header_tel {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 34px;
}
#headimg {
	margin-bottom: 30px;
}






/*■メイン■*/
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 260px;
}
#right {
	float: right;
	width: 670px;
	text-align: left;
}
#right h3 {
	margin-bottom: 20px;
	font-size: 19px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
}
#right h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
.ttl_or {
	background-image: url(../images/ttl_or.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ttl_pk {
	background-image: url(../images/ttl_pk.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ttl_pl {
	background-image: url(../images/ttl_pl.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ttl_gr {
	background-image: url(../images/ttl_gr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}





/*■フッター■*/
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width:1000px;
}
#footer_link {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #FFF;
	padding-top: 130px;
	padding-bottom: 80px;
	text-align: right;
}
#footer_link_txt {
	float: left;
	width: 500px;
	text-align: left;
}
#footer address {
	font-style: normal;
}
#footer_link a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
