﻿@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: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

img{ border:none}

h1{ margin:0;
	padding:0;
}
/*------------▲初期設定▲----------------*/
/*------------▼header▼----------------*/

#header {
	height: 103px;
	width: 780px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../img/header/header_back.jpg);
	background-repeat: repeat-x;
	display:none;
}
/*------------▲header▲----------------*/
/*------------▼global_navi▼-----------*/

#g_navi {
	background-image: url(../img/global_navi/globalnavi_back.gif);
	width:730px;
	height:35px;
	clear: both;
	margin-left: 25px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 24px;
	padding-bottom: 0px;
	display:none;
}
/*------------▲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: 20px;
	clear: both;
	background-color: #FFFFFF;
}
#t_box_l {
	width: 167px;
	height: auto;
	float: left;
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 0px;
	padding-top: 0px;
	display:none;
}
#t_box_r {
	width: 534px;
	height: auto;
	float: left;
	margin-right: 0px;
	padding-right: 25px;
}
#t_box_r p{
	font-size:80%;
	font-weight:normal;
	line-height:160%;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: #595757;
	margin-top: 0px;
	padding-top: 0px;
}

/*----▽title,subtitle▽-----*/
#t_box_r h3{
	margin:0;
	padding:0;
}
#t_box_r h4{
	font-size:100%;
	font-weight:bold;
	line-height:170%;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #595757;
	background-image: url(../img/global/title_s_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 22px;
}
#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;
}
/*----△title,subtitle△-----*/

/*----▽contents_fix▽-----*/
#t_box_r #list01 {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 27px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#t_box_r #list01 li{
	font-size:80%;
	line-height:160%;
	color: #595757;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.pagetop{
	text-align:right;
	margin:0;
	padding:0;
}
hr{
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
.photo_lfr{
	padding:2px;
	margin-top:0px;
	border:solid 1px #595757;
	float:left;
	margin-right: 15px;
}
/*----△contents_fix△-----*/

/*----▽link▽-----*/
#t_box_r a:link {
	text-decoration: none;
	color:#808000;
}
#t_box_r a:visited {
	text-decoration: none;
	color:#663300;
}
#t_box_r a:hover {
	text-decoration: none;
	color:#999900;
}
#t_box_r a:active {
	text-decoration: none;
	color:#808000;
}
/*----△link△-----*/
/*------------▲contents▲--------------*/

/*------------▼footer▼----------------*/

#footer {
	height: 35px;
	width: 730px;
	clear: both;
	background-image: url(../img/footer/footer_back.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
	display:none;
}
/*------------▲footer▲----------------*/

