@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #2C1F12;
	background: url(../images/bg.jpg);
}
p {
	line-height: 1.5em;
	letter-spacing: 0.04em;
	margin: 0;
}
a {
	color: #FF1F00;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #FF1F00;
	text-decoration: none;
}
img {
	border: 0;
}
.red {
	color: #FF0012;
}
.line {
	border-top: 1px #bbb dotted;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0 0 0 15px;
	line-height: 1.5em;
	font-size: 15px;
}
h3 {
	margin: 0 0 30px 15px;
	line-height: 1.5em;
	font-size: 20px;
	color: #FF1F00;
}
header {
	width: 100%;
	height: 120px;
	background: url(../images/head_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#header_inner {
	width: 1000px;
	height: 110px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
#header_inner p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
　/* Firefox用 */  
 -webkit-box-shadow: 0px 0px 3px #000;
　/* Safari,Google Chrome用 */
}
#logo a {
	width: 305px;
	height: 0;
	padding-top: 78px;
	background: url(../images/logo.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 0;
}
#head_info {
	width: 515px;
	height: 0;
	padding-top: 55px;
	display: block;
	overflow: hidden;
	background: url(../images/head_info.png) no-repeat 0 0;
	position: absolute;
	top: 45px;
	right: 0;
}
#splash {
	width: 100%;
	height: 320px;
	display: block;
	overflow: hidden;
	background: #fff;
}
#splash_inner {
	width: 1100px;
	height: 0;
	padding-top: 320px;
	display: block;
	overflow: hidden;
	background: url(../images/top_splash.jpg) no-repeat 0 0;
	margin: 0 auto;
}
#bt_contact a {
	width: 310px;
	height: 0;
	padding-top: 70px;
	display: block;
	overflow: hidden;
	background: url(../images/bt_contact.png) no-repeat;
	margin: 0 auto;
}
#bt_contact a:hover {
	background-position: 0 -70px;
}
nav {
	width: 100%;
	height: 65px;
	background: url(../images/nav_bg.png) repeat-x;
	margin-bottom: 35px;
}
#nav_inner {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
}
#nav_inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav_inner li {
	margin: 0
}
#nav_inner li {
	outline: none;
}
#nav_inner li {
	display: inline;
	margin: 0;
	float: left;
}
#bt01 a, #bt02 a, #bt03 a, #bt04 a, #bt05 a, #bt06 a {
	background: url(../images/top_bt.png) no-repeat;
	height: 0;
	padding-top: 65px;
	overflow: hidden;
	display: block;
}
#bt01 a {
	width: 171px;
}
#bt02 a {
	width: 156px;
}
#bt03 a {
	width: 172px;
}
#bt04 a {
	width: 159px;
}
#bt05 a {
	width: 156px;
}
#bt06 a {
	width: 186px;
}
#bt01 a {
	background-position: 0 0;
}
#bt02 a {
	background-position: -171px 0;
}
#bt03 a {
	background-position: -327px 0;
}
#bt04 a {
	background-position: -499px 0;
}
#bt05 a {
	background-position: -658px 0;
}
#bt06 a {
	background-position: -814px 0;
}
#bt01 a:hover {
	background-position: 0 -65px;
}
#bt02 a:hover {
	background-position: -171px -65px;
}
#bt03 a:hover {
	background-position: -327px -65px;
}
#bt04 a:hover {
	background-position: -499px -65px;
}
#bt05 a:hover {
	background-position: -658px -65px;
}
#bt06 a:hover {
	background-position: -814px -65px;
}
#content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#left {
	width: 730px;
	float: left;
}
#right {
	width: 250px;
	float: right;
}
#news_box {
	width: 690px;
	height: auto;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
#news_box img {
	margin-bottom: 15px;
}
#news_box img.top_recruit {
	margin-bottom: 0;
}
#news_box img.blog {
	margin-bottom: 0;
}
#news_box p {
	margin-left: 15px;
}
.clear {
	clear: both;
	height: 40px;
}
footer {
	width: 100%;
	height: 160px;
	background: url(../images/foot_bg.png) repeat-x;
	color: #fff;
}
footer a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}
footer p {
	line-height: 2em;
}
#footer_inner {
	width: 1000px;
	height: 71px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
#page_top {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}
#bt_pagetop a {
	width: 45px;
	height: 0;
	padding-top: 45px;
	background: url(../images/bt_pagetop.png) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
}
#facebook img {
	display: block;
	margin: 0;
	padding: 0;
}
div#feed {
	margin:0;
}
div.blog_t {
	margin-left: 15px;
	margin-bottom:5px;
	vertical-align:top;
	font-size:13px;
	height:18px;
	font-weight:bold;
	width:100%;
	background:url(../images/allow02.png) no-repeat;
	padding-left:23px;
	box-sizing:border-box;
}
p.blog_m {
	font-size:14px;
}
#ameblo, #hotpepper {
	margin-bottom:5px;
}