@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1;
	color: #FFFFFF;
	background: #2c2c2c url(images/bg-green2.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


/*リンク設定
------------------------------------------------------------------
aがリンクですよ〜という色で、a:hoverがカーソルが乗った時の色。
------------------------------------------------------------------*/
a {
	color: #063;
}
a:hover {
	color: #093;
}


/*右上h1タグの設定。10pxが文字サイズ。
------------------------------------------------------------------*/
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテナー
------------------------------------------------------------------
中央と右側の黒い背景の下が揃うように画像で指定しています。
つまり、imagesフォルダに入っているcontainer_bg.gifの黒い色をあなたの
好きな色に編集して上書きすればその色になるという事。
------------------------------------------------------------------*/
#container {
	background: url(images/container_bg2.gif) repeat-y;
	margin: 10px auto 8px;
	width: 903px;
	text-align: left;
}
#container2 {
	background: #000000;
	line-height: 0;
	margin: 10px auto 8px;
	width: 903px;
	text-align: left;
}
#container3 {
	
	margin: 0px auto 0px;
	width: 903px;
	
}

/*メインメニュー
------------------------------------------------------------------*/
ul#menu {
	list-style-type: none;
	margin: 8px 0px;
	padding: 0px;
	font-size: 12px;
}

/*メインメニューのリンク設定
------------------------------------------------------------------*/
ul#menu a {
	background: url(images/menu_bg-green.gif) no-repeat;
	height: 38px;
	margin-bottom: 3px;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
ul#menu a:hover {
	background: url(images/menu_bg_over-green.gif) no-repeat;
}


#menu2{
  margin: 0;
  padding: 0;
  width: 903px;
  font-size:10px;
  overflow: hidden; /*はみ出した部分を見えなくする*/
}

#menu2 ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu2 li{
	display: block;
	line-height: 15px;
  float: left;
  width: 98px;
  margin: 1px;
  padding: 0;
}

#menu2 a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width:100%;
  background: url(images/menu2-green.jpg) no-repeat;
  color:#ffffff;
  text-decoration: none;
}

#menu2 a:hover{
  background: url(images/menu1-green.jpg) no-repeat;
  color: #ffffff;
  text-decoration: none;
}

ul#menu2 li.last {
	margin-right: 0;
}


/*コンテンツ、サブコンテンツ（変更しない）
------------------------------------------------------------------*/
#contents {
	float: left;
	width: 903px;
}

#contents2 {
	float: left;
	width: 903px;
}

#sub {
	float: left;
	width: 196px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 680px;
	padding: 10px;
}
#main h2 {
	width:600px;
	height:30px;
	font-size: 100%;
	background:url(images/h2-green.jpg) no-repeat;
	padding-left: 10px;
	padding-top: 5px;
}
#main h3{
	width:652px;
	height:40px;
	background:url(images/h3-green.jpg) no-repeat;
	padding-top: 10px;
	text-indent: 10px;
}
#price h2 {
    width:240px;
	height:27px;
	font-size: 100%;
	background:url(images/p-h2.jpg) repeat-x;
	padding-left: 0px;
	padding-top: 5px;
}
#price h3 {
    width:300px;
	height:48px;
	font-size: 100%;
	background:url(images/p-h3.jpg) repeat;
	padding-left: 0px;
	padding-top: 5px;
}
#main p,#side p {
	margin: 1em 10px;
}
/*メインコンテンツ内のリストタグ
------------------------------------------------------------------*/
#main ul {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
#main ul li {
	margin-top: 1em;
	margin-bottom: 1em;
}


/*サイド（一番右側）コンテンツ
------------------------------------------------------------------*/
#side {
	float: right;
	width: 176px;
	margin-left: 8px;
	padding: 10px;
}
#side h3 {
	font-size: 100%;
	border: 3px double #666666;
	line-height: 20px;
	text-align: center;
}


/*フッター（変更不要）
------------------------------------------------------------------*/
#footer {
	background: #000000;
	clear: both;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}
#footer2 {
	background: #000000;
	clear: both;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#footer a {
	color: #FFFFFF;
}
#footer2 a {
	color: #333333;
}




/*clearfix（変更しない）
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
