@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #339900;
}
.clear {
	clear: both;
	display: block;
}
#wrapper {
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #CCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

div#header {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 50px;
	background-image: url(PNG/INDEX-OUTLET-02.png);
	background-repeat: repeat-x;
}
#header #mail {
	position: fixed;
	left: 450px;
	top: 20px;
}
#header #mail li {
	display: block;
	float: left;
	margin-right: 15px;
	list-style-type: none;
	font-size: 16px;
	letter-spacing: 0.1em;
}
#header #mail li a {
	color: #06F;
	text-decoration: none;
}

@font-face {
	font-family: 'fontello';
	/* [disabled]src: url('../font/fontello.eot?41725985'); */
	src: url('../font/fontello.eot?41725985#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?41725985') format('woff'),
       url('../font/fontello.ttf?41725985') format('truetype'),
       url('../font/fontello.svg?41725985#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?41725985#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mail:before {
	content: '\e800';
} /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */

#global {
	width: 100%;
	background-color: #060;
	top: 50px;
	position: fixed;
	left: 0px;
}
#global-parent  {
	margin-top: 10px;
	margin-right: auto;
	width: 800px;
	margin-left: auto;
}

#global-parent li {
	float: left;
	width: 90px;
	font-size: 14px;
	margin-right: 1px;
	text-align: center;
	display: block;
	list-style-type: none;
	letter-spacing: 0.1em;
}

#global-parent li a {
	display: block;
	color: #060;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	z-index: 100;
	background-color: #FFF;
	border-top-right-radius: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#global-parent li a:hover
   {
	border-bottom-color: #0F0;
}
#global-parent li .child {
	position: absolute;
	z-index: 10;
	display: none;
}
#global-parent li:hover .child {
	display: block;
}
#global-parent li .child li {
	float: none;
	border-top-right-radius: 0;
	width: 181px;
	list-style-type: none;
	letter-spacing: 0.1em;
	display: block;
	text-align: left;
}
#global-parent li .child li a {
	padding: 4px;
}

div#footer {
	width: 100%;
	background-color: #006600;
	color: #fff;
	position: fixed;
	left: 0px;
	bottom: 0px;
	/* [disabled]height: 70px; */
}
#footer  address{
	float: left;
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	letter-spacing: 0.1em;
}
#footer ul {
	padding-left: 10px;
	margin-top: 10px;
	font-size: 16px;
	list-style-type: none;
}
#footer ul li {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	letter-spacing: 0.1em;
}
#footer ul li a {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
#footer ul li a:hover
    {
	border-bottom-color: #0F0;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #CCC;
}
.large  {
	background-color: #FFF;
	padding: 5px;
	-moz-box-shadow: 3px 3px 2px #666;
	-webkit-box-shadow: 3px 3px 2px #666;
}
.small   {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	background-color: #FFF;
	padding: 5px;
	-webkit-box-shadow: 3px 3px 2px #666;
	-moz-box-shadow: 3px 3px 2px #666;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #333;
	padding-bottom: 5px;
	font-size: 20px;
	color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
h2  {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #060;
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.7em;
}
h3  {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.7em;
}
h4  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.7em;
}
h5 a  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #FFF;
	color: #090;
	text-decoration: none;
	width: 180px;
	padding-top: 5px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	letter-spacing: 0.1em;
	font-style: normal;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #090;
	line-height: 1.3em;
}
h5 a:hover {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0C0;
	border-bottom-color: #090;
	color: #FFF;
	background-color: #666;
}
p  {
	line-height: 1.7em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
address   {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-style: normal;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
#contents  ul{
	margin: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
	line-height: 1.7em;
}
#contents ul  li{
	text-decoration: none;
}
#credit ul   {
	margin: 10px;
	list-style-type: none;
}
#credit ul li   {
	float: left;
	padding-right: 10px;
}
dl  {
	margin: 20px;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
dl dt  {
	margin-top: 15px;
	font-weight: bold;
}
#contents dl .icon-facebook  , #contents dl .icon-phone,{
	text-decoration: none;
	color: #06F;
}
dl dd  {
	margin-top: 10px;
}
dl dd address  {
	padding: 0px;
	margin: 0px;
}
dl a  {
	text-decoration: none;
	color: #06F;
}
dl a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0F0;
}
.map  {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
}
.menu    ul li{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
}
.menu table{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	text-align: left;
}
.menu table td{
	padding: 5px;
}
.link table {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
}
.link table td {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.link table td a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #090;
	text-decoration: none;
	background-color: #FFF;
	width: 180px;
	display: block;
	text-align: center;
	padding-top: 5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #090;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	margin-right: 5px;
	margin-left: 5px;
}
.link table td a:hover {
	color: #FFF;
	background-color: #666;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #0C0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}
#bus a {
	position: relative;
	top: 120px;
}
