@charset "utf-8";

/* ページ全体
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  border-top: 5px solid #000000;
  font-size: 13px;
  color: #666666;
  background: #f5f5f5;
}
#header {
  height: 123px;
  background: url(../images/headbk2.png) repeat-x;
}
#header  .inner {
  margin: 0 auto;
  width: 925px;
}
#content {
  border-top: 2px solid #696969;
  background: #f5f5f5;
}
#content .inner {
  margin: 0 auto;
  padding: 10px 0px 30px;
  width: 925px;
}
#content .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#topicpath {
  padding: 0 0 6px 0;
}
#main {
  float: left;
  width: 680px;
  background: none;
}
#sub {
  float: right;
  width: 225px;
  padding: 0 2px;
  background: none;
  overflow:hidden;
}
#footer {
  margin: 0;
  height: 130px;
  background: #708090;
  border-bottom: 2px solid #ffffff;
}
#footer  .inner {
  margin: 0 auto;
  width: 925px;
}
h2 {
  margin: 0;
}
h3 {
  font-size: 180%;
  margin: 10px 0;
}
h4 {
  font-size: 150%;
  margin: 5px 0;
}
p {
  margin: 10px 0;
  line-height: 1.7;
}

/* リンクと画像
---------------------------------------------------- */
a {
  text-decoration: none;
  color: #0000cd;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
  margin-bottom: 10px;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
img.bottom {
  margin-top: 15px;
  -webkit-box-shadow: 0px 7px 5px -2px #ccc;
  -moz-box-shadow: 0px 7px 5px -2px #ccc;
  box-shadow: 0px 7px 5px -2px #ccc;
}
img.shadow {
  -webkit-box-shadow: 0px 2px 3px 2px #ccc;
  -moz-box-shadow: 0px 2px 3px 2px #ccc;
  box-shadow: 0px 2px 3px 2px #ccc;
}
.orderbtn {
  margin-top: 12px;
  text-align: center;
}

/* ヘッダ
---------------------------------------------------- */
#header .inner {
  position: relative;
  height: 123px;
} 
#header ul {
  margin: 0;
  padding: 0;
} 
#logo {
  position: absolute;
  top: 0;
  left: 0;
}
#logo h1 {
  margin: 6px 0 1px 0 ;
  padding: 0;
  font-size: 100%;
}
ul#social-link {
  position: absolute;
  top: 20px;
  right:0;
  background: none;
  float: right;
}
ul#social-link li {
  float: left;
  display: block;
  padding-left: 10px;
}
#headnav img {
  margin-left: 7px;
}
ul#globalnav li {
  position: absolute;
  top: 80px;
  display: block;
}
ul#globalnav li a {
  display: block;
}
ul#globalnav li.item01 { left: 0; }
ul#globalnav li.item02 { left: 185px; }
ul#globalnav li.item03 { left: 370px; }
ul#globalnav li.item04 { left: 555px; }
ul#globalnav li.item05 { left: 740px; }
ul#globalnav li.item01 a { background: url(../images/navtophover.png) no-repeat; }
ul#globalnav li.item02 a { background: url(../images/navplanhover.png) no-repeat; }
ul#globalnav li.item03 a { background: url(../images/navoptionhover.png) no-repeat; }
ul#globalnav li.item04 a { background: url(../images/navflowhover.png) no-repeat; }
ul#globalnav li.item05 a { background: url(../images/navorderhover.png) no-repeat; }
ul#globalnav li a:hover img { visibility: hidden; }

/* トピックパス（パンくずリスト）
---------------------------------------------------- */
#topicpath {
  margin-bottom: 3px;
  font-size: 93%;
}

/* メインコンテンツ全体
---------------------------------------------------- */
img.title {
  margin: 0;
  vertical-align:bottom;
}
.top-price {
  margin: 0 0 15px 0;
  background: #ffffff;
  padding: 0;
  font-size: 110%;
  -webkit-box-shadow: 0px 0px 5px 2px #ccc;
  -moz-box-shadow: 0px 0px 5px 2px #ccc;
  box-shadow: 0px 0px 5px 2px #ccc;
}
.top-about {
  padding:15px 15px 10px 30px;
}
.order-btn {
    margin: 20px 0;
}
.order-btn a {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    display: block;
    width: 250px;
    height: 30px;
    padding: 17px 0;
    margin: 10px auto;
    background: url('../images/order-btn.png') no-repeat;
    color: #FFF;
}
.order-btn a:hover {
    background: url('../images/order-btnhover.png') no-repeat;
}
h2 {
    padding-bottom: 5px;
    background: url(../images/h2-bg.png) no-repeat bottom;
}
h2.normal {
  margin: 0;
  padding: 0;
  font-size: 110%;
  background: none;
}
h3.normal {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 110%;
  background: none;
}
h3.orange {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 130%;
  color: #d2691e;
  background: none;
}
p.normal {
  margin: 10px 0;
}
.whitebg {
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 1px #ccc;
  -moz-box-shadow: 0px 3px 3px 1px #ccc;
  box-shadow: 0px 3px 3px 1px #ccc;
}
.float {
  margin: 0;
}
img.float {
  float: right;
}
.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 基本プラン
---------------------------------------------------- */
p.plan-normal {
  margin: 5px 0 10px 15px;
}

/* 納品までの流れ
---------------------------------------------------- */
h3.flow {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 112%;
  background: none;
}

/* お申込み
---------------------------------------------------- */
div.scrollbox {
width: 550px;
background-color: #ffffff;
border: 1px #c0c0c0 solid;
font-size: 80%;
}
div.scrollbox h3 {
margin: 0;
padding: 5px 10px;
background-color: #f5f5f5;
border-bottom: 1px #c0c0c0 dotted;
font-size: 110%;
}
div.scrollbox div.scrollbox-text {
height: 150px;
overflow: auto;
}
div.scrollbox div.scrollbox-text p {
margin: 1em 10px;
}
p.bold {
  margin:20px 0 0 0;
  font-weight: bold;
  font-size: 110%;
}
form {
  margin: 0;
  padding: 0 50px;
  background: none;
}
p.center {
  text-align: center;
}
table.order {
	width: 90%;
	border: solid 1px;
	margin: 0;
	border-collapse: collapse;
    border-spacing: 0;
}
td.order {
    background: #fff;
	padding: 10px 10px 0 10px;
}
.center {
  text-align: center;
  margin:15px 0 0 0;
}

/* よくあるご質問
---------------------------------------------------- */
ul#faq {
  margin: 5px 0 15px 0;
  padding: 10px 0 0;
  width: 630px;
}
ul#faq li {
  display: block;
  list-style-type:none;
}
ul#faq li a {
  display: block;
  padding: 10px 0 8px 60px;
  width: 590px;
  line-height: 0.8;
  font-size: 14px;
  color: #000000;
  background: url(../images/faqbg.png) no-repeat;
}
ul#faq li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(../images/faqbghover.png) no-repeat left center;
}
h3.question {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  margin: 8px 0;
  color: #ffffff;
  background: url(../images/questionbg.png) no-repeat;
}
p.answer {
  margin: 8px 0 20px 0;
  padding-left: 15px;
  line-height: 1.7;
}
img.faqmail {
  margin: 3px 0 0 0;
  padding:0;
}

/* サイトマップ
---------------------------------------------------- */
table {
	width: 100%;
	border: none;
	margin: 0;
	border-collapse: collapse;
    border-spacing: 0;
}
tr {
	border: solid 1px #ddd;
}
th {
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 15px 15px;
	white-space: nowrap;
	width: 200px;
}
td {
    background: #fff;
	padding: 15px 15px;
}
ul.sitemap {
  margin-top: 15px;
  list-style-type: circle;
  background: none;
}
li.sitemap {
  margin: 8px 0;
}

/* ご利用規約
---------------------------------------------------- */
h3.policy {
  font-size: 130%;
}

/* サンプル
---------------------------------------------------- */
.samples {
  padding: 0;
  margin: 0;
  background: none;
}
.samples ul {
  margin: 0;
  padding: 0;
}
.logo-samples {
	cursor: default;
	list-style: none;
}
.logo-samples a {
	cursor: default;
}
.logo-samples a .preview {
	display: none;
}
.logo-samples a:hover .preview {
	display: block;
	position: absolute;
	top: -180px;
	right: -210px;
	z-index: 1;
}
.logo-samples img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 199px;
	height: 150px;
}
.logo-samples li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0 0 13px 0;
	padding: 5px;
	position: relative;
}
.logo-samples li.left {
    margin-right: 13px;
}
.logo-samples li.right {
    margin-left: 13px;
}
.logo-samples .preview {
	border-color: #000;
	width: 380px;
	height: 285px;
}
.samples a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=90);
}
.samples:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 特定商取引法に基づく表記
---------------------------------------------------- */
img.mail {
  margin: 0;
  padding:0;
}

/* トピックス
---------------------------------------------------- */
h3.topics {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0 5px 10px;
}
p.topics {
  margin: 5px 0 15px 10px;
}
h3.topics-2 {
  font-size: 120%;
  font-weight: bold;
  margin: 15px 0 5px 0;
  color: #d2691e;
}
img.branding-banner {
  margin: 10px 0 15px;
}

/* アンケート
---------------------------------------------------- */
p.survey {
  margin-left: 50px;
}

/* サイドバー
---------------------------------------------------- */

ul#localnav {
  margin: 0;
  padding: 10px 0 0;
}
ul#localnav li {
  display: block;
}
ul#localnav li a {
  display: block;
  padding: 0.9em 0 0.9em 30px;
  width: 225px;
  line-height: 1.0;
  color: #ffffff;
  background: url(../images/lnavbg.png) no-repeat;
}
ul#localnav li a:hover {
  text-decoration: none;
  background: url(../images/lnavbghover.png) no-repeat left center;
}
.side-whitebg {
    width: 221px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 1px #ccc;
    -moz-box-shadow: 0px 3px 3px 1px #ccc;
    box-shadow: 0px 3px 3px 1px #ccc;
}
.side-whitebg img {
    margin: 5px 20px;
}
p.news-title {
   margin: 12px 0 0 15px;
   font-size: 13px;
   text-decoration: underline;
}
p.news {
   font-size: 11px;
   margin: 3px 0 10px 15px;
}
p.sample {
   font-size: 11px;
   margin: 0 0 10px 18px;
}
img.sidefirst {
  margin: 0;
  vertical-align: bottom;
}
ul#plannav {
  margin: 0 0 15px 0;
  padding: 0;
}
ul#plannav li {
  display: block;
}
ul#plannav li a {
  display: block;
  padding: 13px 0 13px 30px;
  width: 225px;
  line-height: 1.8;
  color: #ffffff;
  font-size: 13px;
  background: url(../images/plannavbg.png) no-repeat;
}
ul#plannav li a:hover {
  text-decoration: none;
  background: url(../images/plannavbghover.png) no-repeat left center;
}

img.sideplanfirst {
  margin: 15px 20px 5px 20px;
}

/* フッタ
---------------------------------------------------- */
#footer {
  padding-top: 15px;
  line-height: 1.0;
  font-size: 100%;
}
#footer a {
  color: #ffffff; 
}
h2#footer-id {
  font-size: 100%;
  font-weight: normal;
  margin: 2px 0 12px 0;
  padding-bottom: 9px;
  color: #ffffff; 
  text-align: center;
}
div#footer-menu {
   position:relative;
   overflow:hidden;
}
#footer ul {
  text-align: center;
  margin-top: 2px;
  padding: 0;
}
#footer li {
  list-style-type: none;
  display: inline-block;
  display: inline;
  padding: 0 5px;
  color: #ffffff;
}
#footer li:first-child {
  display: inline;
}
#copyright:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#copyright {
  margin: 8px 0 0 0;
  color: #ffffff; 
  text-align: center;
}

/* 予備
---------------------------------------------------- */
