@charset "utf-8";
/* total html body */

body {
	margin: 0;
	padding: 0;
	background: url(../img/2nd/lemon_header_small02.jpg) repeat-x;
	font: 14px/25px , "MS Gothic" "MS Gothic";
}
strong {
	border-bottom: double red 3px;
}

/* lemonimg */
#lemonimg {
	height: 100px;
	width: 400px;
}

/* sidemenu */
#sidemenu {
	float: left;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	background: #fff url(../img/lemon_header_small.jpg) no-repeat;
}

/* webmenu */
#webmenu {
	font-size: 10px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#webmenu ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#webmenu li {
	float: left;
	list-style-type: none;
	height: 30px;
	width: auto;
	font-size: 10px;
	display: block;
	line-height: 30px;
}
#webmenu a {
	height: 30px;
	background: url(../01webdesign/img/webmenu/webmenu02.gif) repeat-x;
	display: block;
	color: #000;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#webmenu a:hover {
	color: #000;
	background: url(../01webdesign/img/webmenu/webmenu02.gif) 0 -30px;
	font-size: 10px;
	display: block;
	height: 30px;
	float: left;
}
.consulting {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

/* light box experience */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac _*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	



/* Pull Menu */
.pullmenu{
font-family: arial, sans-serif; height: auto;
	width: 210px;
	text-align: left;
	z-index: 0;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 10px;
	background: url(../img/pullmenu/lemon_header_small.jpg) repeat-y;
}
.pullmenu ul { list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
.pullmenu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0;
	left: 50px;
}
.pullmenu ul li {
float:left;
	background-color: #000;
	width: 180px;
}
.pullmenu ul li a, .pullmenu ul li a:visited {
display: block; float: none; text-decoration:none; color: #fdfe13; width: 180px; height:30px; line-height: 30px; font-size: 12px;
	padding-left: 10px;
}
* html .pullmenu ul li a, * html .pullmenu ul li a:visited {width: 170px; w\idth:170px;}

.pullmenu table {
border-collapse:collapse; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.pullmenu ul li:hover a,
.pullmenu ul li a:hover{ color: #000;
	width: 170px;
	background-image: url(../img/pullmenu/bgyellow01.gif);
}

.pullmenu ul li:hover {position:relative; z-index: 90;
	width: 180px;
}
* html .pullmenu ul li a:hover {position:relative; z-index: 100;
}

.pullmenu ul li:hover ul,
.pullmenu ul li a:hover ul {
visibility:visible; position:absolute; height:auto; overflow:visible;
	background-image: url(img/bgyellow02.png);
	z-index: 1;
}
.pullmenu ul li:hover ul li a,
.pullmenu ul li a:hover ul li a{
display:block; color: #000; line-height: 30px; height:auto; text-decoration:none;
	padding-right: 0;
	padding-left: 5px;
	font-size: 9px;
	text-indent: -2px;
	background-image: url(../img/pullmenu/bggray.png);
	width: 175px;
}

.pullmenu ul li:hover ul li:hover a,
.pullmenu ul li a:hover ul li a:hover { color: #000;
	width: 175px;
	background-image: url(../img/pullmenu/bgyellow01.gif);
	padding-left: 5px;
}
.pullmenu ul li:hover ul li ul,
.pullmenu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
	padding-left: 5px;
}
.pullmenu ul li:hover ul li:hover ul,
.pullmenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; list-style-type:none; background: #ff0;
	padding-left: 5px;
}
.pullmenu ul li:hover ul li:hover ul li a,
.pullmenu ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
	padding-left: 5px;
}

.pullmenu ul li:hover ul li:hover ul li:hover a,
.pullmenu ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
	padding-left: 5px;
}

/* Galaly */
#gsellect {
	background-color: #e5e5e5;
	width: 100%;
	height: 30px;
	line-height: 40px;
	font-size: 12px;
}
#gsellect ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#gsellect li {
	float: left;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	line-height: 30px;
}
#gsellect a {
	display: block;
	background-color: #e5e5e5;
	color: #688d09;
}
#gsellect a:hover {
	
}
.view {
	border-style: solid;
	border-width: 1px;
}
.navright {
	float: left;
	background: url(../08text/img/next.gif) no-repeat -17px;
	margin: 0;
	padding: 0;
	display: inline;
	height: 30px;
}

/* before-after */
#renewal-solo {
	width: 300px;
	float: left;
}
.renewal-solo-p {
	font-size: 10px;
	line-height: 18px;
	width: 120px;
	float: left;
	letter-spacing: -1px;
	text-indent: -10px;
	margin-left: 10px;
}
.renewal-title {
	
}
.renewal-point {
	font-size: 12px;
	font-weight: bold;
	color: #0063ff;
	letter-spacing: -1px;
}

/*プライバシポリシーページ*/
.pri-h3 {
	font-size: 14px;
}
.pri-p {
	margin: 0 0 20px;
	padding-left: 28px;
}
.pri-contact-space {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #bfbfbf;
}
.pri-contact-1 {
	margin: 0;
	font-weight: bold;
}
.pri-contact-2 {
	margin: 0;
	text-indent: 14px;
}
.pri-contact-3 {
	margin: 0;
	text-indent: 14px;
	text-align: right;
}
.pri-cercle {
	text-indent: 30px;
	margin: 0;
}
.pri-attain {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pri-attain-p {
	margin: 0;
	text-indent: -44px;
	padding-left: 60px;
}
.pri-attain-p2 {
	margin: 0;
	padding-left: 60px;
	text-indent: -22px;
}
.pri-pdf {
	text-align: center;
	margin: 0;
	font-size: 12px;
}

/*リクルート*/
h2#recruit {
	background-color: #fdfe00;
	padding-top: 5px;
	padding-bottom: 5px;
}
table#dtprecruit {
	font-size: 0.9em;
	border-top: 1px solid #919191;
}
table#dtprecruit th {
	background-color: #cacaca;
	color: #000;
	width: 15%;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #919191;
}
table#dtprecruit td {
	padding: 10px 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #919191;
	border-top-style: none;
	border-top-color: #919191;
}

table#dtprecruit-oubo {
	font-size: 0.9em;
}
table#dtprecruit-oubo th {
	background-color: #cacaca;
	color: #000;
	width: 15%;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #919191;
	border-top: 1px solid #919191;
}
table#dtprecruit-oubo td {
	padding: 10px 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #919191;
	border-top: 1px solid #919191;
}

.recruit-bold {
	font-weight: bold;
	border-style: none;
}
.smalltext {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
}