@charset "utf-8";
a {
	color: #00AFE7;
	text-decoration: underline;
}
/* ==========================
		メインビジュアル
========================== */
#visual {
	height:200px;
	padding-bottom:1px;
	padding-left:1px;
	background:url(../img/common/dot-h.gif)	bottom repeat-x;
}
#visual a {
	display:block;
	width:940px;
	height:200px;
	background:url(../img/support/header-support.jpg)	0 0 no-repeat;
	text-indent:-9999px;
}

/* ==========================
		コンテンツ
========================== */
body#support #main-inner {
	padding-bottom:1px;
	background:url(../img/common/dot-h.gif)	bottom repeat-x;
}
/* ==========================
		トップページ
========================== */
#main-inner #up-section {
	padding:30px 31px;
	background:url(../img/common/dot-2col-c.gif)	1px 0 repeat-y;
}
/* ---------- 左 */
#main-inner #up-section .left {
	float: left;
	width:410px;
}
/* 見出し */
#main-inner #up-section h2 {
	padding-left:15px;
	border-left: 5px solid #00AFE7;
	margin-bottom: 30px;
}
#main-inner #up-section .left dl {
	margin-top: 30px;
}
#main-inner #up-section .left dt {
	padding-bottom:20px;
}
#main-inner #up-section .left dd {
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}
#main-inner #up-section .left dd .in-left {
	float: left;
	width:200px;
	font-size:12px;
}
#main-inner #up-section .left dd .in-right {
	float: right;
	width:200px;
}
#main-inner #up-section .left dd .in-right.address {
	border: solid 1px #eee;
	padding:10px;
}

/* ---------- 右 */
#main-inner #up-section .right {
	float: right;
	width:410px;
}

#main-inner #up-section .right dl.new-faq {
	margin:30px 0;
	border: solid 1px #eee;
	padding:10px;
}
#main-inner #up-section .right dl.new-faq dt {
	margin-bottom:20px;
	color:#333;
	font-size:16px;
}
#main-inner #up-section .right dl.new-faq li a{
	padding-left:20px;
	background:url(../img/common/arrow_b.gif)	center left no-repeat;
}
#main-inner #up-section .right ul.faq-list {
	margin: 10px 0 0 0px;
	line-height:2;
}
#main-inner #up-section .right ul.faq-list li a {
	margin: 0 0 0 20px;
	padding-left:20px;
	background:url(../img/common/arrow_a.gif)	center left no-repeat;
	color:#333;
	text-decoration: none;
}
#main-inner #up-section .right ul.faq-list li a:hover {

	padding-left:20px;
	background:url(../img/common/arrow_a-hover.gif)	center left no-repeat;
	color:#00AFE7;
}

/* ==========================
		メールフォーム
========================== */
body#contact #contents {
	background:url(../img/common/dot-2col-b.gif)	1px 0 repeat-y;
}

body#contact #main {
	float: right;
	width:700px;
}
body#contact #main-inner {
	padding:30px;
}

body#contact #side {
	float: left;
	width:240px;
}

body#contact #contents h2 {
	padding-left:15px;
	border-left: 5px solid #00AFE7;
	margin-bottom: 30px;
}

