@charset "UTF-8";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] フッターブロック内に関する指定
[5] CSSデザインサンプルリンク指定
[6] トップページの指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
	font-size: 85%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
}

/* 全体を囲んでいます */
#wrapper {
	text-align: left;
	margin: 20px auto 0;
	width: 620px;
}

#footer {
	clear: both;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #AB0A1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/* 見出し */
h1 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  text-align: right;
}

/* サイトタイトル */
.logo {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AB0A1E;
}

.logo a {
	text-decoration: none;
	color: #A70116;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* -- グローバルナビ部分 -- */

#globalnavi {
	list-style-type: none;
	width: 620px;
	height: 20px;
}

#globalnavi li {
	width: 155px;
	float: left;
	height: 40px;
}

#globalnavi a {
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 40px;
	padding-top: 23px;
	display: block;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#globalnavi a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	color: #AB0A1E;
}

#category01 a {
	background-image: url(../images-all/top5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#category02 a {
	background-position: 0px 0;
	background-image: url(../images-all/top5.jpg);
	background-repeat: no-repeat;
}

#category03 a {
	background-position: 0px 0;
	background-image: url(../images-all/top5.jpg);
	background-repeat: no-repeat;
}

#category04 a {
	background-position: 0px 0;
	background-image: url(../images-all/top6.jpg);
	background-repeat: no-repeat;
}

#category01 a:hover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images-all/top6.jpg);
}

#category02 a:hover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images-all/top6.jpg);
}

#category03 a:hover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images-all/top6.jpg);
}

#category04 a:hover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#footer p {
	text-align: right;
	color: #666666;
}

#footer #cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding-right: 1em;
}

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.Menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 16px;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AE8249;
	text-decoration: none;
}
.Menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-indent: 10px;
}.Menu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

