@charset "utf-8";
/* CSS Document */

/*絶対にベースのCSSは触らないこと触る際は中林に相談の上変更する事*/

/*===== 1: universal reset =================================*/

*{
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

/*===== 2: body and base setting ===========================*/

body {
	font-family:"Meiryo","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
	overflow-x:hidden;
	
}

body.rightbaner{
	font-family:"Meiryo","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
	overflow-x:hidden;
	/* 自社のサイドの画像はこれのみ！ */
	/* システム内にも入ってるので、画像上書きもすること */
/*	background-image:url("https://www.frantz.jp/img/common/nenmatsu-side02.gif");*/
	background-repeat:repeat-y;
	background-position:right;
}

/*===== 3: link setting ===========================*/
	
a{
	color: #0000CC;
	text-decoration:underline;
	font-weight: bold;
}

a.top{
	font-size:14px;
	color:#0000CC;
	font-weight:bold;
	text-decoration:underline;
}

/*===== 4: something setting ===========================*/
h1,h2,h3{
	font-size:12px;
}

img{
	border:none;
	text-align: right;
}

img.center{
	text-align:center;
}

table{
	font-size:12px;
	color:#333333;
}
td{
	vertical-align:top;
}

hr{
  color: #cc0000; 
  background-color: #cc0000;
  border: 0px;
  }

/*===== 5: 旧RMS seting ===========================*/
.navi{
	width:180px;
}

/*=====linePC版付いてくるボタン===========================*/


#wrap{
	width:960px;
	margin:10px auto;
}

#social_box{
	background:#fff;
	width:60px;
	padding:15px;
	margin-left:-100px;
	text-align:center;
	position:fixed;
	bottom:30px;
	list-style-type:none;
}

#main{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}
