﻿body	{
	 background-image:url(../img/backorange18.jpg);

}

a	{color: #996600}

img {border:none}
.style1 {color: #000000}
.style2 {color: #0000FF}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #996600;
	background-image: url(../img/ski2.jpg);
	padding: 28px 20px 98px}

div#header h1	{color: #ffffff;
	font-size: 1.5em;
margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #000000}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	border-right: solid 1px #AC8E48}

ul#menu li a:hover	{background-color: #d2691f}

/* コンテンツ */
div#content	{width: 760px;
background-image: url(../img/backothera04.jpg);

	 background-repeat:repeat-y;
background-position:center;
	margin-left: auto;
	margin-right: auto

}

div#content h2	{font-size:12px;
	 margin-top:0px;
	 padding-bottom:8px;
	 margin-bottom:5px;
margin-left: 12px;
}

div#content h3	{background-color: #CABC73;
	background-image: url(../img/ai3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 1.0em;
	line-height: 35px;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 80px;
	margin-right: 12px}

div#content p	{font-size: 1.0em;
color: #330000;
	line-height: 1.6;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 80px;
	margin-right: 60px}

div#content hr{
font-size:20px;
	margin: 0px 60px 0px 60px;
	color: #8B4F2C;

}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}
