/*============================================================*
*  mco.css
*  version 0.1
*  yamakawa
*============================================================*/

@charset "utf-8";

/*============================================================*/
body {
  /* background-color: floralwhite; */
   background-color: #fffff4;
   background-image: url(wallppr004.gif);
   padding: 0;
   margin: 0;
}

h1 {  
  font-size: 24px;
}

h2 {  
    background-color: #F7FFFF;
    border-bottom: 1px solid #17BAE6;
    border-left: 5px solid #17BAE6;
    font-size: 1.2em;
    line-height: 30px;
    margin: 20px 0 0;
    text-indent: 10px;
}

h3 {  
  font-size: 20px;
  margin: 0;
  border-left: 10px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  text-indent: 10px;
  margin-top: 20px;
}

.wrapper {
  width: 760px;
  margin: 0 auto;
  padding: 5px 20px 40px;
}

.section {  
  margin-top: 20px;
  padding: 0 20px;
}

.wrapper, #header, #footer {  
  background-color: #ffffff;
}

/* header */
#header {  
  border-bottom: 1px solid #333333;
  padding: 5px 0;
  text-align: right;
}

#header div {  
  width: 800px;
  margin: 0 auto;
}

#header a#logo {  
  float: left;
}

#header_menu {  
  float: right;
}

#header_menu li {  
  display: inline;
  font-size: 12px;
}

#header_menu li a {  
  padding-left: 12px;
  background : url(../../images/sankaku2.gif) no-repeat left center;
}

#header_menu li a:hover {  
  background : url(../../images/sankaku3.gif) no-repeat left center;
}

#h1box h1 {  
  text-indent: 15px;
  border-left: 5px solid #ff9900;
  line-height: 1.2em;
}

#h1box p {  
  text-indent: 15px;
  border-left: 5px solid #ffcc66;
}

.section ul li {  
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}

.section ul li:first-child {
  margin-top: 0;
}

.section ul li p {  
  text-indent: 1em;
}

/* contents */
.contents {  
  overflow: hidden;
  margin-right: -20px;
  margin-top: 20px;
}

.contents a {  
  text-decoration: none;
}

.content_box {  
  padding: 0 2em;
}

.content_box dl dd {  
  padding-left: 1em;
}

/* table */
.mobile_list {  
  width: 100%;
  margin-top: 20px;
}

.mobile_list td {  
  text-align: center;
}

.list_header {  
  text-align: center;
}

.mobile_area {  
  margin-top: 20px
;
}

.mobile_area ul {  
  list-style: none;
  padding: 20px 0;
  width: 500px;
  margin: 20px auto 0;
  background-color: #f0f0f0;
  border: 1px solid #999999;
}

.mobile_area ul li {  
  float:left;
  text-align: center;
  width: 250px;
}

/* ?t?b?^?[ */
#footer {  
  border-top: 1px solid #333333;
  padding: 10px 0;
  text-align: center;
}

/* ?????????\???? */
div#apply {  
  margin: 20px auto;
  text-align: center;
}

div#apply a {  
  background : url(../../images/apply.gif) no-repeat;
  text-indent: -9999px;
  display: block;
  width: 300px;
  height: 40px;
  margin: 0 auto;
}

div#apply a:hover {  
  opacity: 0.8;
  filter: alpha(opacity=80); /* IE */
}

#detail {  
  width: 510px;
  margin: 0 auto;
}

#detail table {  
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

#detail table caption {  
  text-align: center;
}

#detail table th, #detail table td {  
  padding-left: 1em;
}

#detail table th {  
  width: 185px;
}

.product-image {  
  vertical-align: middle;
}

/* ???i??? */
.feature {  
  margin-top: 20px;
  padding: 0 20px;
}

.feature dt {  
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.feature dt:first-child {
  margin-top: 0;
}

.feature dd {  
  display: list-item;
  list-style: square inside;
  font-size: 16px;
}

.comment {  
  font-size: 12px;
  line-height: 16px;
  list-style-type: none;
  margin-top: 10px;
  color: #333333;
}
/*yamashiro20120725*/
.hosting {
  background-color: #98fb98;
  float: right;
  width: 350px;
  padding: 10px;
}
/*backup*/
/*.hosting {
  background-color: #98fb98;
  float: right;
  width: 350px;
  margin-left: 10px;
  margin-top: 5px;
}*/

.hosting_guide {
  background-color: #98fb98;
  padding: 5px;
}
