@charset "utf-8";

/* *****************************************
/*+  all  +*********************************
/***************************************** */
body{
	margin:0;
	padding:0;
	background:url(../pict/background.gif) #000;
	font-size:0.8em;
	line-height:1.6;
	color:#666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
#wrap{
	margin:0 auto;
	padding:5px 0 20px 0;
	width:850px;
	background:url(../pict/wrap_bg.gif) repeat-y;
	}
body#topPage #wrap{
	margin:0 auto;
	padding:0 0 20px;
	width:850px;
	background:url(../pict/wrap_top_bg.gif) repeat-y;
	}


/* *****************************************
/*+  initialize  +**************************
/***************************************** */
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.0;
	}
dl,dt,dd,p{
	margin:0;
	padding:0;
	}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}
a img{
	border:0;
	vertical-align:top;
	text-decoration:none;
	}


/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear{
	clear:both;
}
.clearfix:after{ /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-block; /* for IE */
}
/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */


/* *****************************************
/*+  link  +********************************
/***************************************** */
a{
	color:#154492;
	text-decoration:underline;
	}
a:hover{
	color:#2d6edb;
	text-decoration:none;
	}


/* *****************************************
/*+  header  +******************************
/***************************************** */
#headerWrap{
	width:100%;
	height:140px;
	background:url(../pict/header_bg.gif) #666;
	}
#header{
	position:relative;
	margin:0 auto;
	width:850px;
	height:38px;
	background:url(../pict/hnavi_bg.gif) #FFF no-repeat top;
	font-size:12px;
	}
#header h1{
	position:absolute;
	top:10px;
	left:5px;
	width:160px;
	color:#666;
	font-size:0.8em;
	font-weight:normal;
	}
#header ul#hnavi{
	margin:0 0 0 316px;
	height:38px;
	}
#header ul#hnavi li{
	position:absolute;
	top:7px;
	}
#header ul#hnavi li.hnavi01{left:313px;}
#header ul#hnavi li.hnavi02{left:421px;}
#header ul#hnavi li.hnavi03{left:354px;}
#header ul#hnavi li.hnavi04{left:484px;}
#header ul#hnavi li a{
	display:block;
	top:6px;
	overflow:hidden;
	height:18px;
	text-indent:-99999px;
	}
#header ul#hnavi li.hnavi01 a{width:41px;background:url(../pict/hnavi_top.gif) no-repeat;}
#header ul#hnavi li.hnavi02 a{width:67px;background:url(../pict/hnavi_sitemap.gif) no-repeat;}
#header ul#hnavi li.hnavi03 a{width:63px;background:url(../pict/hnavi_contact.gif) no-repeat;}
#header ul#hnavi li.hnavi04 a{width:75px;background:url(../pict/hnavi_download.gif) no-repeat;}
#header ul#hnavi li.hnavi01 a:hover,
#header ul#hnavi li.hnavi02 a:hover,
#header ul#hnavi li.hnavi03 a:hover,
#header ul#hnavi li.hnavi04 a:hover{
	background-position:0 -18px;
	}
#header input.searchForm{
	margin:0 5px 0 0;
	width:110px;
	border:solid 1px #515151;
	}
#header input.searchBt{
	margin:2px 0 0;
	}
#header dt{
	position:absolute;
	top:5px;
	left:573px;
	}
#header dd{
	position:absolute;
	top:6px;
	left:660px;
	}
#header dd input{
	float:left;
	}

/* *****************************************
/*+  gloval navi  +*************************
/***************************************** */
#gNavi{
	position:relative;
	margin:0 auto;
	width:850px;
	height:102px;
	background:url(../pict/gnavi_bg.gif) repeat-x;
	}
#gNavi li a{
	display:block;
	height:102px;
	text-indent:-99999px;
	overflow:hidden;
	}
#gNavi li.logo a{
	left:0;
	text-indent:0;
	}
#gNavi li{
	position:absolute;
	top:0;
	}
#gNavi li.gNavi01{left:192px;}
#gNavi li.gNavi02{left:454px;}
#gNavi li.gNavi03{left:323px;}
#gNavi li.gNavi04{left:585px;}
#gNavi li.gNavi05{left:716px;}
#gNavi li.gNavi01 a{width:131px;background:url(../pict/gnavi_kumiai.gif) no-repeat;}
#gNavi li.gNavi02 a{width:131px;background:url(../pict/gnavi_calender.gif) no-repeat;}
#gNavi li.gNavi03 a{width:131px;background:url(../pict/gnavi_merit.gif) no-repeat;}
#gNavi li.gNavi04 a{width:131px;background:url(../pict/gnavi_news.gif) no-repeat;}
#gNavi li.gNavi05 a{width:134px;background:url(../pict/gnavi_form.gif) no-repeat;}
#gNavi li.gNavi01 a:hover,
#gNavi li.gNavi02 a:hover,
#gNavi li.gNavi03 a:hover,
#gNavi li.gNavi04 a:hover,
#gNavi li.gNavi05 a:hover{
	background-position:0 -102px;
}
#gNavi li#thisPage a{background-position:0 -102px;}

/* *****************************************
/*+  footer  +******************************
/***************************************** */
#footer{
	margin:0 auto 15px;
	padding:20px 0;
	width:850px;
	background:url(../pict/footer_bg.gif) repeat-y;
	border-bottom:solid 1px #636363;
	text-align:center;
	font-size:0.9em;
	color:#FFF;
	}
#footer a{
	color:#FFF;
	}
#footer a:hover{
	text-decoration:none;
	}
/* *****************************************
/*+  TopPage  +*****************************
/***************************************** */
#imageWrap{
	position:relative;
	margin:0 auto;
	width:848px;
	height:292px;
	background:url(../pict/wrap_bg.gif) repeat-y;
	border-bottom:solid 5px #154492;
	}
#sideNavi{
	margin:0 1px;
	padding:3px 0;
	width:167px;
	height:286px;
	background:#282828;
	}
#sideNavi li a{
	display:block;
	width:167px;
	height:95px;
	text-indent:-99999px;
	}
#sideNavi li.sNavi01 a{height:96px;background:url(../pict/side_kumiai.gif) no-repeat;}
#sideNavi li.sNavi01 a:hover{background:url(../pict/side_kumiai_r.gif) no-repeat;}
#sideNavi li.sNavi02 a{background:url(../pict/side_merit.gif) no-repeat;}
#sideNavi li.sNavi02 a:hover{background:url(../pict/side_merit_r.gif) no-repeat;}
#sideNavi li.sNavi03 a{background:url(../pict/side_calender.gif) no-repeat;}
#sideNavi li.sNavi03 a:hover{background:url(../pict/side_calender_r.gif) no-repeat;}
#mainImage{
	position:absolute;
	top:0;
	left:168px;
}
#news,
#event{
	float:left;
	margin:15px 0 0 8px;
	width:292px;
	}
#news li,
#event li{
	padding:10px;
	background:#f4f4f4;
	border-bottom:dotted 1px #d7d7d7;
}
#news li span,
#event li span{
	display:block;
	font-weight:bold;
	}
#news li.newsBar,
#event li.eventBar{
	margin:0 0 1px;
	padding:0;
	height:39px;
	background:#FFF;
	}
#news .newsBt a{
	display:block;
	margin:15px 0 0 220px;
	width:70px;
	height:20px;
	background:url(../pict/icon_news.gif) no-repeat;
	text-indent:-99999px;
	}
#news .newsBt a:hover{background-position:0 -20px;}
#bnrBox{
	float:right;
	margin:0 1px 0 0;
	width:240px;
	}
#bnrBox ul{
	margin:0 auto;
	padding:15px 0;
	width:226px;
	height:100%;
	}
#bnrBox li{
	margin-bottom:5px;
	}


/* *****************************************
/*+  UnderPage  +***************************
/***************************************** */

/*+ menu + ------------------------------- */
#menuWrap{
	float:left;
	width:170px;
	}
#menuBox{
	margin:25px auto 15px;
	width:155px;
	background:#f1f1f1;
	border:solid 1px #c6c6c6;
	}
#menuBox dl{
	margin:2px auto;
	padding:2px;
	width:144px;
	background:#FFF;
	}
#menuBox dt a{
	display:block;
	width:144px;
	height:72px;
	text-indent:-99999px;
	overflow:hidden;
	}
#menuBox #menuKumiai a{background:url(../pict/menu_kumiai.gif) no-repeat;}
#menuBox #menuKumiai a:hover{
	background-position:0 -72px;
	}
#menuBox dd a{
	display:block;
	margin:3px 0;
	padding:2px 0;
	width:140px;
	background:url(../pict/menu_icon.gif) #FFF no-repeat left center;
	border:solid 1px #ececec;
	text-indent:10px;
	color:#666;
	text-decoration:none;
	}
#menuBox dd a:hover{
	background:url(../pict/menu_icon.gif) #f1f1f1 no-repeat left center;
	border:solid 1px #e6e6e6;
	}
#menuBox input.searchForm{
	width:85px;
	}
#menuBox input{
	margin-bottom:10px;
	}

/*+ contents + ------------------------------- */
#contentsWrap{
	float:left;
	margin:0 0 0 8px;
	width:668px;
	}
#contentsWrap h3{
	margin:0 0 20px;
	}
#contentsWrap h4.midashi{
	margin:0 0 10px;
	padding:10px 0;
	width:647px;
	background:url(../pict/midashi.gif) no-repeat;
	font-size:1.2em;
	color:#282828;
	text-indent:20px;
	}
#contentsWrap h4.small{
	font-size:1.0em;
	}




#contents{
	margin:0 0 0 20px;
	width:647px;
	}
#contents .box{
	margin:0 auto 15px;
	width:627px;
	}
#contents .box p{
	padding:0 0 10px 0;
	}

/*+ 美容組合ページ + ------------------------------ */
.kumiaiBox{
	position:relative;
	width:665px;
	height:270px;
	background:#f1f1f1;
	}
.kumiaiBox li{
	position:absolute;
	}
.kumiaiBox li a{
	display:block;
	width:317px;
	height:77px;
	text-indent:-99999px;
	overflow:hidden;
	}
#kumiaiBt01{top:15px;left:10px;}
#kumiaiBt02{top:15px;left:340px;}
#kumiaiBt03{top:100px;left:10px;}
#kumiaiBt04{top:100px;left:340px;}
#kumiaiBt05{top:184px;left:10px;}
#kumiaiBt06{top:184px;left:340px;}
#kumiaiBt01 a{background:url(../pict/kumiai_bt01.gif) no-repeat;}
#kumiaiBt02 a{background:url(../pict/kumiai_bt02.gif) no-repeat;}
#kumiaiBt03 a{background:url(../pict/kumiai_bt03.gif) no-repeat;}
#kumiaiBt04 a{background:url(../pict/kumiai_bt04.gif) no-repeat;}
#kumiaiBt05 a{background:url(../pict/kumiai_bt05.gif) no-repeat;}
#kumiaiBt06 a{background:url(../pict/kumiai_bt06.gif) no-repeat;}
#kumiaiBt01 a:hover,
#kumiaiBt02 a:hover,
#kumiaiBt03 a:hover,
#kumiaiBt04 a:hover,
#kumiaiBt05 a:hover,
#kumiaiBt06 a:hover{
background-position:0 -77px;
	}

/*+ 地図ページ + ------------------------------ */
.map{
	text-align:center;
	}

/*+ 挨拶ページ + ------------------------------ */
.aisatsuTxt{
	float:left;
	width:430px;
	}
.aisatsuPhoto{
	float:right;
	width:147px;
	}

/*+ 組織図ページ + ------------------------------ */
.sosikiBox{
	margin:0 0 30px;
	}
.sosikiBox dt{
	margin:0 0 10px;
	font-size:1.2em;
	}

/*+ 各支部ページ + ------------------------------ */
.hyoLayout{
	margin:0 auto;
	}
.hyoLayout th{
	padding:3px;
	background:#d8d8e3;
	border-right:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	}
.hyoLayout td{
	padding:3px 0 3px 7px;
	background:#ececf2;
	border-right:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	}

/*+ 美容講師会ページ + ------------------------------ */
.kaihi{
	margin:0 0 20px;
	padding:10px 5px;
	width:170px;
	background:#f1f1f1;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
	}
.txtBold{
	font-weight:bold;
	}

/*+ 組合メリットページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuMerit a{background:url(../pict/menu_merit.gif) no-repeat;}
#menuWrap #menuMerit a:hover{
	background-position:0 -72px;
	}

.meritBox{
	position:relative;
	width:665px;
	height:450px;
	background:#f1f1f1;
	}
.meritBox li{
	position:absolute;
	}
.meritBox li a{
	display:block;
	width:317px;
	height:77px;
	text-indent:-99999px;
	overflow:hidden;
	}
#meritBt01{top:15px;left:10px;}
#meritBt02{top:15px;left:340px;}
#meritBt03{top:100px;left:10px;}
#meritBt04{top:100px;left:340px;}
#meritBt05{top:184px;left:10px;}
#meritBt06{top:184px;left:340px;}
#meritBt07{top:268px;left:10px;}
#meritBt08{top:268px;left:340px;}
#meritBt09{top:352px;left:10px;}
#meritBt10{top:352px;left:340px;}
#meritBt01 a{background:url(../pict/merit_bt01.gif) no-repeat;}
#meritBt02 a{background:url(../pict/merit_bt02.gif) no-repeat;}
#meritBt03 a{background:url(../pict/merit_bt03.gif) no-repeat;}
#meritBt04 a{background:url(../pict/merit_bt04.gif) no-repeat;}
#meritBt05 a{background:url(../pict/merit_bt05.gif) no-repeat;}
#meritBt06 a{background:url(../pict/merit_bt06.gif) no-repeat;}
#meritBt07 a{background:url(../pict/merit_bt07.gif) no-repeat;}
#meritBt08 a{background:url(../pict/merit_bt08.gif) no-repeat;}
#meritBt09 a{background:url(../pict/merit_bt09.gif) no-repeat;}
#meritBt10 a{background:url(../pict/merit_bt10.gif) no-repeat;}
#meritBt01 a:hover,
#meritBt02 a:hover,
#meritBt03 a:hover,
#meritBt04 a:hover,
#meritBt05 a:hover,
#meritBt06 a:hover,
#meritBt07 a:hover,
#meritBt08 a:hover,
#meritBt09 a:hover,
#meritBt10 a:hover{
background-position:0 -77px;
	}

/*+ 各種融資制度ページ + ------------------------------ */
.yuusiBox{
	margin:0 0 0 10px;
	line-height:1.8;
	}
.yuusiBox dt{
	padding:0 0 0 5px;
	border-left:solid 3px #1e6beb;
	font-weight:bold;
	font-size:1.2em;
	}
.yuusiBox dd{
	margin:0 0 0 15px;
	}
.yuusiBox dd.latest{
	margin-bottom:30px;
	}
.yuusiBox dd li{
	margin:0 0 0 10px;
	padding:0 0 10px 10px;
	background:url(../pict/merit_icon.gif) no-repeat 0 5px;
	}
.yuusiBox dd li.chusyaku{
	margin:0 0 0 20px;
	padding:5px;
	width:500px;
	background:#F1F1F1;
	border:solid 1px #e2e2e2;
	line-height:1.2;
	}

/*+ 各種保険ページ + ------------------------------ */
.hokenBox{
	margin:0 0 0 10px;
	line-height:1.8;
	}
.hokenBox dt{
	padding:0 0 0 5px;
	border-left:solid 3px #1e6beb;
	font-weight:bold;
	font-size:1.2em;
	}
.hokenBox dd{
	margin:0 0 0 15px;
	}
.hokenBox dd.kome{
	text-align:right;
	}
.hokenBox dd.kome2{
	margin:0 0 0 280px;
	width:330px;
	}
.hokenBox dd ul{
	margin:0 0 0 15px;
	}
/*+ 割引商品ページ + ------------------------------ */
#contentsWrap h4.subMidashi{
	margin:0 0 10px;
	padding:7px 0;
	width:647px;
	background:url(../pict/submidashi.gif) no-repeat;
	color:#FFF;
	text-indent:10px;
	font-weight:normal;
	}
.wariBox{
	width:610px;
	border:solid 1px #ebebeb;
	}
.wariBox dt{
	margin:1px;
	padding:5px 10px;
	background:#ebebeb;
	text-align:center;
	font-weight:bold;
	}
.wariCon{
	position:relative;
	width:610px;
	height:760px;
	text-align:center;
	font-size:0.9em;
	}
.wariCon dl{
	position:absolute;
	width:260px;
	height:220px;
	}
.wariBox dd.wariCon dt{
	background:none;
	margin:0 0 10px;
	padding:0;
	font-weight:normal;
	color:#154492;
	}
.wariCon #wariCo01{top:10px;left:20px;}
.wariCon #wariCo02{top:10px;left:330px;}
.wariCon #wariCo03{top:260px;left:20px;}
.wariCon #wariCo04{top:260px;left:330px;}
.wariCon #wariCo05{top:520px;left:20px;}
.wariCon #wariCo06{top:520px;left:330px;}
.suisen dt{
	float:left;
	background:none;
	margin:15px 0 0 20px;
	padding:0;
	width:210px;
	}
.suisen dd{
	float:left;
	margin:15px 0 0 20px;
	width:320px;
	}
.suisen dd li{
	margin:0 0 20px;
	padding:0 0 0 20px;
	}
.suisen dd li.suisenText{
	margin:0;
	padding:0;
	color:#154492;
	}
.suisen dd li.suisenPrice{
	margin:0 0 20px;
	padding:0;
	}
.assenBox{
	width:610px;
	text-align:center;
	border:solid 1px #ebebeb;
	}
.assenBox dl dt{
	font-size:1.2em;
	}
.assenBox dl{
	float:left;
	margin:0 0 0 3px;
	border-bottom:solid 1px #ebebeb;
	}

/*+ Sマークページ + ------------------------------ */
.smarkBox span{
	color:#154492;
	font-weight:bold;
	}
.smarkBox dt{
	float:left;
	margin:0 30px 0 0;
	}
.smarkBox dd.smarkText{
	float:left;
	}
.smarkBox dd{
	width:450px;
	}
.smarkMean{
	margin:0 auto;
	padding:5px;
	width:600px;
	background:#F1F1F1;
	border:solid 1px #DDD;
	}
.smarkMean dd{
	margin:0 0 0 20px;
	}
.smarkBox2 dt{
	margin:0 0 5px;
	color:#154492;
	font-weight:bold;
	font-size:1.2em;
	}
.smarkBox2 dd{
	margin:0 0 15px;
	}
.smarkBox2 span{
	color:#eb6935;
	}
.smarkBox2 dd table{
	float:left;
	margin:0 10px 0 0;
	}
.smarkBox2 dd dl.smarkCost{
	float:left;
	width:300px;
	}
.smarkBox2 dd dt{
	font-size:1.0em;
	}


/*+ 機関紙ページ + ------------------------------ */
.kikansiBox{
	margin:0 0 15px;
	}
.kikansiBox dt{
	float:left;
	margin:0 10px 0 0;
	width:170px;
	}
.kikansiBox dd{
	float:left;
	width:340px;
	}
.kikansiBox dd span{
	color:#154492;
	font-weight:bold;
	}
.kikansiBox dd p{
	margin:10px 0 0 0;
	color:#154492;
	}
.kikansiBox2 dl{
	float:left;
	margin:0 15px 15px 0;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	}
.kikansiBox2 dt{
	margin:0 0 5px;
	}

/*+ 認定試験ページ + ------------------------------ */
.ninteiBox{
	margin:0 0 0 10px;
	}
.ninteiBox dt{
	margin:0 0 5px;
	color:#154492;
	font-weight:bold;
	font-size:1.2em;
	}
.ninteiBox dd{
	margin:0 0 0 10px;
	}
.ninteiBox dd.latest{
	margin-bottom:30px;
	}
.ninteiBox table.hyoLayout{
	margin:10px 0;
	}

/*+ 免許制度ページ + ------------------------------ */
.menkyoBox{
	margin:0 0 0 10px;
	}
.menkyoBox dt{
	margin:10px 0 5px;
	color:#154492;
	font-weight:bold;
	font-size:1.2em;
	}
.menkyoBox dd{
	margin:0 0 0 10px;
	}
.menkyoBox dd.latest{
	margin-bottom:30px;
	}
.menkyoBox table.hyoLayout{
	margin:10px 0;
	}
.menkyoBox dd.pad{
	margin:15px 0 0 0;
	}


/*+ 講習会ページ + ------------------------------ */
.kosyukaiBox{
	margin:0 0 30px 10px;
	}
.kosyukaiBox dt{
	margin:0 0 5px;
	color:#154492;
	font-weight:bold;
	font-size:1.2em;
	}
.kosyukaiBox dd.koText{
	float:left;
	margin:0 30px 0 0;
	width:380px;
	}
.kosyukaiBox dd.koPhoto{
	float:left;
	width:170px;
	}

/*+ イベント内容ページ + ------------------------------ */
.eventBox{
	margin:0 0 30px 10px;
	}
.eventBox dt{
	margin:10px 0 0 5px;
	color:#154492;
	font-weight:bold;
	font-size:1.2em;
	}
.eventBox dd.koText{
	float:left;
	margin:0 30px 0 0;
	width:380px;
	}
.eventBox dd.koPhoto{
	float:left;
	width:200px;
	}

/*+ 事件簿・事例ページ + ------------------------------ */
.jireiBox{
	margin:0 auto;
	width:492px;
	background:url(../pict/jirei02.gif) repeat-y left top;
	}
.jireiBox dt{
	margin:0 10px 0 0;
	}
.jireiBox dd.jireiCase,
.jireiBox dd.jireiText{
	float:left;
	margin:0 0 0 17px;
	}
.jireiBox dd.jireiText{
	width:280px;
	}
.jireiBox dd.jireiLine{
	clear:both;
	margin:0 0 0 17px;
	}
.jireiBox dd.jireiText p.jireiAnswer{
	color:#2e89cf;
	}
.jireiBox dd.jireiBottom{
	margin:0;
	height:9px;
	background:url(../pict/jirei_bottom.gif) no-repeat bottom;
	}


/*+ Newsページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuNews a{background:url(../pict/menu_news.gif) no-repeat;}
#menuWrap #menuNews a:hover{
	background-position:0 -72px;
	}

.newsList li{
	margin:0 0 10px;
	padding:10px 0 10px 5px;
	border-bottom:dotted 1px #CCC;
	}
.newsList li span{
	padding:0 20px 0 0;
	}

/*+ 募集中イベントページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuEvent a{background:url(../pict/menu_event.gif) no-repeat;}
#menuWrap #menuEvent a:hover{
	background-position:0 -72px;
	}

.newsList li{
	margin:0 0 10px;
	padding:10px 0 10px 5px;
	border-bottom:dotted 1px #CCC;
	}
.newsList li span{
	padding:0 20px 0 0;
	}


/*+ お問合せページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuContact a{background:url(../pict/menu_contact.gif) no-repeat;}
#menuWrap #menuContact a:hover{
	background-position:0 -72px;
	}
.formBt{
	text-align:center;
	}	
.formLayout{
	margin:0 auto;
	}
.formLayout th{
	padding:5px;
	background:#92b3e9;
	border-right:solid 2px #FFF;
	border-bottom:solid 4px #FFF;
	color:#444;
	}
.formLayout td{
	padding:5px 0 5px 7px;
	background:#ececf2;
	border-right:solid 2px #FFF;
	border-bottom:solid 4px #FFF;
	}
.formLayout td input{
	margin:3px 0;
	}
.contactTel{
	margin:10px 0 15px;
	text-align:center;
	}
.thanks{
	margin:100px auto;
	text-align:center;
	}
/*+ サイトマップページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuSitemap a{background:url(../pict/menu_sitemap.gif) no-repeat;}
#menuWrap #menuSitemap a:hover{
	background-position:0 -72px;
	}

.sitemap{background:url(../pict/sitemap_tateline.gif)  repeat-y 97px 0;}
.sitemap dt{
	float:left;
	width:70px;
	}
.sitemap dd{float:left;}
.sitemap .siteLevel1{
	margin:0 0 0 10px;
	padding:0 0 0 60px;
 	width:120px;
	background:url(../pict/sitemap_ueline.gif) no-repeat 0 0;
	}
.sitemap .siteLevel1.bl2{
	padding:0 0 10px 60px;
	background:url(../pict/sitemap_yokoline.gif) no-repeat 20px 10px;
	}
.sitemap .siteLevel2{
	margin:0 0 0 0;
	padding:0 0 0 40px;
	width:270px;
	}
.sitemap .siteLevel2 li.ue{
	padding:0 0 10px 60px;
	background:url(../pict/sitemap_ueline.gif) no-repeat 0 0;
	}
.sitemap .siteLevel2 li{
	padding:0 0 5px 60px;
	background:url(../pict/sitemap_yokoline.gif) no-repeat 20px 10px;
	}
.sitemap .siteLevel2 li.sita{
	padding:0 0 5px 60px;
	background:url(../pict/sitemap_sitaline.gif) no-repeat 0 12px;
	}
.sitemap2{background:url(../pict/sitemap_tateline2.gif) repeat-y 97px 0;}
.sitemap2 dd{
	margin:0 0 0 80px;
	padding:0 0 0 60px;
	background:url(../pict/sitemap_yokoline.gif) no-repeat 20px 10px;
	}
.sitemap2 dd.sita{
	padding:0 0 10px 60px;
	background:url(../pict/sitemap_sitaline.gif) no-repeat 0 12px;
	}


/*+ リンクページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuLink a{background:url(../pict/menu_link.gif) no-repeat;}
#menuWrap #menuLink a:hover{
	background-position:0 -72px;
	}

.linkBox{
	margin:0 0 20px;
	padding:10px 5px;
	width:630px;
	background:#f1f1f1;
	color:#154492;
	}
.linkBox dl{
	float:left;
	margin:0 0 0 40px;
	width:250px;
	}
.linkBox dt{
	font-weight:bold;
	}
.linkBox2{
	margin:0 0 20px;
	padding:10px 5px;
	width:630px;
	border:solid 1px #f1f1f1;
	color:#154492;
	}
.linkBox2 dl{
	float:left;
	margin:10px 0 10px 40px;
	width:250px;
	}
.linkBox2 dt{
	font-weight:bold;
	}


/*+ ダウンロードページ + ------------------------------ */
/*+ menu + ------------------------------- */
#menuWrap #menuLink a{background:url(../pict/menu_download.gif) no-repeat;}
#menuWrap #menuLink a:hover{
	background-position:0 -72px;
	}

.downloadBox li{
	float:left;
	margin:5px 15px 5px 0;
	width:290px;
	font-size:1.2em;
	}
.downloadBox li a{
	padding:3px 0 3px 20px;
	background:url(../pict/icon_pdf.gif) no-repeat left;
	}



/*+ 規制緩和ページ + ------------------------------ */
.gyoken td{
	border: solid 1px #333;
        padding: 3px;
	}

/*+ 記事の色文字 + ------------------------------ */
.red{
	color: #FF0000;
	font-size:1.5em;
	}
.font-l{
	font-size:1.2em;
	font-weight:bold;
	}
.font-ll{
	font-size:1.5em;
	font-weight:bold;
	}

/*+ 記事の写真回り込み + ------------------------------ */
img.r {
	float: right;
	border: none;
	margin-right:8px;
	margin-top:4px;
	vertical-align:top;
}

img.l {
	float: left;
	border: none;
	margin-right:8px;
	margin-top:4px;
	vertical-align:top;
}

/*+ 第３６回全日本美容技術選手権大会 開催！ + ------------------------------ */

p.caption{
	font-size:10px;
}
div.border{
	border-top:1px dotted #CCC;
	padding-top:10px;
}
div.photo{
	float:left;
	width:250px;
	padding-bottom:20px;
}
p.ranking{
	float:right;
	width:350px;
	padding-left:15px;
}


/* *****************************************
/*+  写真box  +*****************************
/***************************************** */
div.photoBox {
}

div.photoLeft {
	padding:20px 0 0 0;
}




div.photoLeft img{
	float:left;
	padding:0 15px 10px 0;
}



div.photoLeft p{

}

span.small {
	font-size:10px;
	padding:0 0 0 10px;
}



/* *****************************************
/*+  ol  +**********************************
/***************************************** */



h5.title {
	color:#154492;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 5px;
}




ol.decimal {
	padding:0 0 0 15px;
	margin:0 0 0 21px;
}

ol.decimal li{
	list-style-type:decimal;

}


p.url {
	margin:0 0 15px 15px;
}












