@charset "UTF-8";
@import "reset.css";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #7B6842;
  text-decoration: underline;
}

a:visited {
  color: #6699cc;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img {
	border: none;
}

.align_right {
	text-align: right;
}

span {
	color: #ff0000;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 90%;
  text-align: center;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  background: #130C06;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 840px;
  background-color: #130C06;
  background: url("img/main_back.gif");
}

#header {
  width: 800px;
  background: url("img/header.jpg");
  height: 100px;
  margin: 0 20px 0 20px;
}

#globalnavi {
  width: 800px;
  position: relative;
  border-top: 1px solid #B39D71;
  border-bottom: 1px solid #B39D71;
  margin: 0 20px 0 20px;
  height: 28px;
}

#top_image {
  width: 800px;
  position: relative;
  background: url("img/top_image.jpg");
  margin: 0 20px 0 20px;
  border-bottom: 1px solid #999;
  height: 400px;
}

#sub_image {/*TOPページ以外*/
  width: 800px;
  position: relative;
  background: url("img/sub_image.jpg");
  margin: 0 20px 0 20px;
  border-bottom: 1px solid #B39D71;
  height: 190px;
}

#main {
  width: 800px;
  margin: 0 20px 0 20px;
  background-color: #020202;
}

#contents {
  float: left;
  width: 460px;
  margin: 0 0 0 0;
  padding: 0 0 30px 30px;
  background-color: #020202;
}

#contents2 {/*1カラム*/
  float: left;
  width: 740px;
  margin: 0 0 0 0;
  padding: 0 30px 30px 30px;
  background-color: #020202;
}

#sidebar {
  float: right;
  width: 250px;
  padding: 20px 30px 0 30px;
  background-color: #020202;
  font-size: 80%;
  margin: 0 0 30px 0;
}

#footer {
  clear: both;
  margin: 0 0 0 0;
  width: 840px;
  background: url("img/footer.jpg");
  height: 90px;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 80%;
  font-weight: normal;
  color: #7B6842;
  padding: 0 0 0 10px;
}

h1 a:visited{
  color: #7B6842;
  text-decoration: none;
}

p.mobile {
  font-size: 80%;
  float:left;
  margin: 0 3px 0 3px;
}



/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  padding: 14px 0 0 3px;
}

.logo a img{
  border: none;
}

/* -- 概要 -- */
.description {
  display: none;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 800px;
  list-style-type: none;
  position: absolute;
  background: url( "img/gn_back.gif");
  background-repeat: repeat-x;
}

#globalnavi li {
  width: auto;
  float: left;
}

#globalnavi li a {
}

#globalnavi li a:hover {
}

/* ---------------------------------------- #contents内の指定 */

#top_image p,
#sub_image P {
	display: none;
}

h2 {
  font-size: 100%;
  font-weight: bold;
  line-height: 30px;
  color: #7B6842;
  padding: 0 0 0 30px;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #B49E73;
  background: url( "img/h2_head.gif") no-repeat;
}

/* -- 文字 -- */
#contents2 p,
#contents p {
  font-size: 85%;
  line-height: 19px;
  margin: 0px 15px 15px;
  color: #999;
}

/* -- パン屑リスト -- */
#contents2 .topic-path,
#contents .topic-path {
  font-size: 90%;
  margin: 5px 0 10px 0;
}

#contents2 #news_topics,
#contents #news_topics {
  width:460px;
  margin-bottom:5px;
  padding: 0 0 0 0;
  overflow:auto;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

#sidebar ul {
  list-style-type: none;
}

#sidebar ul li {
	margin: 0 0 10px 0;
}


/* ---------------------------------------- #footer内の指定 */
#footer p{
  font-size: 70%;
  text-align: right;
  color: #7B6842;
  padding: 10px 30px 0 30px;
}

#footer p a {
  text-align: right;
  color: #7B6842;
  text-decoration: none;
}

/* System */
#system {

}

#system h3 {
	color: #999;
	font-size: 90%;
	border-left: 10px solid #999;
	margin: 20px 0 ;
	padding: 0 0 0 5px;
}

table {
	margin: 0 5px 0 5px;
	font-size: 80%;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
}

.red,
table .red {
	font-weight: bold;
	color: #ff0000;
}

table td,
table th {
	background-color: #E7E0D1;
	padding: 5px 5px;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
table th {
	background-color: #D2C8A6
}

table th.right,
table td.right {
	text-align: right;
}

table th.center,
table td.center {
	text-align: center;
}

/* Flow */

#flow {

}

#flow h3 {
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	background: url("img/blank.jpg") 12px 0px no-repeat #362803;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 10px 5px 0px 5px;
	padding: 5px 5px 5px 35px;
}

#flow p {
	margin: 0 5px 0 5px;
	padding: 5px 5px 5px 45px;
	background: url("img/arrow.jpg") 8px 0px no-repeat;
}


/* Therapist */
#therapist {
	font-size: 75%;
}

#therapist ul {
	float: left;
	width: 175px;
	background: #fff;
	list-style-type: none;
	margin: 0 2px 10px;
	padding: 3px;
	color: #6C5106;
}

#therapist ul li {
	line-height: 17px;
}

/* Recruit */

#recruit {
}

#recruit dl {
	font-size: 90%;
	margin: 0 5px 0 5px;
	padding: 0 0 0 10px;
}

#recruit dt {
	border-left: 8px #615105 solid;
	border-bottom: 1px #999 solid;
	padding: 3px 0 3px 5px;
	margin-bottom: 1px;
}

#recruit dd {
	border-left: 8px #D2C8A6 solid;
	padding: 10px 5px 10px 15px;
	margin-top: 0px;
}

/* Link */

#link {

}

#link ul{
	list-style-type: none;
	font-size: 70%;
	float: left;
}

#link ul li {
	width: 88px;
	height: 31px;
	margin: 0px;
}

#link ul li.name {
	height: 12px;
	overflow: hidden;
}

