﻿@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:#ffebb6;
	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:140%;
	font-size:12px;
	list-style-type:none;
}

li{
	list-style-type:none;
}

img {
	border:0;
	vertical-align: bottom;
}

address{
	font-size:12px;
	color:#666666;
	font-size:10px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.margin_bottom{
	margin:0px 0px 10px 0px;
}

.padding_bottom{
	padding:0px 0px 10px 0px;
}

.bold{
	font-weight:bold;
}

.pagetop{
	text-align:right;
	margin:0px 29px 10px 0px;
}

.border{
	border:1px solid red;
}

.margin_left{
	margin:0px 0px 0px 29px;
}

.margin_left2{
	margin:0px 0px 10px 29px;
}

/*
 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;
}

/*
 wrapper [
----------------------------------------------------------- */
#wrapper{
	width:1000px;
	height:auto;
	background:url(img/wrapper_bg.jpg) no-repeat left top;
	margin:0px auto;
}

/*
 wrapper_inner [
----------------------------------------------------------- */
#wrapper_inner{
	width:800px;
	margin:0px 0px 0px 100px;
}

/*
 header [
----------------------------------------------------------- */
#header{
	height:117px;
	width:780px;
	background:url(img/header_bg.jpg) repeat-x left top;
	padding:0px 20px 0px 0px;
}

h1{
	height:18px;
	font-size:10px;
	color:#FFFFFF;
	padding:9px 0px 0px 22px;
}

#header p{
	padding:10px 0px 0px 0px;
	text-align:right;
}

/*
 mian [
----------------------------------------------------------- */
.main{
	width:652px;
	background:#e9d790;
}

/*
 mian2 [
----------------------------------------------------------- */
.main2{
	width:634px;
	background:#e9d790;
	padding:10px 8px 0px 10px;
}

/*
 main_iner [
----------------------------------------------------------- */
.main_iner{
	padding:10px 10px 0px 8px;
}

.left_width{
	width:433px;
}

.right_width2{
	width:195px;
}

/*
 side [
----------------------------------------------------------- */
.side{
	width:148px;
	height:auto;
	text-align:center;
	background:url(img/side.jpg) no-repeat left top;
}

.side h4.phone{
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
}

p.phone_text{
	width:120px;
	text-align:left;
	margin:5px 0px 5px 17px;
	font-size:10px;
}

ul.sidenavi2{
	margin:0px 0px 15px 0px;
}

/*
 footer [
----------------------------------------------------------- */
ul.footer_navi{
	width:710px;
	height:20px;
	padding:7px 0px 0px 90px;
	background:#FFFFFF;
}

ul.footer_navi li{
	float:left;
}

ul.footer_navi li a {
	text-decoration:none;
	color:#666633;
}

ul.footer_navi li a:link {
	color:#666633;
}

ul.footer_navi li a:visited {
	color:#666633;
}

ul.footer_navi li a:hover {
	color:#666633;
}

ul.footer_navi li a:active {
	color:#666633;
}

#footer{
	text-align:center;
	height:47px;
	background:#b8b8a3;
	padding:15px 0px 0px 0px;
}

#footer p{
	color:#666666;
	font-size:10px;
}