/* CSS Document */

/* margin */

div.margin_2{
margin-top:2px;
}

div.margin_5{
margin-top:5px;
}

div.margin_10{
margin-top:10px;
}

div.margin_15{
margin-top:15px;
}

div.margin_20{
margin-top:20px;
}

div.margin_30{
margin-top:30px;
}

/* box */

.cl { clear: left }          /* 左への回り込み解除 */
.cr { clear: right }         /* 右への回り込み解除 */

div.box_nfc_books{
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#ffffff;
width:210px;
border-style:solid;/*枠の種類 */
line-height:100%;
float:right;
}

div.box_nfc_books_inner{
padding:2px 2px;

}


div.box_s_navi_info{
text-align:center;
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#F2FAEF;
width:178px;
border-style:solid;枠の種類 
}

div.box_s_navi_title_info{
background-image:url(../img/s_navi/box_title_info.gif);
height:26px;
}


div.box_s_navi_info_inner{
padding:5px 2px;
}




div.box_s_navi_1{
text-align:center;
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#F2FAEF;
width:178px;
border-style:solid;枠の種類 
}

div.box_s_navi_title_1{
background-image:url(../img/s_navi/box_title_dokusya.gif);
height:26px;
}


div.box_s_navi_1_inner{
padding:5px 2px;
}

div.box_s_navi_1_bottom{
width:178px;
border-width: 1px; /* 枠の幅 */
border-color: #23585B
height:2px;
background-image:url(../img/s_navi/table_bottom.gif);
background-repeat:no-repeat;
}


div.box_s_navi_2{
text-align: justify;
text-justify: inter-ideograph;
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#F2FAEF;
width:178px;
border-style:solid;枠の種類 
}

div.box_s_navi_title_2{
background-image:url(../img/s_navi/box_title_intro.gif);
height:26px;
}


div.box_s_navi_2_inner{
padding:5px 2px;

}

div.box_s_navi_3{
border-color: #23585B; /* 枠の色 */
border-width: 0px; /* 枠の幅 */
background-color:#ffffff;
width:178px;
border-style:solid;/*枠の種類 */
border-bottom-width:1px;
border-top-width:1px;

}

div.box_s_navi_3_inner{
padding:5px 2px;
}


div.box_s_navi_4{
text-align:center;
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#F2FAEF;
width:178px;
border-style:solid;枠の種類 
}

div.box_s_navi_title_4{
background-image:url(../img/s_navi/box_title_mailm.gif);
height:26px;
}


div.box_s_navi_4_inner{
padding:5px 2px;
}


div.box_s_navi_5{
border-color: #23585B; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
background-color:#ffffff;
width:178px;
border-style:solid;枠の種類 
}

div.box_s_navi_title_5{
background-image:url(../img/s_navi/box_title_com.gif);
height:26px;
}


div.box_s_navi_5_inner{
padding:5px 2px;
}



div.box_15message{
width:440px;
padding:5px;
background-color:#FFFCE1;
line-height:150%;
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#FFFCE1;
}

/* main内のレイアウト */


div.head_copy_top{
width:580px;
margin:0px;
background-image:url(../img/top/ms01.jpg);
background-position:top right;
background-repeat:no-repeat;
}



div.honbun_1{
width:560px;
margin:15px 0px 15px 20px;
line-height:130%;

}

div.honbun_2{
width:550px;
margin:5px 0px 15px 20px;
line-height:130%;
}

div.honbun_intro{
width:550px;
margin:5px 0px 15px 20px;
background-image:url(../img/introduction/bg.gif);
background-position:top right;
background-repeat:no-repeat;
line-height:130%;
}


div.honbun_mk{
width:550px;
margin:5px 0px 15px 20px;
background-image:url(../img/top_sales_next/bg.gif);
background-position:top right;
background-repeat:no-repeat;
line-height:130%;
}


div.honbun_seminar{
width:550px;
margin:5px 0px 15px 20px;
background-image:url(../img/seminar/bg.gif);
background-position:top right;
background-repeat:no-repeat;
line-height:130%;
}

div.honbun_cm{
width:550px;
margin:5px 0px 15px 20px;
background-image:url(../img/concept_making/bg.gif);
background-position:top right;
background-repeat:no-repeat;
line-height:130%;
}

div.honbun{
width:550px;
margin:5px 0px 15px 20px;
line-height:130%;
}


/*フォントサイズ*/
.font_x-small{
font-size:x-small
}

.font_smaller{
font-size:smaller;
}

.font_large{
font-size:large;
}

/*フォントカラー*/
.font_deep-green{
color:#23585B;
}

.font_orange{
color:#FF6600;
}

.font_red{
color:#AE0934;
}

.font_gray{
color:#999999;
}

/*フォントサイズ＆カラー*/

.font_smaller_deep-green{
font-size:smaller;
color:#23585B;
}


.font_smaller_orange{
font-size:smaller;
color:#FF6600;
}

.font_smaller_red{
font-size:smaller;
color:#AE0934;
}



.font_large_deep-green{
font-size:large;
color:#23585B;
}


.font_large_orange{
font-size:large;
color:#FF6600;
}

.font_large_red{
font-size:large;
color:#AE0934;
}



/*見出し*/
div.h1_img{
width:580px;
height:34px;
margin:15px 0px;
}


div.h2_img{
background-image:url(../img/common/h2_img.gif);
background-position:top left;
background-repeat:no-repeat;
height:32px;
width:550px;
padding-left:20px;
padding-top:8px;
font-size:12pt;
color:#23585B;
}

/*ライン*/
div.dotted_line{
border-top:dotted;
border-top-width:1px;
border-top-color:#003333;
width:auto;
margin:3px 0px;
}

/*************用語集*************/

#words_area h3{
  background-image: url("../img/common/title_h3_mark.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 30px; /* 余白 */
  line-height: 130%; /* 行の高さ */
  border-bottom: 1px dashed #281B17;
}

div#words_area{
	float: left;
	width: 500px;

}

.word_box{
	margin-bottom:20px;

}

ul.words{
	list-style-position:outside;
	list-style-type:disc;
	text-align:justify;
	text-justify:inter-ideograph;
}

ul.words li{
	text-justify:inter-ideograph;
	font-size:12px;
	line-height:120%;
	margin-bottom:20px;
	padding-left:5px;
	margin-left:-15px;
}


h3{
  background-image: url("../img/common/title_h3_mark.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 30px; /* 余白 */
  line-height: 130%; /* 行の高さ */
  border-bottom: 1px dashed #281B17;
}