﻿@charset "utf-8";


.clear{
	clear:both;
}
body,html {
	 overflow-x: hidden;
	 position: relative;
}
#wrapper {
	width: 100%;
}
#left_bg {
	background:  url(../img/left_bg.png) no-repeat;
	position: absolute;
	left: -5%;
	top: 0;
	width: 50%;
	z-index: -100;
	height: 925px;
}
#right_bg {
	background:  url(../img/right_bg.png) no-repeat;
	position: absolute;
	right: -2%;
	bottom: 20%;
	width: 50%;
	z-index: -100;
	height: 1036px;
}


body {
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','Lucida Grande',メイリオ,Meiryo,sans-serif;
	font-size:14px;
	letter-spacing:1px;
	position: relative;
	width: 100%;
	background: #f2f2f2;
	z-index: 999;
}

/*----- #back_to_top -----*/
#back_to_top {
	clear: both;
	text-align: right;
	margin: 50px 0 15px;
}
/*===============================================
*
* footer
*
*================================================*/
footer {
	background: #fff;
	border-top: 1px solid #282828;
	min-height: 400px;
	clear: both;
}
#footer_head {
	border-bottom: 1px dotted #222222;
	padding: 15px 0 10px;
	margin-bottom: 25px;
}
#footer_menu {
	margin-left: 80px;
}
#footer_menu_01 {
	float: left;
	width: 300px;
}
#footer_menu_01 .tt {
	margin-bottom: 10px;
}
#footer_menu_02 {
	float: left;
	width: 320px;
}
#footer_menu_02 .tt {
	margin-bottom: 10px;
}
#footer_menu_03 {
	float: left;
	width: 240px;
}
#footer_menu_03 .tt {
	margin-bottom: 10px;
}
#footer_menu_04 {
	float: left;
}
#footer_menu_04 .tt {
	margin-bottom: 10px;
}
#footer_menu_01 li,#footer_menu_02 li,#footer_menu_03 li,#footer_menu_04 li {
	line-height: 2.1;
}
#footer_menu_01 li a,#footer_menu_02 li a,#footer_menu_03 li a {
	color: #333333;
	text-decoration: none;
}
#footer_menu_01 li a:hover,#footer_menu_02 li a:hover,#footer_menu_03 li a:hover {
	text-decoration: underline;
}
#copy {
	text-align: center;
	margin: 10px 0;
	padding-bottom: 15px;
}