﻿@charset "utf-8";

* { margin: 0; padding: 0; }
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: url(../images/common/bg.jpg) repeat-x;
}
img {
	vertical-align: top;
	border: 0;
}
p {
	font-size: 12px:
	color: #000000;
}
a {
	font-size: 12px;
	color: #125e8f;
}
a:hover {
	color: #FC89B2;
}
span {
	font-weight: bold;
	color: #ff0000;
}
/*----------------------------------------------------------------
共通部分
-------------------------------------------------------------------*/

#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}
#header {
	width: 1000px;
	height: 161px;
	margin-top: 10px;
	background: url(../images/header_bg.jpg) no-repeat;
}
#logo {
	width: 254px;
	height: 35px;
	padding: 123px 0px 0px 727px;
}
#navi {
	width: 1000px;
	height: 52px;
	background: url(../images/navi_bg.jpg) no-repeat;
}
#navi ul{
	padding: 14px 0px 0px 110px;
	list-style-type: none;
}
#navi li{
	padding: 0px 0px 0px 20px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#navi a {
	color: #ffffff;
}
#navi a:hover {
	color: #FC89B2;
}

#contents {
	width: 1000px;
	background-color: #ffffff;
}
#left {
	width: 780px;
	margin: 7px 0px 0px 0px;
	float: left;
	display: inline;
}
#left .title {
	width: 450px;
	padding: 0px 10px 5px 10px;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #601f1f;
}
#left .text {
	width: 450px;
	padding: 0px 10px 0px 10px;
	line-height: 140%;
	color: #404040;
	text-align:justify;
	text-justify:inter-ideograph;
}
#left .title2 {
	width: 760px;
	padding: 0px 10px 5px 10px;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #601f1f;
	text-align:justify;
	text-justify:inter-ideograph;
}
#left .text2 {
	width: 760px;
	padding: 0px 10px 0px 10px;
	line-height: 140%;
	color: #404040;
	text-align:justify;
	text-justify:inter-ideograph;
}
#left .text3 {
	width: 760px;
	padding: 5px 10px 5px 10px;
	line-height: 200%;
	color: #125e8f;
	text-align:justify;
	text-justify:inter-ideograph;
}
#left .text4 {
	width: 760px;
	padding: 0px 10px 10px 10px;
	line-height: 140%;
	color: #404040;
	text-align:justify;
	text-justify:inter-ideograph;
}
#left a {
	color: #125e8f;
}
#left a:hover {
	position:relative;
	top:1px;
	left:1px;
	color: #E5004F;
}
#right {
	width: 200px;
	margin: 7px 0px 0px 15px;
	float: left;
	display: inline;
}
#right img {
	padding: 0px 0px 5px 4px;
}
#right p {
	padding: 0px 4px 6px 4px;
	font-size: 12px;
	color: #000000;
	line-height: 115%;
}
#right a:hover {
	position:relative;
	top:1px;
	left:1px;
	color: #ff691e;
}
#footer {
	width: 1000px;
	height: 130px;
}
#f_navi {
	width: 1000px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer_bg.jpg) no-repeat;
}
#f_navi ul{
	padding: 45px; 0px 0px 0px;
}
#f_navi li{
	list-style-type:none;
	background: url(../images/li01.gif) 0 0.5em no-repeat;
	padding: 4px 20px 3px 12px;
	font-weight: bold;
	float: left;
}
#f_navi a {
	color: #ffffff;
}
#f_navi a:hover {
	color: #000000;
}
.clear {
	clear: both;
{



