/* 深緑：66AA00 緑：99CC00 オレンジ：FF9900 */

/*__________________________________________________

  ページ全体の設定
  __________________________________________________*/
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: url("../img/bgBody.gif") #99CC00;
	font-size: small;
	font-family: Meiryo, Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #000000;
}

/*__________________________________________________

  その他
  __________________________________________________*/

/* フロート回り込み解除
--------------------------------------------------- */
br.clear {
    clear: both;
    /*display: none;*/
    font-size: 0px;
    line-height: 0%;
    height: 0px;
}

/* 全体に適用するリンクの設定
--------------------------------------------------- */
a {
	color: #66AA00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}


/*__________________________________________________

  ラップ
  __________________________________________________*/
div#wrap {
	width: 852px;
	height: auto;
	margin: 0 auto;
}



/*__________________________________________________

  ヘッダ
  __________________________________________________*/
div#header {
	width: auto;
	height: 230px;
	background: url("../img/bgHeader.gif") repeat-x #FFFFFF;
	padding: 0 15px;
}


/* メイン画像
--------------------------------------------------- */
div.mainImage {
	height: 100%;
	padding: 10px 0 0 0;
	background: url("../img/mainImage.gif") 100% 90% no-repeat;
}


/* タイトル
--------------------------------------------------- */
div#header h1 {
	float: left;
	color: #FF9900;
	width: 567px;
	height: 77px;
	text-indent: -9999px;
	background: url("../img/logo.gif") no-repeat;
	margin: 20px 0 20px 0;
}


/* メインサイトへのリンク
--------------------------------------------------- */
div.mainSite {
	float: right;
	width: 255px;
	line-height: 150%;
}
div.mainSite ul {
	list-style-image: url("../img/icoArrow.gif");
}

/* リンク */
div.mainSite a {
	font-weight: bold;
	margin: 0 0 0 1em;
}


/* 説明
--------------------------------------------------- */
div.description {
	width: 500px;
    line-height: 160%;
}


/*__________________________________________________

  コンテンツ
  __________________________________________________*/
div#content {
	width: auto;
	height: auto;
	padding: 0 15px 15px 15px;
	background-color: #FFFFFF;
	line-height: 160%;
}
#content:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



/*__________________________________________________

  フッタ
  __________________________________________________*/
div#footer {
	width: auto;
	height: 50px;
	margin: 0 0 5em 0;
	padding: 20px 15px;
	background: #66AA00;
	color: #FFFFFF;
}

/* リンク
--------------------------------------------------- */
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}



/*__________________________________________________

  コンテナ
  __________________________________________________*/
div.container {
	margin: 0 0 2em 0;
	padding: 10px;
	background: url("../img/bgContainer.gif") #F9F9F9;
	border: 1px solid #EEEEEE;
}




/*__________________________________________________

  見出し
  __________________________________________________*/

h2 {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
	background: url("../img/bgH2.gif") 0% 100% repeat-x;
	font-size: large;
}

h3 {
	border-left: 5px solid #FF9900;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5px;
	color: #99CC00;
	font-size: medium;
}



/*__________________________________________________

  リスト
  __________________________________________________*/
ol {
	list-style-type: none;
}

ol li {
	margin: 0 0 2em 0;
	padding: 0 0 0 30px;
	border-left: 5px solid #DDDDDD;
}

ol li.order1 {
	background: url("../img/imgOrder1.gif") 0% 0% no-repeat;
}
ol li.order2 {
	background: url("../img/imgOrder2.gif") 0% 0% no-repeat;
}
ol li.order3 {
	background: url("../img/imgOrder3.gif") 0% 0% no-repeat;
}



/*__________________________________________________

  汎用
  __________________________________________________*/

/* テキスト
--------------------------------------------------- */
p {
	margin: 0 0 1em 0;
}

p.style2 {
	margin: 0 0 2em 0;
}



/* 強調
--------------------------------------------------- */
strong {
	font-weight: bold;
	color: #FF9900;
}

/* 小さい文字
--------------------------------------------------- */
.mini {
	font-size: 80%;
}


