/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #f4b800;
	margin-bottom: 10px;
}
#wrap {
	padding: 10px;
}

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #660000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000099;), to(#000099));
	font-size: 90%;
	width: 300px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 74px;
	padding: 8px 0;
	/*121120*/
	height: 15px;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}


section, nav {
	margin-bottom: 1em;
}
h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #f4b800;
	margin-bottom: 1em;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}
aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}
footer {
	padding-top: 10px;
}
#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ラインナップ
--------------------------------------------------- */
/* メニュー
---------------------------------------------------- */
ul#menu {
  margin: 0;
  padding: 0;
  width: 300px;
  list-style: none;
  color: #794c2c;
  background-color: #eee9e2;
}

ul#menu li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: small;
}

ul#menu li span {
  display: block;
  font-size: medium;
  font-weight: bold;
}

li#b01 a { background: url(../img/1.gif) 7px 5px no-repeat; }
li#b02 a { background: url(../img/2.gif) 7px 5px no-repeat; }
li#b03 a { background: url(../img/3.gif) 7px 5px no-repeat; }
li#b04 a { background: url(../img/4.gif) 7px 5px no-repeat; }
li#b05 a { background: url(../img/5.gif) 7px 5px no-repeat; }
li#b06 a { background: url(../img/6.gif) 7px 5px no-repeat; }
li#b07 a { background: url(../img/7.gif) 7px 5px no-repeat; }
li#b08 a { background: url(../img/13.gif) 7px 5px no-repeat; }

li#r01 a { background: url(../img/8.gif) 7px 5px no-repeat; }
li#r02 a { background: url(../img/9.gif) 7px 5px no-repeat; }
li#r03 a { background: url(../img/10.gif) 7px 5px no-repeat; }

li#l01 a { background: url(../img/11.gif) 7px 5px no-repeat; }
li#l02 a { background: url(../img/12.gif) 7px 5px no-repeat; }

li#o01 a { background: url(../img/14.gif) 7px 5px no-repeat; }

ul#menu li a {
  display: block;
  min-height: 63px;
  padding: 5px 7px 5px 80px;
  border-bottom: 1px dotted #000000;
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
}

ul#menu li a:hover {
  color: #794c2c;
  background-color: #FFFFFF;
}


/* テキストリスト
--------------------------------------------------- */
.text_l {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}