﻿@charset "utf-8";
/*------------▼初期設定▼----------------*/
body{
	text-align:center;
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック"," Osaka", "ヒラギノ角ゴ Pro W3";
	background-image:url(../img/global/global_back.gif);
}

#wrapper{
	text-align:left;
	width:780px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

img{ border:none}

h1{ margin:0;
	padding:0;
}
h3{
	margin-top:0px;
	padding-top:0px;
}


/*------------▲初期設定▲----------------*/
/*------------▼header▼----------------*/

#header {
	height: 103px;
	width: 780px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../img/header/header_back.jpg);
	background-repeat: repeat-x;
}
#header #h_box_right {
	float: right;
	height: 103px;
	width: 400px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header #h_inq{
	float:right;
	padding-top: 8px;
	margin-top: 0px;
	padding-right: 25px;
	margin-right: 0px;
}

#header #f_search
{
	clear:					both;
	float:					right;
	padding-top:			8px;
	margin-top:				0px;
	padding-right:			40px;
	margin-right:			0px;
}

#header #f_search #search
{
	width:					109px;
}

#header #f_search input#submit
{
	font-size:				75%;
	width:					36px;
}

#header #h_address
{
	clear:					both;
	text-align:				right;
	padding-top:			8px;
	margin-top:				0px;
	padding-right:			40px;
	margin-right:			0px;
	font-size:				80%;
	font-weight:			normal;
	line-height:			130%;
	letter-spacing:			1px;
	margin-bottom:			0px;
	padding-bottom:			0px;
	color:					#595757;
}

/*------------▲header▲----------------*/
/*------------▼global_navi▼-----------*/

#g_navi {
	background-image: url(../img/top/topnavi_back.gif);
	width:780px;
	height:35px;
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#g_navi h2 {
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*------------▲global_navi▲-----------*/

/*------------▼contents▼--------------*/
#contents {
	width: 780px;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
	background-color: #000000;
}
#t_box_l {
	width: 391px;
	height: auto;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#t_box_r {
	width: 378px;
	height: auto;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
#t_box_r p{
	font-size:80%;
	font-weight:normal;
	line-height:160%;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
}

/*----▽leftbox▽-----*/
.t_m_13{
	margin-top:13px;
	padding-top:0;
}
#t_box_l p{
	font-size:80%;
	font-weight:normal;
	line-height:160%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
}
/*----△leftbox△-----*/

/*----▽title,subtitle▽-----*/
#t_box_r h2{
	margin:0;
	padding:0;
}
#t_box_r h4{
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#t_box_r h5{
	font-size:90%;
	font-weight:bold;
	line-height:160%;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #595757;
	margin-top: 0px;
	padding-top: 15px;
	clear: both;
}
#t_box_l h2{
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*----△title,subtitle△-----*/

/*----▽contents_fix▽-----*/
#t_box_r #list01 {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#t_box_r #list01 li{
	font-size:80%;
	line-height:160%;
	color: #595757;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.clear {
	clear: both;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
/*----△contents_fix△-----*/

/*----▽link▽-----*/
#t_box_r a:link {
	text-decoration: none;
	color:#ffffff;
}
#t_box_r a:visited {
	text-decoration: none;
	color:#cccccc;
}
#t_box_r a:hover {
	text-decoration: none;
	color:#E9E2CB;
}
#t_box_r a:active {
	text-decoration: none;
	color:#ffffff;
}
/*----△link△-----*/
/*------------▲contents▲--------------*/

/*------------▼footer▼----------------*/

#footer {
	height: 16px;
	width: 780px;
	clear: both;
	background-image: url(../img/top/top_footer_back.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer #copyright {
	font-size:70%;
	line-height:130%;
	color: #FFFFFF;
	margin-top: 1px;
	padding-top: 0px;
	padding-left: 15px;
}

/*------------▲footer▲----------------*/
