html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	background-image:url(../img/bg_body.gif);
	background-position: center top;
	background-repeat:repeat;
	background-color:#000000;
	color:#323232;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#main {
	width:900px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/bg_main.gif);
	background-position: center top;
	background-repeat:repeat-y;
}
#header {
	width:900px;
	height:145px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/bg_header.gif);
	background-position: center top;
	background-repeat:no-repeat;
}
#box_h {
	width:850px;
	margin:0 auto;
	padding:0;
}
#header_left {
	margin-top:6px;
	margin-bottom:7px;
	float:left;
	width:285px;
	height:57px;
}
#header_right {
	margin-top:4px;
	margin-bottom:4px;
	float:right;
	width:163px;
	height:57px;

}
#btn_reference {
	margin-top:12px;
	width:200px;
	height:40px;
}
	#btn_reference a {
		margin:0;
		padding:0;
		background:url(../img/btn_reference1.gif) no-repeat;
		width:200px;
		height:40px;
		display:block;
	}
	#btn_reference a:hover {
		background:url(../img/btn_reference2.gif) no-repeat;
	}

/*グローバルメニュー*/

	/*TFGより流用ここから*/
#globalmenu { margin: 0; padding: 0; }
#globalmenu:after { content: "."; display: block; height:0; clear: both; visibility: hidden; }
#globalmenu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
#globalmenu li a { display: block; width: 170px; height: 60px; }
		/*ボタン*/
#btn_top a{ background: url(../img/btn_top.gif) left top no-repeat; }
#btn_top a:hover{ background-position: 0 -60px; }
#btn_function a{ background: url(../img/btn_product.gif) left top no-repeat; }
#btn_function a:hover{ background-position: 0 -60px; }
#btn_case a{ background: url(../img/btn_function.gif) left top no-repeat; }
#btn_case a:hover{ background-position: 0 -60px; }
#btn_agent a{ background: url(../img/btn_purchase.gif) left top no-repeat; }
#btn_agent a:hover{ background-position: 0 -60px; }
#btn_contact a{ background: url(../img/btn_contact.gif) left top no-repeat; }
#btn_contact a:hover{ background-position: 0 -60px; }
	/*TFGより流用ここまで*/

#menu_g {
	width:850px;
	height:60px;
	margin:auto 0;
	padding:0;
	clear:both;
}
#menu_g div {
	margin:0;
	padding:0;
	width:170px;
	height:60px;
	float:left;
}
#menu_g:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	#btn_index a {
		margin:0;
		padding:0;
		background:url(../img/btn_index1.gif) no-repeat;
		width:170px;
		height:60px;
		display:block;
	}
	#btn_index a:hover {
		background:url(../img/btn_index2.gif) no-repeat;
	}
/*
	#btn_function a {
		margin:0;
		padding:0;
		background:url(../img/btn_function1.gif) no-repeat;
		width:170px;
		height:60px;
		display:block;
	}
	#btn_function a:hover {
		background:url(../img/btn_function2.gif) no-repeat;
	}
*/
	#btn_product a {
		margin:0;
		padding:0;
		background:url(../img/btn_product1.gif) no-repeat;
		width:170px;
		height:60px;
		display:block;
	}
	#btn_product a:hover {
		background:url(../img/btn_product2.gif) no-repeat;
	}
	#btn_purchase a {
		margin:0;
		padding:0;
		background:url(../img/btn_purchase1.gif) no-repeat;
		width:170px;
		height:60px;
		display:block;
	}
	#btn_purchase a:hover {
		background:url(../img/btn_purchase2.gif) no-repeat;
	}
	#btn_download a {
		margin:0;
		padding:0;
		background:url(../img/btn_download1.gif) no-repeat;
		width:170px;
		height:60px;
		display:block;
	}
	#btn_download a:hover {
		background:url(../img/btn_download2.gif) no-repeat;
	}
#box {
	width:820px;
	margin:0 auto;
	padding:0;
}
#box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#menu_s {
	float:left;
	text-align:center;
	width:180px;
	margin-top:0px;
}
	#menu_s p {
		margin:5px 0;
		padding:0;
	}



/*	#menu_s ul {
		margin:0;
		padding:0;
	}
	#menu_s li {
		font-size:12px;
		line-height:15px;
		margin:10px 0;
		padding:0 0 0 25px;
		list-style-type:none;
		background-image:url(../img/bg_li.gif);
		background-position: left top;
		background-repeat:no-repeat;
	}
	#menu_s a {
		color:#ffffff;
}
	#menu_s a:hover {
		color:#ffff00
}*/

#content {
	float:right;
	text-align:left;
	width:610px;
}
	.box_scroll {
		margin:10px 0;
		padding:10px;
		height:200px;
		background-color:#ffffff;
		border:#666666 solid 1px;
		overflow-y:scroll;
	}
#footer {
	width:900px;
	height:60px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/bg_footer.gif);
	background-position: center top;
	background-repeat:no-repeat;
}
/*基本的な設定*/
a {
	text-decoration:none;
	color:#0000ff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img {
	border-width:0;
}

h1{
	font-size:21px;
	line-height:21px;
	padding:0;
	margin:10px 0;
}
h2{
	font-size:19px;
	line-height:19px;
	padding:0;
	margin:10px 0;
}
h3{
	font-size:16px;
	line-height:16px;
	padding:0;
	margin:10px 0;
}
h4{
	font-size:12px;
	line-height:12px;
	padding:0;
	margin:10px 0;
}
h5{
	font-size:14px;
	line-height:20px;
	padding:10px;
	margin:10px 0 2px 0;
	background-color:#666666;
	color:#ffffff;
}
h6{
	font-size:14px;
	line-height:20px;
	padding:10px;
	margin:2px 0 10px 0;
	background-color:#ffffe0;
}
hr {
	padding:0;
	margin:10px 0;
	border-top:dotted 1px #999999;
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}
p {
	padding:0;
	margin:10px 0;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.f_r {
	float:right;
	padding:0 0 0 10px !important;
	margin:0 !important;
}
.f_l {
	float:left;
	padding:0 10px 0 0 !important;
	margin:0 !important;
}
.clear {
	clear:both;
}
.dis_no {
	display:none;
}


.font_1 {
	font-weight:bold;
}

/* 見出し 下部線 */
.under{text-decoration:underline;}

	
/* 強調 */




/*色*/
.red {
	color:#ff0000;
}
.yellow {
	color:#ffff00;
}

.pink {
	color:#E0295B;
}

.blue {
	color:#000092;
}


/*リスト*/

ul { list-style-tyupe: disc }



/*テーブル*/
table {
	width:610px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	border-collapse: collapse;
	border:solid 1px #999999;
}
th {
	padding:5px;
	border-collapse: collapse;
	border:solid 1px #999999;
	background-color:#d2d2d2;
	text-align:center;
	font-weight:normal;
}
td {
	padding:5px;
	border-collapse: collapse;
	
	border:solid 1px #999999;
	background-color:#ffffff;
	text-align:center;
}
	
	
.table_faq tr,td {
	text-align:left !important;
}


/*aka Tabel関連*/


.td_2 {
	padding:5px;
	border-collapse: collapse;
	border:solid 1px #999999;
	background-color:#eeeeee;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.table_text_auto {
	width:610px;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border-collapse: collapse;
	border:solid 1px #999999;
}





/*調整用*/
.mb_10 {
	margin-bottom:10px !important;
}
.m_5_center {
	margin:2px 0;
	text-align:center;
}
/*サブメニュー用スタイルシート*/

/*メニュー前提*/
#submenu_list { margin: 0 0 20px 0; padding: 0; }
#submenu_list li {
	text-align:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
.no_indent {
	text-indent: 0 !important;
}
#submenu_list li a { display: block; width: 180px; height: 35px; }
/*ボタン*/
#sub_product1 a{ background: url(../img/sub_product1.gif) left top no-repeat; }
#sub_product1 a:hover{ background-position: 0 -35px; }
#sub_product2 a{ background: url(../img/sub_product2.gif) left top no-repeat; }
#sub_product2 a:hover{ background-position: 0 -35px; }
#sub_product3 a{ background: url(../img/sub_product3.gif) left top no-repeat; }
#sub_product3 a:hover{ background-position: 0 -35px; }
#sub_product4 a{ background: url(../img/sub_product4.gif) left top no-repeat; }
#sub_product4 a:hover{ background-position: 0 -35px; }
#sub_product5 a{ background: url(../img/sub_product5.gif) left top no-repeat; }
#sub_product5 a:hover{ background-position: 0 -35px; }
#sub_product6 a{ background: url(../img/sub_product6.gif) left top no-repeat; }
#sub_product6 a:hover{ background-position: 0 -35px; }
#sub_function1 a{ background: url(../img/sub_function1.gif) left top no-repeat; }
#sub_function1 a:hover{ background-position: 0 -35px; }
#sub_function2 a{ background: url(../img/sub_function2.gif) left top no-repeat; }
#sub_function2 a:hover{ background-position: 0 -35px; }
#sub_function3 a{ background: url(../img/sub_function3.gif) left top no-repeat; }
#sub_function3 a:hover{ background-position: 0 -35px; }
#sub_function4 a{ background: url(../img/sub_function4.gif) left top no-repeat; }
#sub_function4 a:hover{ background-position: 0 -35px; }
#sub_function5 a{ background: url(../img/sub_function5.gif) left top no-repeat; }
#sub_function5 a:hover{ background-position: 0 -35px; }
#sub_function6 a{ background: url(../img/sub_function6.gif) left top no-repeat; }
#sub_function6 a:hover{ background-position: 0 -35px; }
#sub_purchase1 a{ background: url(../img/sub_purchase1.gif) left top no-repeat; }
#sub_purchase1 a:hover{ background-position: 0 -35px; }
#sub_purchase2 a{ background: url(../img/sub_purchase2.gif) left top no-repeat; }
#sub_purchase2 a:hover{ background-position: 0 -35px; }
#sub_contact1 a{ background: url(../img/sub_contact1.gif) left top no-repeat; }
#sub_contact1 a:hover{ background-position: 0 -35px; }
#sub_contact2 a{ background: url(../img/sub_contact2.gif) left top no-repeat; }
#sub_contact2 a:hover{ background-position: 0 -35px; }
#sub_contact3 a{ background: url(../img/sub_contact3.gif) left top no-repeat; }
#sub_contact3 a:hover{ background-position: 0 -35px; }
#sub_contact4 a{ background: url(../img/sub_contact4.gif) left top no-repeat; }
#sub_contact4 a:hover{ background-position: 0 -35px; }

#sub_space a{ background: url(../img/space.gif) left top no-repeat; }

#sub_win7 a{ background: url(../img/btn_win7.gif) left top no-repeat; }
#sub_win7 a:hover{ background-position: 0 -35px; }



/*矢印関連*/
.arrow_1 {
	padding-left:12px;
	margin:0 5px;
	background-image:url(../img/arrow_1.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
.arrow_2 {
	padding-left:12px;
	margin:0 5px;
	background-image:url(../img/arrow_2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
.arrow_3 {
	padding-left:12px;
	margin:0 5px;
	background-image:url(../img/arrow_3.gif);
	background-position: left center;
	background-repeat:no-repeat;
}





