@charset "utf-8";

/*------------------------初期化------------------------*/
html, body, p, span, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, select, hr, div {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select,input,textarea {font-family:osaka, "メイリオ",  "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial, sans-serif; font-size: 1em;} /*Mac IE 文字化け防止*/
hr {display: none;} /*CSS無効時の区切り線*/

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	color: #000;
/*	background-image: url(../images/body_bg.jpg); */
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


/* LinkSetting */
A:link {
	text-decoration:none;
	color: #282dbf
}
A:visited {
	text-decoration:none;
	color: #282dbf
}
A:active  {text-decoration:underline; color: #333}
A:hover {
	text-decoration:underline;
	color: #333
}


/* layoutSetting */


html {
 overflow-y: scroll;
}



img{
	border: none;
	vertical-align: bottom;

}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr{
	line-height: 0px;
	visibility: hidden;
}

div#stage {
	width: 952px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;

}


div#wrapper{
	width: 952px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
}



/*------------------------top-----------------------*/
#header{
	width: 950px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#header_logo{
	float: left;
	width: 510px;
}

#header_banner{
	float: right;
	width: 250px;
	overflow: hidden;
}
#header_banner ul{
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
}

#header_banner ul li{
	float: left;
	margin-left: 20px;
}


#Gmenu{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}




#Gmenu ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Gmenu ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;

	}

#nav li a{	display: block;	}

#topMain{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#topMain img{
	margin-right: auto;
	margin-left: auto;
}

#contents{
	overflow: hidden;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents-inner{
	padding: 15px;
	margin: 0px;
}



#contents #conLeft{
	float: left;
	width: 680px;
	text-align: left;
}

#contents #conRight{
	float: right;
	width: 250px;
	text-align: left;
}

.top_set{
	overflow: hidden;
	margin-left: 15px;
}

.top_set .leftImg{
	float: left;
	width: 200px;
}
.top_set .rightCopy{
	float: right;
	width: 450px;
}


.gold_waku{
	background: #bc9b02; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjOWIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZjBkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzliMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bc9b02 0%, #faf0d1 50%, #bc9b02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc9b02), color-stop(50%,#faf0d1), color-stop(100%,#bc9b02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bc9b02 0%,#faf0d1 50%,#bc9b02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bc9b02 0%,#faf0d1 50%,#bc9b02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bc9b02 0%,#faf0d1 50%,#bc9b02 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bc9b02 0%,#faf0d1 50%,#bc9b02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9b02', endColorstr='#bc9b02',GradientType=0 ); /* IE6-8 */
	padding: 12px;
	font-size: 120%;
	font-weight: bold;
	color: #000;
	text-align: center;
	}


.gold_waku{
	border: 1px solid #c4a71e;
	padding: 10px;
}

#kumagaisou{
	border: 1px solid #c4a71e;
	background-image: url(../images/kumagaisou.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	height: 115px;
	padding-left: 130px;
}

#ijinMenu{
	margin-top: 20px;
}

#ijinMenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#ijinMenu ul li{
	background-image: url(../images/icon_gold_ya.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
	margin-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 130%;
}

#ijinMenu ul li A{
	color: #333;
	display: block;
}
#top_katsudou{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a71e;
}
#top_katsudou ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#top_katsudou ul li{
	background-image: url(../images/icon_blue_ya.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#top_katsudou ul li A{
	display: block;
}
	
	
/*　------トップページ　右　更新履歴　----　　　　*/
#top_rireki{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a71e;
	padding-bottom: 20px;
	overflow: hidden;
	height: 150px;
}

#top_rireki_list{
	height: 170px;
	overflow: scroll;
}

#top_rireki_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_rireki_list ul li{
	font-size: 90%;
}


#top_banner{
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.title_line{
	background-image: url(../images/icon_gold_maru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a71e;
	font-size: 110%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}



#left_List{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a71e;
}
#left_List ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#left_List ul li{
	background-image: url(../images/icon_blue_ya.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#left_List ul li A{
	display: block;
}




#left_List2{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4a71e;
}
#left_List2 ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	overflow: hidden;
}

#left_List2 ul li{
	background-image: url(../images/icon_blue_ya.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	width: 100px;

}
#left_List2 ul li A{
	display: block;
}



.office_set{
	padding: 10px;
	overflow: hidden;
}

.office_title{
	background-image: url(../images/icon_man.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.office_set .officeleft{
	float: left;
	width: 120px;
	margin-left: 20px;
}
.office_set .officeright{
	float: right;
	width: 500px;
}

.office_set .officeright table{
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	text-align: left;
}

.office_set .officeright table th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
	background-color: #EAF1FD;
	margin: 0px;
	width: 20%;
}

.office_set .officeright table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
	margin: 0px;
	}


/*------------------------footer-----------------------*/

#footer{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 140%;

}


#footer A:link {text-decoration:none; color: #333}
#footer A:visited {text-decoration:none; color: #333}
#footer A:active  {text-decoration:underline; color: #333}
#footer A:hover {
	text-decoration:underline;
	color: #666
}


#footer #menuarea{
	font-size: 90%;
	background-color: #F7F7F7;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}

#footer #menuarea ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 600px;
}

#footer #menuarea ul li{
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#footer #menuarea a{
	color: #000;
}

#copyright{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 80%;
	padding-right: 5px;
	margin-top: 5px;
}


.pagetop{
	padding: 0px;
}

.pagetop A{
	float: right;
	font-size: 80%;
	color: #FFF;
	background-color: #06C;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}


/*------------------------hタグ-----------------------*/

h1{
	font-size: 160%;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}




h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	background-image: url(../images/icon_gold_kaku.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 2px;
	}
	

h3{
	font-weight: bold;
	color: #333;
	font-size: 120%;
	border: 1px solid #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 50%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 50%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 50%,#efefef 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
}



h4{	font-weight: bold;
	color: #333;
	font-size: 110%;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}




/*------------------------parts　リンク集-----------------------*/



.link_ya_icon {

	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 15px;
}

.link_ya_icon a{

	color: #666;
}


.link_ya_icon ul li{
	sbackground-image: url(../images/icon_ya_red.gif);
	list-style-image: url(../images/icon_ya_red.gif);
}

.icon_mail{
	background-image: url(../images/icon_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.icon_tel{
	background-image: url(../images/icon_tel.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}



.icon_man{
	background-image: url(../images/icon_man.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.list_icon01{
	padding: 15px;
}

.list_icon01 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon01 li{
	background-image: url(../images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


.list_icon02{
	padding: 15px;
	}

.list_icon02 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon02 li{
	background-image: url(../images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
}



.list_icon03{
	padding: 15px;
	}

.list_icon03 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list_icon03 li{
	background-image: url(../images/icon_kakudai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}



.list_ol{
	padding: 15px;
}

.list_ol ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.list_ol li{
	list-style-type: decimal;
	padding: 5px;
	list-style-position: inside;
}





.title01{
	font-size: 130%;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
}

.set{}

.set_clear{
	overflow: hidden;
}

.box10{
	text-align: left;
	padding: 10px;
}

.box10_clear{
	text-align: left;
	padding: 10px;
	overflow: hidden;
}



.box_left{
	float: left;
}

.box_right{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.boxL100{
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 110px;
}

.boxL30{
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left:30px;
}

.boxLR100{
	text-align: left;
	padding-top: 10px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 100px;
}


.box_waku{
	padding: 20px;
	/* border */


/* border-radius */
    border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.4) 0px 6px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.4) 0px 6px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.4) 0px 6px 6px 3px;
	border: 2px solid #CCC;
	margin-top: 15px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

#linkBox{
	overflow: hidden;
}
#linkBox01{
	float: left;
	width: 200px;
	margin-right: 15px;
}

#linkBox02{
	float: left;
	width: 400px;
	margin-right: 15px;	
}

#linkBox03{
	float: left;
	width: 250px;
}


.tableA table{
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
}

.tableA th{
	border-right-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	white-space: nowrap;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}


.txt_red{
	color: #F00;
}



.txt_bold{
	font-weight: bold;
}

.txt_M{
	font-size: 120%;
}

.txt_S{
	font-size: 80%;
}

.txt_center{
	text-align: center;
}

.txt_under{
	text-decoration: underline;
}

.txt_right{
	text-align: right;
}

.bg_blue{
	background-color: #E4F4FC;
}


.width310{
	width: 310px;
}



.width400{
	width: 400px;
}



.width500{
	width: 500px;
}

.width600{
	width: 600px;
}

.width800{
	width: 800px;
}

.ph100{}
/*------------------------parts　活動情報-----------------------*/

.tableB table{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	text-align: left;
}


.tableB table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
	margin: 0px;
	}
	
/*------------------------parts　倫理要綱----------------------*/
.txt_blue_bold{
	color: #203EEF;
	font-weight: bold;
}

/*------------------------parts　偉人伝-----------------------*/
.great_set{
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.great_title{
	background-image: url(../images/icon_man.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.great_set .greatleft{
	float: left;
	width: 200px;
	margin-left: 20px;
}
.great_set .greatright{
	float: right;
	width: 630px;
	margin: 0px;
	padding: 15px;
	text-align: left;
	border: 1px solid #CCC;
	background-image: url(../images/y_pg.png);
}

/*------------------------parts　ネットワーク社労士-----------------------*/
.tableC table{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	text-align: left;
}


.tableC table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 2px;
	margin: 0px;
	}
.tableC table tr td a{
	list-style-type: disc;
	}
	
	
	/*------------------------parts　勉強会愛好会-----------------------*/
	
	#study{
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom:20px;
	padding-left: 10px;

}
#study ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#study li{
	background-image: url(../images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/*------------------------parts　pdfダウンロード-----------------------*/
	#dl_pdf{
	text-align: left;
	padding-top: 20px;
	padding-left: 50px;

}
	#dl_pdf table tr td a{
	padding-left: 15px;

}





/*------------------------parts　会員ページ　履歴更新-----------------------*/
#top_rireki_member{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BCB9B9;
}
#top_rireki_member .title_line{
	background-image: url(../images/icon_blue_maru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB9B9;
	font-size: 130%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#top_rireki_list_member{

}

#top_rireki_list_member ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_rireki_list_member ul li{
	font-size: 90%;
	padding-left: 20px;
}





/*------------------------parts　会員ページ　カレンダー-----------------------*/

#top_calender{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB9B9;
	padding-bottom: 20px;

}
#top_calender .title_line{
	background-image: url(../images/icon_blue_maru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB9B9;
	font-size: 130%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#top_calender_list{

}

#top_calender_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_calender_list ul li{
	font-size: 90%;
	padding-left: 20px;
}

/*------------------------parts　会員ページ　ネットワーク社労士-----------------------*/

#top_network_sr{
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB9B9;
	padding-bottom: 20px;

}
#top_network_sr .title_line{
	background-image: url(../images/icon_blue_maru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB9B9;
	font-size: 130%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#top_network_sr_list{

}

#top_network_sr_list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_network_sr_list ul li{
	font-size: 90%;
	padding-left: 20px;
}

.button_area {
    margin: 30px;
    text-align: center;
}

.button.default {
    background-color: #47C4D6;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 15px 30px;
    margin-top: 20px;
}

.button_area2 {
    margin: 0;
    text-align: right;
    width: 100%;
}

.button_area2 a {
    background-color: #06c;
    color: #fff;
    font-size: 80%;
    padding: 3px 10px;
}

/*---- topページのメールフォーム画像----*/
#under_banner{
	float: right;
	width: 250px;
	overflow: hidden;
}
#under_banner ul{
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
}

#under_banner ul li{
	float: left;
	margin-left: 20px;
}
