/****************** CSS Document ******************/
body{
	color: #000000;
	font-size: 13px;
	line-height: 130%;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
/*filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.9,grayscale=1);*/

}
td{
	color: #000000;
	font-size: 13px;
	line-height: 130%;
	padding: 2px;
}
th{
	color: #000000;
	font-size: 13px;
	line-height: 130%;
	padding: 2px 5px 2px 5px;
}

/******************** リンク ************************/
a{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #009900;
	text-decoration: underline;
}

/********************* テキスト ********************/
h1{
	font-size: 24px;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h1.secondPage{
	border-bottom: 2px solid #000000;
}
h1.popPage{
	color: #FFFFFF;
	background-color: #6D517B;
	padding: 3px 3px 3px 15px;
	text-align: left;
}
h2{
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	padding:0px;
}
h2.indexPage{
	font-weight: normal;
}
h2.secondPage{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/bg_h2_second.jpg);
	background-repeat: no-repeat;
	background-color: #6D517B;
	padding: 7px 7px 6px 20px;
	margin-bottom: 10px;
}
h2.thirdPage{
	color: #000000;
	font-weight: bold;
	background-image: url(images/bg_h2_third.jpg);
	background-repeat: no-repeat;
	padding: 7px 7px 6px 20px;
	margin-bottom: 20px;
	background-color: #b7b7dA;
}
h2.popPage{
	font-weight: bold;
	background-color: #D7D7EA;
	padding: 7px 7px 6px 7px;
	margin-bottom: 20px;
	text-align: center;
}
h3{
	font-size: 16px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h3.secondPage{
	border-left: 8px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 2px 5px;
	margin-bottom: 10px;
}
h4{
	font-size: 14px;
	margin:0px;
	padding:0px;
}
h4.thirdPage{
	font-weight: bold;
	padding-bottom: 5px;
}
strong{
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
}
.redBold{
	color: #CC0066;
	font-weight: bold;
}
em{	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
em.thirdPage{	
	font-size: 13px;
	color: #CC0066;
}
small{
	font-size: 11px;
	vertical-align: top;
}

/********************* スタイル *********************/
p{
	margin: 0px;
	padding: 0px;
}
.text_r{
	text-align: right;
}
.text_center{
	text-align:center;
}
.text_top{
	vertical-align:top;
}
.float_r{
	float: right;
}
img.float_r{
	padding-left: 10px;
}
.float_l{
	float: left;
}
.emphasis{
	padding: 10px;
	border: 5px solid #9999CC;
}
.emphasis2{
	padding: 8px;
	border: 3px double #555555;
}
.emphasis3{
	padding: 8px;
	border: 3px double #555555;
	background-color: #E9FFA4;
}

/********************* リスト *********************/

ul{
	list-style-type: square;
	margin: 5px 0px 0px 15px;
	padding: 5px 0px 0px 15px;
}
ol{
	margin: 5px 0px 0px 15px;
	padding: 5px 0px 0px 15px;
}
li{
	padding: 1px 0px 1px 0px;
}
li.redBold{
	font-size: 16px;
	color: #CC0066;
	font-weight: bold;
	padding-bottom: 10px;
}
.liSmall{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

/*********** ページレイアウト（全ページ共通部分） ***********/
#mainBody{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555555;
	border-bottom: none;/*追加(印刷ズレ対応)*/
	background-color: #FFFFFF;
	text-align: left;
}
#head{
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	padding-top: 19px;
	height: 41px; 
}
#siteName{
	float: left;
	padding-left: 15px;
}
#languageNavC{
	float: right;
	color: #FFFFFF;
	width: 168px;
	height: 19px;
	padding-top: 22px;
	padding-left: 18px;
	background-image: url(images/bg_language_c.gif);
	background-repeat: no-repeat;
}
#languageNavC a{
	color: #000000;
	font-weight: normal;
}
#languageNavC a:hover{
	text-decoration: underline;
}
#languageNavC .space{
	padding-right: 21px;
	padding-left: 27px;
}
#globalNav1{
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	background-color: #6D517B;
	clear: both;
}
#globalNav2{
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
	text-align: right;
	background-color: #AF8BAF;
}
#globalNav1 a, #globalNav2 a{
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 8px 0 8px;
}
#globalNav1 a:hover, #globalNav2 a:hover{
	text-decoration: underline;
}
#contentsBox{
	background-image: url(images/bg_contentsBox.gif);
	background-repeat: repeat-y;
	width: 760px;/*追加(印刷ズレ対応)*/
}
#productsNav{
	float: left;
	width: 170px;
}
#productsNav p.pNav1{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6D517B;
	padding: 6px;
	font-size: 13px;
}
#productsNav p.pNav2{
	background-color: #AF8BAF;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #CFB8CF;
	font-size: 12px;
	font-weight: bold;
}
#productsNav a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#productsNav a:hover{
	text-decoration: underline;
}
#content{
	float: right;
	width: 555px;
	padding-right: 15px;
}
/*追加(印刷ズレ対応)*/
#footerBox{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555555;
	border-top: none;	
	text-align: left;
}
/*追加(印刷ズレ対応)*/
#footer{
	color: #FFFFFF;
	background-color: #555555;
	text-align: center;
	padding: 7px;
}
#footer a{
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	color: #7EA800;
	text-decoration: underline;
}

/****************トップページ****************/
#indexFeature{
	background-color: #eeeeee;
	border: 7px solid #9999CC;
	padding: 15px 10px 10px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/****************　フォーム　****************/
form{
	text-align: center;
}
form table{
	text-align: left;
	margin-bottom: 10px;
	border-collapse: separate;
}
form th{
	width: 100px;
	background-color: #D7D7EA;
	text-align: center;
}
form td{
	border-bottom: 1px solid #D7D7EA;
	padding: 3px 0px 3px 5px;
}
input.blank{
	margin-left: 10px;
}
/*見積シート用*/
form.dataSheet{
	margin-bottom: 50px;
}
form.dataSheet table{
	width: 100%;
}
form.dataSheet caption{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
form.dataSheet th{
	width: 130px;
	text-align: left;
	font-weight: normal;
}

/*見積シート送信内容用*/
.td1{
	border-bottom: 1px dotted #666666;
}

/****************　セカンド・サード共通　****************/
#MailButton{
	float: right;
	width: 250px;
	height: 30px;
}
div.paragraph{
	padding: 0px 0px 30px 0px;
}
/*★テキストセンターを使いたいときはこちら★*/
div.paragraphCenter{
	padding: 0px 0px 30px 0px;
	text-align: center;
}
p.paragraph{
	margin-bottom: 10px;
}
.dataSheetButton{
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px;
	background-color: #99CC00;
	text-align: left;
}
.dataSheetButton a{
	color: #000000;
}
.dataSheetButton a:hover{
	color: #000000;
	text-decoration: underline;
}

/****************　メンテナンスぺージ　****************/
table.maintenance{
	border-collapse: separate;
	border: 5px solid #D7D7EA;
	margin-bottom: 10px;
	width: 80%;
}
table.maintenance th{
	vertical-align: top;
	padding: 3px 8px 3px 8px;
	background-color: #D7D7EA;
}
table.maintenance td{
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #D7D7EA;
}

/****************　会社案内ぺージ　****************/
table.profile{
	border-collapse: separate;
	width: 100%;
}
table.profile th{
	background-color: #D7D7EA;
	padding: 3px 0px 3px 10px;
	font-weight: normal;
}
th.profile{
	width: 95px;
}
table.profile td{
	vertical-align: top;
	border-bottom: 1px solid #D7D7EA;
	padding: 3px 0px 3px 10px;
}
td.profile{
	text-align: center;
}

/****************　サイトマップぺージ　****************/
div.paragraph p.float_l{
	margin-right: 50px;
}

/*****　アプリケーション（プロダクト）*****/
.appli_right{
	width: 200px;
	float: right;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #666666;
}

/****************サードページ（プロダクト）****************/
table.size{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
table.size td{
	border: 1px solid #555555;
	text-align: center;
	font-size: 14px;
	padding-left: 5px;
	padding-light: 5px; 
}
table.product td{
	padding: 5px 0px 5px 3px;
	vertical-align: top;
	border-bottom: 1px dotted #555555;
}
table.product .td1{
	width: 127px;
}
img.product{
	border: 1px solid #555555;
}
table.product .bggreen{
	background-color: #F1FFC8;
}

/********** ポップアップページ（プロダクト）**********/
#popBody{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555555;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#popContent{
	padding: 10px 15px 20px 15px;
}
#popRightBox{
	float: right;
	width: 250px;
	text-align: left;
}
p.popPage{
	background-color: #D7D7EA;
	padding: 10px;
	margin-bottom: 10px;
}
.slash{
	color: #99CC00;
}

/******* ポップアップページ（プロダクト以外）*******/
#popContentLeft{
	padding: 10px 15px 0px 15px;
	text-align: left;
}
#popContentLeft div.float_l{
	width: 50%;
	padding-bottom: 30px;
}
#popContentLeft div.float_r{
	width: 50%;
	padding-bottom: 30px;
}
.dairiten{
	color: #660099;
	font-size: 14px;
}
span.dairiten p{
	padding-left: 53px;
}

/*--------------- 住吉追加 06/12/21 ------------------*/
.countryName{
	font-size: 14px;
}
/*---追加住吉 09/05/02 -----------------------*/
.redBoldRight24{
	color: #CC0066;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	padding:0px 0px 10px 0px;
}
/*---追加住吉 09/07/10 -----------------------*/
#languageNavCntr{
	float: left;
	width: 360px;  /* width + padding-left <= 440ぐらい */
	height: 19px;
	padding-top: 5px;
	padding-left: 80px;
}

#languageNavCntr .spacer{
	color: #FF0099;   /* ブルー系　#3333FF; */
	font-weight: bold;
	padding-right: 5px;
}


