﻿@charset "UTF-8";

/*** visual ***/
body {
  background-image: url(../img/shellfactory/01_top_09_yellowgreen_s.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
#header {
  background: url(../img/shellfactory/photo_whitebg_02_small.png) 
	no-repeat 0px 10px;
}
#header h1 {
  margin-left: 110px;
}
#header h2 {
  margin-left: 110px;
}
#content h1 {
  background: url(../img/shellfactory/l-size_bluegreen.gif) 
	no-repeat top left;
  padding-left: 26px;
  margin-bottom: 14px;
  border: none;
}
#content h2 {
  background: url(../img/shellfactory/m-size_cyan.gif) 
	no-repeat top left;
  padding-left: 22px;
  margin-bottom: 14px;
}
#content ul {
  list-style: url(../img/shellfactory/stripe_bluegreen.gif);
}
#wrapper-right h3 {
  background: url(../img/shellfactory/m-size_green.gif) 
	no-repeat top left;
  padding-left: 22px;
}

#content p {
  margin: 2em 1em;
}
