@charset "utf-8";


/*　コンテンツ部分基本 */

/* safari only \*/
html:\66irst-child #wrapper-c{

	width: 100%;
        background-color: #003300;
}

html:\66irst-child #wrapper{

	clear : left;
	width: 958px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
        background-color:#094f0d;
	border-top:1px solid #fff;
	border-right:1px solid #333;
	border-left:1px solid #fff;
}

/* safari only end */

#wrapper-c{

	clear : left;
	width: 960px;
	padding: 0;
	margin: 0 auto;

}

#wrapper{
        float: left;
	clear : left;
	width: 958px;
	text-align:left;
        background-color:#094f0d;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;

}

/* サブコンテンツ用 */
#subpcontent {
	float: left;
	clear : left;
	width: 960px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


/* News用 */
/* ie7向け */
#news {
	width: 100px;
	position: absolute;
	z-index:2 ;
        background-image: url("../image/news_bg.gif");
	background-repeat: repeat-y;
}

/* ie7以外 */
*:lang(ja) #news {
	width: 225px;
	position: absolute;
	margin-left: 799px !important;
	z-index:2 ;
        background-image: url("../image/news_bg.gif");
	background-repeat: repeat-y;

}

*:first-child+html #news {
	width: 225px;
        background-color:#333;
	position: absolute;
	z-index:2 ;
}

#news h2{
	margin: 0;
	padding: 17px;
}

#news dl{
	margin: 0;
	padding: 5px 0 0 17px;

}

#news dt{
	margin: 0;
	padding: 3px 0 0 0;
	font-family: Arial,monospace;
	font-size: 8pt;
	color:#fff;

}

#news dd{
	margin: 0;
	padding: 3px 10px 3px 0px;
	font-size: 0.7em;
	color:#fff;
	border-bottom:1px dotted #fff;

}

#news a:link,#news a:visited {
   color:#fc0;

}

#news a:hover,#news a:active {
   color:#f57d21;

}

#news_bottom {
	width: 225px;
	height: 26px;
        background-image: url("../image/news_bottom.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;

}



/* 内容用 */

.h1p {
	width: 670px;
	padding:0 ;
	margin:0 0 20px 30px;
	font-size: 0.9em;
	line-height: 140%;
	color:#333;
}

.h1pt {
	width: 670px;
	padding:0 ;
	margin:0 0 20px 30px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 140%;
	color:#69c;
}

.h1p_sub {
	width: 670px;
	padding: 10px 0 10px 30px;
	font-size:0.8em;
	line-height: 130%;
	color: #606060;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.h2p {

	width: 665px;
	padding:0 ;
	margin:10px 0 20px 30px;
	font-size: 0.75em;
	line-height: 1.5;
	color:#333;
}

#price_hph3_l {
        float: left;
	padding:0 ;
	margin:10px 0 10px 20px;
}

/* 注意事項用　横半分 */

#notes {
        float: left;
	width: 331px;
	margin: 0 0 20px 25px;
	padding: 2px;
	border: 1px solid #336666;
}

.notes_box {
	width: 291px;
	margin: 0;
	padding: 20px;
	color:#fff;
	font-size: 0.8em;
	line-height: 160%;
	background-color:#242447;
}

#notes h4{
	width: 291px;
	margin: 0;
	padding: 3px 20px;
	color:#fff;
	font-size: 0.8em;
	line-height: 160%;
	background-color:#242447;
}

/* お願い用　横半分 */



#asking {
        float: left;
	width: 331px;
	margin: 0 0 20px 25px;
	padding: 2px;
	border: 1px solid #666666;
}



.h5p {
	padding: 0 30px 10px 30px;
	margin:  0 0 0 25px;
	font-size:0.8em;
	line-height: 130%;
	color: #006666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

.h5p_subbox {
	padding: 10px;
	margin:  0 25px 0 50px;
	font-size:0.8em;
	line-height: 130%;
	color: #606060;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 10px solid #f4f4f4;
}

/* テーブルタイプ1 6列用 */

table.type1_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
}

table.type1_table,
th.th_t1,
th.th_t2,
td.td_t1,
td.td_t2,
td.td_t3 {
	border:1px solid #c96;

}

th.th_t1,th.th_t2,td.td_t1,td.td_t2 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;
}

th.th_t1{
	background-color: #ffc;
	color:#963;

}

td.td_t1{
	background-color: #fc0;
	color:#000;

}

th.th_t2{
	background-color: #f60;
	color:#fff;

}

td.td_t3 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}


/* テーブルタイプ2 5列用 */
table.type2_table a:link,table.type2_table a:visited {
   color:#930;

}

table.type2_table a:hover,table.type2_table a:active {
   color:#f57d21;

}

table.type2_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
}

table.type2_table,
th.th2_t1,
th.th2_t2,
td.td2_t1,
td.td2_t2,
td.td2_t3 {
	border:1px solid #c96;

}

th.th2_t2,td.td2_t2 {
	width: 80px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;
}



th.th2_t1,td.td2_t1{
	background-color: #696;
	color:#963;
	width: 292px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;

}

th.th2_t1{
	background-color: #ffc;

}

td.td2_t1{
	background-color: #fc0;
	color:#000;

}

th.th2_t2{
	background-color: #f60;
	color:#fff;

}

td.td2_t3 {
	width: 80px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}


/* テーブルタイプ3 4列用 */
table.type3_table a:link,table.type3_table a:visited {
   color:#930;

}

table.type3_table a:hover,table.type3_table a:active {
   color:#f57d21;

}

table.type3_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
}

table.type3_table,
th.th3_t1,
th.th3_t2,
td.td3_t1,
td.td3_t2,
td.td3_t3 {
	border:1px solid #c96;

}

th.th3_t2,td.td3_t2 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;
}



th.th3_t1,td.td3_t1{
	background-color: #696;
	color:#963;
	width: 322px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;

}

th.th3_t1{
	background-color: #ffc;

}

td.td3_t1{
	background-color: #fc0;
	color:#000;

}

th.th3_t2{
	background-color: #f60;
	color:#fff;

}

td.td3_t3 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}

/* テーブルタイプ3dl内 4列用 */
table.type3d_table a:link,table.type3d_table a:visited {
   color:#fc0;

}

table.type3d_table a:hover,table.type3d_table a:active {
   color:#f57d21;

}

table.type3d_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
	margin-bottom: 15px;
}

table.type3d_table,
th.th3d_t1,
th.th3d_t2,
td.td3d_t1,
td.td3d_t2,
td.td3d_t3 {
	border:1px solid #c96;

}

th.th3d_t2,td.td3d_t2 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;
}



th.th3d_t1,td.td3d_t1{
	background-color: #696;
	color:#963;
	width: 222px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;

}

th.th3d_t1{
	background-color: #ffc;

}

td.td3d_t1{
	background-color: #fc0;
	color:#000;

}

th.th3d_t2{
	background-color: #f60;
	color:#fff;

}

td.td3d_t3 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}

/* テーブルタイプ4 2列用 */
table.type4_table a:link,table.type4_table a:visited {
   color:#fc0;

}

table.type4_table a:hover,table.type4_table a:active {
   color:#f57d21;

}

table.type4_table caption {
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	padding-top:15px;
	font-weight: bold;
	
}

table.type4_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
}

table.type4_table,
th.th4_t1,
th.th4_t2,
td.td4_t1,
td.td4_t2,
td.td4_t3 {
	border:1px solid #c96;

}

th.th4_t2,td.td4_t2 {
	width: 320px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:center;
}



th.th4_t1,td.td4_t1{
	background-color: #fc0;
	color:#963;
	width: 322px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;

}

th.th4_t1{
	background-color: #ffc;

}

td.td4_t1{
	background-color: #fc0;
	color:#000;

}

th.th4_t2{
	background-color: #f60;
	color:#fff;

}

td.td4_t3 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}


/* テーブルタイプ5 10列用 */
table.type5_table a:link,table.type5_table a:visited {
   color:#930;

}

table.type5_table a:hover,table.type5_table a:active {
   color:#f57d21;

}

table.type5_table {
	clear : left;
	border-collapse: collapse;
	margin-left: 30px;
}

table.type5_table,
th.th5_t1,
th.th5_t2,
td.td5_t1,
td.td5_t2,
td.td5_t3 {
	border:1px solid #c96;

}

th.th5_t1,th.th5_t2,td.td5_t1,td.td5_t2 {

	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	font-weight: lighter;
	text-align:left;
}

th.th5_t1{
	background-color: #ffc;
	color:#fff;

}

td.td5_t1{
	background-color: #fc0;
	color:#000;
	width: 100px;

}

th.th5_t2{
	background-color:  #f60;
	color:#fff;
	width: 51px;

}

td.td5_t3 {
	width: 100px;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
	text-align:left;
	color:#666;
}

/* ページ内リンク用 */

#page_link_t1 {
	width: 400px;
	border: 1px solid #009999;
	padding: 1px;
	margin: 0 0 0 50px;
        background-color:#f8fef0;
}

#page_link_t1 ol{
	font-size: 12px;
	padding: 10px;
	margin: 0;
	border: 1px solid #cfefef;
}

#page_link_t1 li{
	font-size: 12px;
	list-style-type: none;
	padding: 3px 0 3px 34px;
	margin: 0;
        background-image: url("../image/page_link_t1_li.gif");
	background-repeat: no-repeat;
}


/* right_link枠 */

.tohome {
	width: 204px;
	text-align:right;
}

#right_link h2 {
	padding: 0 0 0 3px;
	margin: 0;
}

#right_link h3 {
	padding: 0 0 0 3px;
	margin: 0;
}

#relation_t ,#relation {

	padding: 0;
	margin: 0;
}


#relation ol,#relation_t ol {
	padding: 0 0 0 3px;
	margin: 0;
}

#relation ul {
	padding: 3px 10px;
	margin: 3px 0;
	background-color: #336666;
	border:1px solid #fff;
}

#relation li {
	display: inline;
	list-style-type:none;
	line-height: 1.2;
	padding: 0;
	margin: -10px 0 0 0;
}

#relation dl{
	padding: 0;
	margin: 0;
}

#relation dt {
	background-image: url("../image/li_relation.gif");
	background-repeat: no-repeat;
	padding: 8px 0 0 25px;
	margin: 0;
	font-size: 12px;
	color:#ffcc00;
	line-height:130%;
}

.on_c dt{

}



#relation dd {

	background-image: url("../image/li_relation2.gif");
	background-repeat: no-repeat;
	width:170px;
	padding: 6px 0 0 40px;
	margin: 0;
	font-size: 8pt;
	color:#ffcc00;
}

#relation_t li {
	height: 25px;
	padding: 8px 0 0 25px;
	margin: 0;
	color:#ffcc00;
	font-weight: bold;
	list-style: none;

}

.relation_top {

	background-image: url("../image/li_relation_t.gif");
	background-repeat: no-repeat;
	font-size: 14px;
}

.relation_stop {
	background-image: url("../image/li_relation_st.gif");
	background-repeat: no-repeat;
	font-size: 12px;
}

#right_link a:link,#right_link a:visited {
   color:#fff;
   text-decoration: none ;
}

#right_link a:hover,#right_link a:active {
   color:#ffcc00;
   text-decoration: none ;
}



/* ie7向け */
#right_link {
	width: 225px;
	position: absolute;
	z-index:2 ;
        background-image: url("../image/news_bg.gif");
	background-repeat: repeat-y;
	margin-left: 1px
}

/* ie7以外 */
*:lang(ja) #right_link {
	width: 225px;
	position: absolute;
	margin-left: 734px !important;
	z-index:2 ;
        background-image: url("../image/news_bg.gif");
	background-repeat: repeat-y;

}

*:first-child+html #right_link {
	width: 225px;
        background-color:#333;
	position: absolute;
	z-index:2 ;
}

/* DL タイプ1 */

#dl_type1{
	width: 665px;
	clear : both;
	padding: 0;
	margin: 10px 0 5px 28px;
	border:1px solid #c4ccd0;
}



#dl_type1 h3{
	width: 400px;
	margin: 7px;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
        background-color:#000;
	border:1px solid #435f6b;
}

#dl_type1 p{
	width: 630px;
	margin: 7px 10px;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5;
	color: #333;
	font-family: "MS UI Gothic","alias-fixed-jis0208.1983-0","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"
}


#dl_type1 dl,#flow_sub2box_l dl{

	padding: 0;
	margin: 5px 0 14px 7px;
}

#dl_type1 dt,#flow_sub2box_l dt{
	margin: 0;
	padding: 2px 0 0 24px;
	font-size: 0.8em;
	font-weight: bold;
	color:#333;
	background-image: url("../company/image/cpro_li.gif");
	background-repeat: no-repeat;

}

#dl_type1 dd,#flow_sub2box_l dd{
	width: 595px;
	margin: 7px 24px;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5;
	color: #666;
	font-family: "MS UI Gothic","alias-fixed-jis0208.1983-0","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";

}

.mdd { 	border-bottom:1px dotted #ccc; }

#dl_type1 ul{
	padding:0;
	margin:0;

}

#dl_type1 li{
	padding:0 0 0 20px;
	margin:0;
	font-size: 0.8em;
	list-style:none;
	background-image: url("../company/image/cpro_li.gif");
	background-repeat: no-repeat;

}

#dl_type1 caption{
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color:#435f6b;
	font-weight: bold;
}

/* 2段目リンク */

#sublink {
	clear : both;
	width:671px;
	height:58px;
	padding:0;
	margin:0 0 20px 27px;
	border:1px solid #999;
        background-image: url("../option/image/sublink_bg.jpg");
	background-repeat: no-repeat;
}

#sublink dl{
	width:520px;
        float: left;
	padding:0;
	margin:0;
}

#sublink dt{
	padding:10px 0 0 20px;
	margin:0;
	color:#003333;
	font-size:14px;
	font-weight: bold;
}

#sublink dd{
	padding:7px 0 0 35px;
	margin:0;
	color:#666;
	font-size:0.75em;
}

#sublink a{
	width:150px;
        float: left;
	padding:13px 0 0 0;
	margin:0;
}


/* 補足事項枠 */

#closeup {
	clear : both;
	width: 693px;
	padding:28px 0 38px 0;
	margin:20px 0 0 20px;
        background-image: url("../image/cu_up.jpg");
	background-repeat: no-repeat;
        background-position: top left;
}

#closeup_dn {
	clear : both;
	width: 693px;
	padding:38px 0 0 0;
	margin:0;
        background-image: url("../image/cu_dn.jpg");
	background-repeat: no-repeat;
}


#closeup_left {
        background-image: url("../image/cu_left.jpg");
        float: left;
	width:392px;
	padding:0 0 0 20px;
	margin:0;
}

#closeup_right {
        background-image: url("../image/cu_right.jpg");
        float: left;
	width:216px;
	padding:20px 35px 0 30px;
	margin:0;
}

#closeup_left h3 {
        float: left;
	width: 365px;
	height: 26px;
	padding:12px 0 0 30px;
	margin:0 0 10px 0;
        background-image: url("../image/cu_h3.gif");
	background-repeat: no-repeat;
	font-size: 12px;
	color:#fff;
}

#closeup_left h4 {
	width: 355px;
	padding:5px 0 0 5px;
	margin:10px 0 0 5px;
	font-size: 0.8em;
	line-height: 150%;
	color:#333;
	border-bottom:1px dotted #094d29;
}



#closeup_right p{
	font-size: 12px;
	line-height:1.5;
	color:#333;
}



#closeup_right h3{
	width: 185px;
	padding:10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1.5;
	color:#fff;
        background-color:#06c;
	border:1px solid #006;
	text-align: center;
}

#closeup_right h4 {
	width: 205px;
	padding:0;
	margin:0;
	font-size: 0.8em;
	line-height: 1.3;
	color:#060;
	border-bottom:1px dotted #696;
}

#closeup_right h5{
	width: 185px;
	padding:10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1.5;
	color:#000;
        background-color:#ffc;
	border:1px dotted #ccc;
}

.cu_h3p {
	width: 365px;
	padding:0;
	margin:0 0 0 5px;
	font-size: 0.75em;
	line-height: 1.5;
	color:#000;
}

.cu_h4p {
	width: 350px;
	padding:0;
	margin:0 0 0 10px;
	font-size: 0.75em;
	line-height: 1.5;
	color:#333;
}

#closeup_left a{
	width:294px;
	height: 28px;
	display: block;
        background-image: url("../image/cu_anker.jpg");
	padding:13px 15px 0 40px;
	margin:0 0 10px 0;
}

/* 手順枠 */

#procedure {
	clear : both;
	width: 693px;
	padding:28px 0 38px 0;
	margin:20px 0 0 20px;
        background-image: url("../image/pu_up.jpg");
	background-repeat: no-repeat;
        background-position: top left;
}

#procedure_dn {
	clear : both;
	width: 693px;
	padding:38px 0 0 0;
	margin:0;
        background-image: url("../image/pu_dn.jpg");
	background-repeat: no-repeat;
}


#procedure_left {
        background-image: url("../image/pu_left.jpg");
        float: left;
	width:392px;
	padding:0 0 0 20px;
	margin:0;
}

#procedure_right {
        background-image: url("../image/pu_right.jpg");
        float: left;
	width:236px;
	padding:20px 35px 0 10px;
	margin:0;
}

#procedure_left dl,#procedure_left ol,#procedure_left li{
	padding:0;
	margin:0;
}

#procedure_left li{
	list-style: none;
}

#procedure_left dt {
        float: left;
	width: 380px;
	height: 26px;
	padding:12px 0 0 15px;
	margin:0 0 10px 0;
        background-image: url("../image/pu_dt.jpg");
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#339;
}

#procedure_left dd {
	width: 355px;
	padding:0;
	margin:0 0 0 15px;
	font-size: 0.75em;
	line-height: 1.5;
	color:#333;
}

#procedure_right p{
	font-size: 0.8em;
	line-height:1.5;
	color:#666;
}

#procedure_left h4 {
	width: 355px;
	padding:5px 0 0 5px;
	margin:10px 0 0 5px;
	font-size: 0.8em;
	line-height: 150%;
	color:#333;
	border-bottom:1px dotted #094d29;
}




#procedure_right h3{
	width: 185px;
	padding:10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1.5;
	color:#fff;
        background-color:#06c;
	border:1px solid #006;
	text-align: center;
}

#procedure_right h5{
	width: 185px;
	padding:10px;
	font-size: 0.8em;
	font-weight: bold;
	line-height:1.5;
	color:#000;
        background-color:#ffc;
	border:1px dotted #ccc;
}

#procedure_right h4 {
	width: 205px;
	padding:0;
	margin:0;
	font-size: 0.8em;
	line-height: 150%;
	color:#696;
	border-bottom:1px dotted #696;
}



.pu_h4p {
	width: 350px;
	padding:0;
	margin:0 0 0 10px;
	font-size: 0.75em;
	line-height: 1.5;
	color:#333;
}

/* 左枠用語集用 */

#word_pop {
	width:198px;
	padding: 0 0 10px 0;
	margin:35px 12px 15px 13px;
	background-color: #ebf0f0;
	border:1px solid #011c1c;
}


#word_pop ul,#word_pop h4{
	padding: 0;
	margin: 0;
}

#word_pop li{

	list-style:none;
	padding: 2px 5px 2px 28px;
	margin: 0;
        background-image: url("../image/word_pop.gif");
	background-repeat: no-repeat;
	font-size: 8pt;
	color:#333;
}

#word_pop a:link,#word_pop a:visited {
   color:#000033;

}

#word_pop a:hover,#word_pop a:active {
   color:#f57d21;

}

/* トップへ戻る */
#totop {
	clear : both;
	margin:30px 0 30px 35px;
	padding;0;
}

#totop a{
	display: block;
	width: 176px;
	height: 22px;
	padding: 11px 0 0 20px;
	font-size: 8pt;
	text-decoration: none;
}

#totop  a:link,#totop  a:visited {
        background-image: url("../image/totop_off.gif");
	background-repeat: no-repeat;
	color:#000;


}

#totop  a:hover,#totop  a:active {
        background-image: url("../image/totop_on.gif");
	background-repeat: no-repeat;
	color:#000;

}

/* もっと詳しく */
#motto {
	text-align: right;
	padding-right: 50px;
}

/* 戻る */
#pback {
	margin: 0;
	padding: 0 0 20px 20px;
}

/* 料金強調 */

.price {
	font-size: 14px;
	color:#cc0000;
	font-family: Century Gothic,Arial,Arial black, Osaka, "ヒラギノ角ゴ Pro W3";	
}

/* SSLシール */
#ssl_sub {
	width:180px;
	padding:0;
	margin:45px 0 0 25px;
	font-size:0.7em;
	line-height: 120%;
	color:#ffffcc;
}


/*　対応可能範囲,相互リンク */

#correspondence ,#subcon_link{
	clear : left;
	width: 690px;
	padding: 0;
	margin: 20px 0 10px 25px;
}

#correspondence {

	border: 1px solid #cccccc;

}

#correspondence h4{
	width: 150px;
	padding: 5px;
	margin: 0;
	font-size:8pt;
	color:#666666;
	background-color:#cccccc;
}

#correspondence dl{
        float: left;
	width: 320px;
	padding: 10px;
	margin: 0;
	font-size: 8pt;
	line-height: 1.7;
	color:#666666;
}

#correspondence dt{
	font-weight: bold;
}

#correspondence dd{
	padding: 0 0 0 10px;
	margin: 0;
}
dd.cor_left {
	border-right:1px dotted #cccccc;
}
#subcon_link {
	height:200px;
}

#subcon_link ul{
	padding: 0;
	margin: 0;
}

#subcon_link li{
        float: left;
	width : 110px;
	padding: 0;
	margin: 0;
	list-style: none;
}
