@charset "UTF-8";

body {
  background:url(../images/background.png) repeat-y center;
  margin:0;
  padding:0;
  font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meryo","メイリオ","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
  font-size:11px;
  color:#333;
}

a img {
  border:none;
}

sup {
  font-size:4px;
}

sup a {
  text-decoration:none;
}

p.note {
  font-size:smaller;
  color:#666;
  margin:.5em 0;
}

/*
 * header
 */

#header {
  background:url(../images/title.png) no-repeat;
  height:130px;
  width:900px;
  margin:0 auto;
  position:relative;
}

#header h1 {
  text-indent:-9999px;
  font-size:10px;
  margin:0;
}

#header ul {
  margin:0;
  padding:0;
}

#header ul li {
  margin:0;
  padding:0;
  display:inline;
}

#header #descmenu {
  position:absolute;
  top:10px;
  left:690px;
  font-size:10px;
}

#header #descmenu a {
  margin:5px;
  text-decoration:none;
  color:#666;
}

#header #menu {
  position:absolute;
  top:80px;
  left:295px;
  font-size:10px;
  width:450px;
  height:20px;
}

#header #menu li {
  display:block;
  position:relative;
  top:0;
  list-style:none;
  height:20px;
  margin:0;
  padding:0;
}
#header #menu li a {
  display:block;
  margin:0;
  padding:0;
  width:100%;
  height:20px;
  text-indent:-9999px;
  overflow:hidden;
}
#header #menu #menuHome {
  left:0;
  width:60px;
}
#header #menu #menuService {
  top:-20px;
  left:105px;
  width:115px;
}
#header #menu #menuAbout {
  top:-40px;
  left:250px;
  width:215px;
}

#header #menu a {
  margin:5px;
  text-decoration:none;
  color:#666;
}

/*
 * footer
 */

#footer {
  clear:both;
  margin:20px auto 10px auto;
  padding:20px 0 0 0;
  width:880px;
  text-align:center;
}

/*
 * content
 */

#content {
  width:880px;
  margin:0 auto;
  position:relative;
  border:1px solid #fff;;
}

/*
 * sidemenu
 */

#sidemenu {
  width:187px;
  float:left;
  font-size:10px;
}

#sidemenu h2 {
  background:url(../images/sidemenu_h2.png);
  height:12px;
  color:#fff;
  font-size:12px;
  line-height:1;
  padding:10px 0;
  text-align:center;
  margin:0;
}

#sidemenu ul {
  margin:0 0 0 0;
  padding:10px 0 10px 20px;
  border:1px solid #c1c1c1;
}

#sidemenu ul a {
  text-decoration:none;
  line-height:1.5;
}

/*
 * mainblock
 */

#mainblock {
  /*left:200px;*/
  /*position:absolute;*/
  width:675px;
  float:left;
  padding-left:15px;
}

#mainblock h2 {
  margin:0;
  background:#ff6060 url(../images/h2.png);
  color:#fff;
  font-size: 12px;
  line-height:2.5;
  padding-left:10px;
  height:30px;
  clear:both;
}

#mainblock h3 {
  margin:.8em 0;
  padding:0;
  font-size: 12px;
}

#mainblock #pr {
  border:1px solid #ccc;
  height:250px;
  margin-bottom:10px;
  padding:0;
}

#mainblock #pr h2 {
  margin:0;
  background:#ff6060;
  color:#fff;
  font-size: 12px;
  line-height:2.5;
  padding-left:10px;
  height:30px;
}


/*
 * サポートの流れ
 */

#flow {
  clear: both;
}

#flow .step {
  width:214px;
  height:140px;
  float:left;
  padding:5px;
  border-left:1px solid #fcc;
  margin-top:10px;
}

#flow #step1, #flow #step4 {
  border-left:none;
}
#flow #step1, #flow #step2, #flow #step3 {
  border-bottom:1px solid #f99;
}
#flow #step4, #flow #step5 {
  margin-top:0;
}

#flow .step h3 {
  margin:12px 0 0 35px;
  font-size:1em;
  line-height:1;
}

#step1 {
  background:url(../images/step1.png) no-repeat;
}
#step2 {
  background:url(../images/step2.png) no-repeat;
}
#step3 {
  background:url(../images/step3.png) no-repeat;
}
#step4 {
  background:url(../images/step4.png) no-repeat;
}
#step5 {
  background:url(../images/step5.png) no-repeat;
}
#step6 {
  background:url(../images/step6.png) no-repeat;
}

/*
 * sideflow
 */
#sideflow {
  float: right;
  width: 200px;
  padding-left:20px;
  padding-top:10px;
}

#sideflow h3 {
  margin:0;
  background:#3333ff url(../images/h2side.png);
  color:#fff;
  font-size: 12px;
  line-height:2.5;
  padding-left:10px;
  height:30px;
  clear:both;
}

#sideflow h4 {
  font-size: 1em;
  line-height:1;
  margin:7px 0 15px 40px;
}

#sideflow p {
  margin:5px;
  padding:0;
  font-size:smaller;
}

#sideflow .step {
  padding-left:0;
  padding-top:10px;
  height:150px;
  border-bottom:1px dotted #ccc;
}


/*
 * FAQ
 */

dl.faq {
}
dl.faq dt {
	background:url(../images/q.png) left top no-repeat;
	height:30px;
	padding-top:15px;
	padding-left:60px;
}
dl.faq dd {
	background:url(../images/a.png) left top no-repeat;
	margin:10px 0 0 0;
	padding-top:5px;
	padding-left:60px;
	padding-bottom:25px;
}
dl.faq dd p {
	margin:5px 0;
}

/*
 * tel
 */

div.contact {
  text-align:center;
}

div.contact .tel {
  font-size:30px;
  font-weight:bold;
}

/*
 * サポートメニュー
 */

dl.supportMenu {
}

dl.supportMenu dt {
  font-weight:bold;
}

dl.supportMenu dt a {
  text-decoration:none;
  color:#c00;
}

dl.supportMenu dd {
  margin:0 0 1em 0;
  padding:0 0 1em 0;
  border-bottom:1px solid #fcc;
}

dl.supportMenu dd span.price {
  float:right;
  font-weight:bold; 
  margin-left: 3em;
}

/*
 * サポート個別ページ
 */

.supportContent {
  float:left;
  width:150px;
  padding:0;
}

.supportContent dl {
  margin:0;
  padding:0;
  font-size:10px;
}

.supportContent dt {
  margin:0;
  font-weight: bold;
}
.supportContent dd {
  margin:0 0 1em 0;
}

.supportContent dd img {
  vertical-align: middle;
}

.supportDetail {
  float:left;
  width:250px;
  padding: 0 10px;
  border-left:1px solid #fcc;
}

.supportReq {
  float:left;
  width:200px;
  padding: 0 0 0 30px;
  border-left:1px dotted #f99;
}

.startForm {
  margin-bottom:2em;
  text-align: center;
}


/*
 * Form
 */
form#request {
	margin:0;
  padding:10px;
}

table.form {
  margin:0 auto;
  border-collapse:collapse;
}

table.form tbody{
}

table.form tr {
}

table.form th,
table.form td {
  vertical-align:middle;
  padding:2px 5px;
  border-bottom:2px groove #ccc;
}

table.form th.sub {
  font-size:9px;
  font-weight:normal;
  text-align:left;
  padding:3px 5px 0 5px;
  color:#666;
  border-bottom:1px solid #ccc;
}

table.form .hiddenclass {
  color:#000;
  border:none;
  background:transparent;
}

input[type="submit"] {
	padding:3px 10px;
}

.centeredInput {
  margin:15px auto;
  text-align: center;
  width:500px;
}
.centeredInput p {
  text-align: left;
}

/*
 * bordered table
 */

table.pcspec {
  border-collapse:collapse;
  margin:10px;
}

table.pcspec th,
table.pcspec td {
  border:1px solid #966;
  padding:5px 10px;
	text-align:left;
}

table.pcspec th {
  background:#fcc;
}
