﻿@charset "utf-8";

/*
	Site Name: JR Service Net
	Description: ベースレイアウトの設定
	Version: 3.5
	Author: 
*/



/*
===== 1: BASE ==========================================
*/

body {
/*	background-color: #ffffff;*/
	background: url("../img/kabe2.jpg") repeat ;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}


.clr {
	clear:both;
	line-height:0;
	height:0;
}



#back_top{
　margin-top:15px;
　margin-bottom:15px;
	font-size:12px;
	float:left;
}
/*
