@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
	color: #600;
	text-decoration: none;
}

a:visited {
	color: #633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C00;
}

a img { border: none; }



/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 12px;
	text-align: center;
	font-family: "font-family: Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	color: #630;
  
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 1000px;
	border: 0px solid #cccccc;
	background-attachment: scroll;
	background-image: url(img/back.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#header {
	width: 1000px;
	background-image: url(img/top.png);
	height: 340px;
	float: left;
}

#globalnavi {
  width: 100%;
  
}

#container {
	width: 950px;
	float: left;
	background-image: url(img/back.png);
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}

/* 実質700px */
#contents {
	float: left;
	width: 250px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 2em;
	padding-left: 50px;
}

#footer {
	border-top: 0px solid #cccccc;
	color: #666666;
	background-repeat: no-repeat;
	clear: both;
	width: 1000px;
	padding-right: 0;





	padding-bottom: 1
.em;
	padding-left: 0;
	height: 130px;
	background-image: url(img/footer.png);
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	font-family: "font-family: Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
    margin-bottom: 0.5em;
  
}


/* -- 概要 -- */
.description {}


/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }
/* -- 文字 -- */
.contents p {
	line-height: 2em;
	margin-bottom: 0.7em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#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; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; 
          }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
#wrapper #container .contents {
	float: left;
	width: 300px;
	padding-left: 50px;
	line-height: 2em;
}
#footer .foot-right {
	float: right;
	width: 400px;
	padding-top: 60px;
}
#wrapper #header .totop {
	float: right;
	padding-right: 50px;
	padding-top: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}
#back {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
