@charset "EUC-JP";

/* --------------------------------
Index Page Design
-----------------------------------*/

#spt {
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: url(../common/images/spttop/spt_background.gif) repeat-y 750px 0;
	background-color: #ffffff;
}

#spt .main {
	width: 750px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}

#spt .mainHead {
	border-width: 0 0 1px 0;
	border-color: #B3B3B3;
	border-style: solid;
}

/* --------------------------------
Index Page FAQ TOP5
-----------------------------------*/

#topfiveArea {
	/*overflow: hidden;*/
	background-image: url("../common/images/spttop/spt_mainhead_01.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 750px;
	height: 162px;
	padding: 0px;
	margin: 0px;
}
#topfiveArea h1 {
	font-size:1.3em;
	color:#464646;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D6E13;
	margin-bottom: 5px;
	padding: 10px 10px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#topfive ul {
	list-style-type: none;
	color: #464646;
	line-height: 1.9;
	font-size: 1.2em;
}
#topfive li {
	background: url("../common/images/spttop/list.png") 10px center no-repeat;
	border-bottom: 1px dotted #999999;
	text-indent: 24px;
	font-size: 1.0em;
}
#topfive a:link,
#topfive a:visited,
#topfive a:active {
	text-decoration : none;
	color: #1e7dad;
}
#topfive a:hover { 
	text-decoration : none;
	color: #7cc4e7;
}

#spt .mainHead_left {
	float:left;
	width: 541px;
	height: 38px;
}

#spt .mainHead_btn {
	float:left;
	width: 209px;
	height: 38px;
}

#spt .mainHead_btn a {
	display:block;
	position:relative;
	background:url(../common/images/spttop/spt_mainhead_03_hover.png) no-repeat;
}
#spt .mainHead_btn a:hover {
	background-color:#fff;
}
#spt .mainHead_btn a:hover img {
	visibility:hidden;
} 

/* --------------------------------
Index Page MainContents
-----------------------------------*/

#spt .mainContents {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #464646;
}
#spt .mainContents p {
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 5px 0px 10px;
}

#spt .mainContents p a { color: #1e7dad;
	text-decoration: none;
}
#spt .mainContents p a:hover { color: #7cc4e7;
	text-decoration: none;
}


#spt .mainContents h3{
	width: 750px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../common/images/h/h_top.gif) left top repeat-x;
	font-size: 1.6em;
	color: #787878;
	}
.mainContents h3 span {
		display: block;
		padding: 10px 0px 10px 10px;
		border-top: 1px solid #cccccc;
		background: transparent url(../common/images/spttop/spt_maintitle.png) left bottom repeat-x;
		color: #787878;
		}
	h3 span.manual {
		display: block;
		padding: 10px 0px 10px 25px;
		border-top: 1px solid #cccccc;
		background: transparent url(../common/images/spttop/spt_maintitle_manual.png) left bottom repeat-x;
		color: #787878;
		}
	h3 span.guide {
		display: block;
		padding: 10px 0px 10px 25px;
		border-top: 1px solid #cccccc;
		background: transparent url(../common/images/spttop/spt_maintitle_guide.png) left bottom repeat-x;
		}
	h3 span.setting {
		display: block;
		padding: 10px 0px 10px 25px;
		border-top: 1px solid #cccccc;
		background: transparent url(../common/images/spttop/spt_maintitle_setting.png) left bottom repeat-x;
		}
	h3 span.form {
		display: block;
		padding: 10px 0px 10px 25px;
		border-top: 1px solid #cccccc;
		background: transparent url(../common/images/spttop/spt_maintitle_form.png) left bottom repeat-x;
		}

/* --------------------------------
Index Page Menu Button（3等分）
-----------------------------------*/
#spt .menubtn{
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 750px;
	height: auto;
	background-color: #ffffff;
	border-top: 1px solid #c8c8c3;
}
#spt .menubtn ul{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type:none;
}
#spt .menubtn li{
	margin: 0;
	padding: 0;

}
#spt .btn_box{
	width: 250px;
	height: 122px;
	float: left;
	font-size: 1.2em;

}
#spt .btn_box a{
	display:block;
	width: 248px;
	height: 120px;
	padding: 0px;
	text-decoration : none;
		background-color: #ffffff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}
#spt .btn_box a:hover {
		background-color: #ddf2ff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn_hover.png);
		background-repeat:no-repeat;
		background-position:right bottom; 

}
#spt .blank{
	display:block;
	width: 249px;
	height: 121px;
	padding: 0px;
	text-decoration : none;
		background-color: #f8f8f8;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		background-repeat:no-repeat;
		background-position:right bottom; 
}

/* --------------------------------
Index Page Menu Button（4等分）
-----------------------------------*/
#spt .btn_box4{
	width: 187px;
	height: 122px;
	float: left;
	font-size: 1.2em;
}
#spt .btn_box4 a{
	display:block;
	width: 185px;
	height: 120px;
	padding: 0px;
	text-decoration : none;
		background-color: #ffffff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}
#spt .btn_box4 a:hover {
		background-color: #ddf2ff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn_hover.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}

#spt .btn_box4_left{
	width: 188px;
	height: 122px;
	float: left;
	font-size: 1.2em;
}
#spt .btn_box4_left a{
	display:block;
	width: 186px;
	height: 120px;
	padding: 0px;
	text-decoration : none;
		background-color: #ffffff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}
#spt .btn_box4_left a:hover {
		background-color: #ddf2ff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn_hover.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}
#spt .btn_box4_right{
	width: 188px;
	height: 122px;
	float: left;
	font-size: 1.2em;
}
#spt .btn_box4_right a{
	display:block;
	width: 186px;
	height: 120px;
	padding: 0px;
	text-decoration : none;
		background-color: #ffffff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}
#spt .btn_box4_right a:hover {
		background-color: #ddf2ff;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #c8c8c3;
		border-bottom: 1px solid #c8c8c3;
		border-left: 1px solid #ffffff;
		background-image:url(../common/images/spttop/menubtn_hover.png);
		background-repeat:no-repeat;
		background-position:right bottom; 
}

/* --------------------------------
Index Page Menu Button（共通）
-----------------------------------*/
#spt .title{
	padding: 0px 5px 5px 5px;
	color : #464646;
}

#spt .title img{
	padding: 0px;
	margin: 3px 5px 0px 0px;
	float: left;
}

#spt .title h4{
	line-height: 3.0;
	font-size: 1.0em;
	font-weight : bold;
}

#spt .memo{
	border-top: solid 1px #cccccc;
	margin-top: 2px;
	padding: 2px 5px 5px 0px;
	color : #696969;
	font-weight : normal;
}

/* --------------------------------
Manual Page Design
-----------------------------------*/
#manual {
	width: 960px;
	margin: 0px;
	background-color: #ffffff;
	}

#manual .mainHead {
	border-width: 0 0 1px 0;
	border-color: #ccc;
	border-style: solid;
	padding: 10px 0 10px 0;
	color: #464646;
}
#manual .mainHead h3 {
	margin-top: 10px;
	margin-left: 0px;
	font-size: 1.2em;
	font-weight: bold
	color: #464646;
	}

#manual .mainHead p {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 1.2em;
	color: #464646;
	}

#manual .main-continues {
	width: 100%;
	overflow: hidden;
	}
#manual .mainBtn {
	float: right;
	display: inline;
	margin-right: 10px;
	}
#manual .mainContents {
	background-color: #f3f3f3;
	font-size: 1.2em;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	border-style: solid;
	}
	#manual .mainContents ul {
	margin-left: 5em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
	}
	#manual .mainContents li {
	list-style-type: disc;
	margin-bottom: 5px;
	}

	#manual .mainContents ul ul {
	margin-left: 5em;
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 1.0em;
	}
	#manual .mainContents ul ul li {
	list-style-type: circle;
	margin-bottom: 5px;
	}

	#manual .mainContents a { color: #1e7dad;
	text-decoration: none;
	}
	#manual .mainContents a:hover { color: #7cc4e7;
	text-decoration: none;
	}

#manual .mainContentsFoot {
	padding-right: 15px;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	font-size: 1.0em;
}

#manual .mainContentsFoot img {
	margin: 0px;
	border:none;
	vertical-align: -2px;
}

#manual .mainContentsFoot a:visited{
 	color: #666666;
	text-decoration: none;
}
#manual .mainContentsFoot a:link{
 	color: #666666;
	text-decoration: none;
}

.linkic {
	margin:0px 3px 0px 3px;
	padding:0;
	border:none;
	vertical-align: middle;
}

#manual .foot {
	text-align: right;
	font-size: 1.2em;
	color: #464646;
	padding: 10px 10px 25px 0px;
}
#manual .foot p a { color: #1e7dad;
	text-decoration: none;}
#manual .foot p a:hover { color: #7cc4e7;
	text-decoration: none;}

/* --------------------------------
Manual Page 説明アイコンの凡例
-----------------------------------*/
/* iconlist */
#iconlist {
	z-index: 100;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	background-color: #333333;
	border-width:0 0 1px 0;
	border-color: #000;
	border-style: solid;
	color: #fff;
	font-size: 1.0em;
}
#iconlist dl {
	margin: 0 !important;
}
#iconlist dl dt {
	display: inline;
	margin-right: 5px;
	padding: 0px 2px 0px 2px;
	white-space: nowrap;
	border :solid 1px #c8c8c8;
	color: #c8c8c8;
}
#iconlist dl dd {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
}

/* --------------------------------
inquiry Page Design
-----------------------------------*/

#inquiry{
	width: 960px;
	height:100%;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#box{
	width: auto;
	height:100%;
	margin: 0px 0px 0px 20px;
	}

.boxLeft{
	float:left;
	width:450px;
	height:100%;
	margin:10px 5px 5px 0px;
	}
.boxRight{
	float:left;
	width:450px;
	height:100%;
	margin:10px 10px 5px 10px;
	}
.line{
	float:right;
	width:436px;
	height:310px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	}
.line2{
	float:right;
	width:436px;
	height:180px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	}

.title_mail{
	width:450px;
	height:44px;
	margin:0px;
	padding:0px;
	background: url(../common/images/inquiry/img_ctitle_mailsup.png) no-repeat;
	}
.title_phone{
	width:450px;
	height:44px;
	margin:0px;
	padding:0px;
	background: url(../common/images/inquiry/img_ctitle_phonesup.png) no-repeat;
	}
.title_web{
	width:450px;
	height:44px;
	margin:0px;
	padding:0px;
	background: url(../common/images/inquiry/img_ctitle_slsup.png) no-repeat;
	}
.title_twitter{
	width:450px;
	height:44px;
	margin:0px;
	padding:0px;
	background: url(../common/images/inquiry/img_ctitle_twitter.png) no-repeat;
	}
h3.title{
	margin:0px 0px 0px 55px;
	padding: 14px 0px 0px 0px;
	color: #464646;
	font-size: 1.6em;
	font-weight: bold;
	text-align:left;
}
h3.title span{
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}

.cont{
	margin:0px;
	padding:15px 20px 5px 20px;
	color: #464646;
	font-size: 1.2em;
	text-align:left;
	line-height: 1.5;
	}

.cont img {
	border: 0;
	vertical-align:middle;
	}

.cont a { color: #1e7dad;
	text-decoration: none;
}
.cont a:hover { color: #7cc4e7;
	text-decoration: none;
}

ul.list{
	margin: 10px 0px 10px 20px;
	padding: 0px;
	list-style-type: disc;
	}
li.form{
	margin:5px 0px 5px 0px;
	padding: 0px;
	line-height:150%;
	}

.form a { color: #1e7dad;
	text-decoration: none;
}
.form a:hover { color: #7cc4e7;
	text-decoration: none;
}
ul.hedge {
	margin-top:10px;
	margin-right: 0em;
	margin-left: 3.0em;
	color:#464646;
}

ul.hedge li {
	list-style-type:none;
	text-indent:-1.5em;
	padding:0;
	margin-left:-1.5em;
}
.red { color:#CC0000; font-weight:normal; }