/*　スタイルシート基本　変更不可　*/

* {
	font-family: "MeiryoKe_PGothic", "メイリオ", sans-serif;
}
body {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
  font-size: x-large;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  line-height: 60px;
/*line-heightはロゴの縦幅*/
}
h1 a {
  text-decoration: none;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
h4, h5, h6 {
	font-size: small;
}
ol, ul {
	padding: 0;
  margin-left: 1.5em;
}


#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}

#header {
	padding: 5px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 800px;
	border-top-width: 20px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#header-name {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#header-appeal {
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 80px;
/*heightはロゴの縦幅*/
}
#header-appeal p {
	font-size: small;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
#header-logo {
  float: right;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

#contents {
	width: 800px;
	clear: both;
	padding: 0px 0px 5px;
}

#center-right {
	float: right;
	width: 620px;
	font-size: small;
}
#center-right h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#center-right h3 {
	font-size: small;
	padding: 0px;
	margin-top: 0px;
}
#center {
	width: 460px;
	float: left;
	padding: 0px;
}
#center h2 {
	float: left;
	text-indent: 10px;
	width: 449px;
}
.center-title {
	padding: 0px;
	height: 21px;
	clear: both;
}
.business {
	padding: 10px 0px 0px;
	margin: 0px 0px 10px;
	clear: both;
}

#right {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 150px;
	float: right;
}
#right .message {
	border-width: 1px;
	border-style: solid;
}

#link {
	padding: 0px;
	margin: 10px 0px 0px;
}

#left {
	width: 171px;
}
#left h2 {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#left h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#office-photo {
	margin-bottom: 20px;
}
.office {
	margin-bottom: 20px;
}
.myBox
{
	margin: 0;
	padding: 0px;
	height: 1px;
	border: 1px solid;
}
.office1 {
}
.office1 h2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.office2 {
	border: 1px solid;
}
.office2-s {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#link_left {
	padding: 0px;
	margin: 10px 0px 0px;
}

#link_left img {
	vertical-align: middle;
}

#footer {
	clear: both;
	font-size: x-small;
	text-align: center;
	line-height: 1.4em;
}

.return {
	text-align: right;
}

p {
	font-size: small;
	line-height: 1.4em;
	color: #333333;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.p80 {
	font-size: 80%;
}
.p70 {
	font-size: 70%;
}
.p60 {
	font-size: 60%;
}

.liststyle1 {
	font-size: small;
	line-height: 1.4em;
	margin-top: 5px;
	color: #333333;
}
.liststyle2 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.liststyle3 {
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
	padding: 0px 0px 0px 15px;
	margin-left: 0px;
	list-style-position: outside;
	font-size: small;
}
img {
	border: none;
}

.unvisible {
	display: none;
}
.red {
	color: #FF0000;
}
.deco {
	background-image:  url(../img/deco.gif);
	height: 21px;
	width: 9px;
	float: left;
}

/*　floatのclear　ここから*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/*　floatのclear　ここまで*/

/* CSS切り替え部分のスタイル*/
p#style_select {
	position: absolute;
	left: 0px;
	top: 0px;
}

