﻿@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size : 12px;
	text-decoration: none;
}

body {
	background:url(img/body_bg.jpg) repeat-x left top;
	font-family: "ＭＳ Ｐゴシック",Verdana,Arial, Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:left;
	font-size: 12px;
}

/*Firefoxでセンターがずれないようにするため*/
html {
	overflow-y:scroll;
}

h1,h2,h3 {
	font-size:12px;
	font-weight:normal;
}

p {
	line-height:160%;
	font-size:12px;
	list-style-type:none;
}

li{
	list-style-type:none;
}

img {
	border:0;
	vertical-align: bottom;
}

address{
	font-size:12px;
	text-align:right;
}

.left{
	float:left;
}

.right{
	float:right;
}

.right_width{
	width:750px;
	padding:0px 10px 0px 0px;
}

.margin_bottom{
	margin:0px 0px 20px 0px;
}

.margin_bottom2{
	margin:0px 0px 10px 0px;
}

.margin_bottom3{
	margin:45px 0px 0px 5px;
}

.bold{
	font-weight:bold;
}

.pagetop{
	text-align:right;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
	color:#116495;
}

a:link {
	color:#116495;
}

a:visited {
	color:#116495;
}

a:hover {
	color:#116495;
}

a:active {
	color:#116495;
}

/*
 clearfix [
----------------------------------------------------------- */
.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.textalign_right{
	text-align:right;
}

.clear{ clear: both;
}

/*
 wrapper_out [
----------------------------------------------------------- */
#wrapper_out{
	width:970px;
	background:url(img/contents_bg.jpg) repeat-y left top;
	margin:0px auto;
}

/*
 wrapper [
----------------------------------------------------------- */
#wrapper{
	width:970px;
	height:auto;
	background:url(img/wrapper_bg.jpg) no-repeat left top;
}

.g_navi li{
	float:left;
}

/*
 header [
----------------------------------------------------------- */
#header{
	width:100%;
	height:32px;
	background:url(img/header_bg.jpg) repeat-x left top;
}

h1{
	width:970px;
	padding:5px 0px 0px 13px;
	margin:0px auto;
}

/*
 contents [
----------------------------------------------------------- */
#contents{
	width:970px;
	height:auto;
	background:url(img/contents_bg.jpg) repeat-y left top;
	margin:0px auto;
}

.contents{
	width:750px;
	padding:0px 0px 0px 5px;
}

.text_width{
	width:500px;
	padding:0px 0px 0px 10px;
}

/*
 sidebar [
----------------------------------------------------------- */
.left_width{
	width:200px;
	padding:0px 0px 0px 5px;
}

.tel{
	background:url(img/tel_bg.jpg) no-repeat left top;
	width:160px;
	height:305px;
	padding:0px 20px 20px 20px;
}

.form{
	margin:0px 0px 0px 20px;
}
.navi_banner {
	margin:10px 0px 0px 20px;
}

/*
 footernavi [
----------------------------------------------------------- */
.footernavi{
	background:#cccccc;
	margin:0px 5px 0px 5px;
	padding:5px 0px 7px 250px;
	width:710px;
	clear: both;
}

.footernavi li{
	float:left;
	text-align:center;
	margin:0px 10px 0px 0px;
}

/*
 footer_wrapper [
----------------------------------------------------------- */
#footer_wrapper{
	background:url(img/footer_bg.jpg) repeat-x left top;
	width:100%;
	height:80px;
}

/*
 footer [
----------------------------------------------------------- */
.footer{
	width:970px;
	height:80px;
	margin:0px auto;
	text-align:center;
	background:url(img/footer_inner_bg.jpg) no-repeat left top;
}

.footer p{
	color:#FFFFFF;
	padding:25px 0px 0px 0px;
}
