@charset "shift_jis"; 

/*--------------------------------------------------------------------------*/
/*	スクロール時の背景の不具合修正											*/
/*--------------------------------------------------------------------------*/
html, body{

	/*  画面をスクロールする際に固定させたい要素がガタつくのを防ぐためです。 */
	background: url(null) fixed;
	background-color: #ffffff;
}

/*--------------------------------------------------------------------------*/
/*	サイドメニューエリア													*/
/*--------------------------------------------------------------------------*/
#soft_side_menu{
	width: 190px;
	float: left;
	height: auto;
	margin-bottom: 30px;
}
/*--------------------------------------------------------------------------*/
/*	メインコンテンツエリア													*/
/*--------------------------------------------------------------------------*/
#soft_main{
	width: 718px;
	float: left;
	height: auto;
	margin-left: 20px;
}


/*--------------------------------------------------------------------------*/
/*	サイドメニュー タイトル画像												*/
/*--------------------------------------------------------------------------*/

#menu_title1{
	width: 190px;
	height: 34px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1976CC;
	border-bottom-color: #1976CC;
	background-image: url(../images/all_support2.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

#menu_title1 span{
	display: none;
}
/*--------------------------------------------------------------------------*/
/*	サイドメニュー　テキスト表示											*/
/*--------------------------------------------------------------------------*/
#soft_menu {
	width: 190px;
	height: auto;
	margin-bottom: 10px;
}
#soft_menu ul {
	margin: 0;
	padding :0;
	list-style-type : none;
	background-color: #FFFFFF;
}
#soft_menu li {
	display : inline;
	margin:0;
	background-color: #FFFFFF;
	padding: 0px;
}
#soft_menu a {
	display:block;
	font-size:0.75em;
	width:178px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 12px;
	color: #3F3F3F;
	text-decoration: none;
	margin: 0px;
}

#soft_menu a:hover {
	display:block;
	background-color:#FFFFFF;
	height:auto;
	width: 178px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: normal;
	color: #1976CC;
	text-decoration: underline;
	margin: 0px;
}

/*--------------------------------------------------------------------------*/
/*	テキストボックス														*/
/*--------------------------------------------------------------------------*/
.txt_box1{
	width: 718px;
	display: block;
	height: auto;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 2.5em;
	color: #333333;
}


/*--------------------------------------------------------------------------*/
/*	サポートセンター														*/
/*--------------------------------------------------------------------------*/
#support_title1{
	height: 250px;
	width: 718px;
	background-image: url(../images/all_support_2014.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 8px;
}
#support_title1 h2{
	display: none;
}




/*--------------------------------------------------------------------------*/
/*	枠エリア															  --*/
/*--------------------------------------------------------------------------*/
.Area_Box{
	width: 696px;
	padding: 10px;
	height: auto;
	display: block;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #FCFCFC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4em;
	margin-left: 0px;
}







/*--------------------------------------------------------------------------*/
/*	サポートフォーム														*/
/*--------------------------------------------------------------------------*/
#form_title1{
	height: 32px;
	width: 233px;
	background-image: url(../images/all_support_2014.gif);
	background-repeat: no-repeat;
	background-position: 0px -1017px;
	margin-bottom: 10px;
}
#form_title1 h2{
	display: none;
}
/*--------------------------------------------------------------------------*/
/*	フォームテーブル														*/
/*--------------------------------------------------------------------------*/
.form_table{
	font-size: 0.75em;
}
.form_table td{
	padding: 5px;
}
/*----------------------------------------*/
/*	入力フォーム						  */
/*----------------------------------------*/
.input_form{
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-weight: bold;
	color: #CC0000;
}
.input_form2{
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-weight: bold;
	color: #CC0000;
}
.input_form3{
	width: 565px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;

}
/*----------------------------------------*/
/*	送信ボタン							  */
/*----------------------------------------*/
.form_b{
	width: 150px;
	height: 30px;
	font-size: 0.75em;
	margin-top: 20px;
	margin-bottom: 15px;
}


/*--------------------------------------------------------------------------*/
/*	お客様情報														*/
/*--------------------------------------------------------------------------*/
#from_title1{
	height:17px;
	width: 80px;
	background-image: url(../images/all_support2.gif);
	background-repeat: no-repeat;
	background-position: -598px 0px;
	margin-left: 9px;
	margin-bottom: 3px;
}
#from_title1 span{
	display: none;
}
/*--------------------------------------------------------------------------*/
/*	製品情報																*/
/*--------------------------------------------------------------------------*/
#from_title2{
	height:17px;
	width: 67px;
	background-image: url(../images/all_support2.gif);
	background-repeat: no-repeat;
	background-position: -598px -20px;
	margin-left: 9px;
	margin-bottom: 3px;
	margin-top: 30px;
}
#from_title2 span{
	display: none;
}
/*--------------------------------------------------------------------------*/
/*	お問い合わせ内容														*/
/*--------------------------------------------------------------------------*/
#from_title3{
	height:17px;
	width: 120px;
	background-image: url(../images/all_support2.gif);
	background-repeat: no-repeat;
	background-position: -598px -41px;
	margin-left: 9px;
	margin-bottom: 3px;
	margin-top: 30px;
}
#from_title3 span{
	display: none;
}


/*--------------------------------------------------------------------------*/
/*	フォーム　エラー文字													*/
/*--------------------------------------------------------------------------*/
.erro{
	color: #CC0000;
}



/*--------------------------------------------------------------------------*/
/*	よくある質問・メールサポート・FAXサポート
/*--------------------------------------------------------------------------*/
#ss_menu_list{
	height: 120px;
	width: 718px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#ss_menu_list li{
	height: 120px;
	width: 234px;
	float: left;
}
#ss_menu_list li:nth-child(2n){
	margin-right: 8px;
	margin-left: 8px;
}

#ss_menu_list li a{
	height: 120px;
	width: 234px;
	display: block;
}
#ss_menu_list li a p{
	display: none;
}

#ss_menu_list #ss_menu1 a{
	background-image: url(../images/all_support_2014.gif);
	background-position: 0px -251px;
	background-repeat: no-repeat;
}
#ss_menu_list #ss_menu2 a{
	background-image: url(../images/all_support_2014.gif);
	background-position: -235px -251px;
	background-repeat: no-repeat;
}
#ss_menu_list #ss_menu3 a{
	background-image: url(../images/all_support_2014.gif);
	background-position: -470px -251px;
	background-repeat: no-repeat;
}

#ss_menu_list #ss_menu1 a:hover{
	height: 118px;
	width: 232px;
	background-position: -1px -252px;
	border: 1px solid #009843;
}
#ss_menu_list #ss_menu2 a:hover{
	height: 118px;
	width: 232px;
	background-position: -236px -252px;
	border: 1px solid #E4007E;
}
#ss_menu_list #ss_menu3 a:hover{
	height: 118px;
	width: 232px;
	background-position: -471px -252px;
	border: 1px solid #013E97;
}


/*--------------------------------------------------------------------------*/
/*	電話サポート
/*--------------------------------------------------------------------------*/
#Tel_Support{
	height: 260px;
	width: 718px;
	background-image: url(../images/all_support_2014.gif);
	background-position: 0px -372px;
	background-repeat: no-repeat;
	margin-bottom: 3.5em;
}
#Tel_Support p{
	display: none;	
}

/*--------------------------------------------------------------------------*/
/*	保守契約
/*--------------------------------------------------------------------------*/
#sms_pc{
	height: 250px;
	width: 718px;
	background-image: url(../images/all_support_2014.gif);
	background-position: 0px -633px;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}
#sms_pc p{
	display: none;	
}
