/*
      neu-cafe.com css

*/



html{
    height:100%
	}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333 !important;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	line-height: 150% !important;
}

p,h1,h2,h3,h4 {
	margin: 0px;
	color: #000;
}

#wrapper {
	width: 710px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #666;
	border-left-color: #666;
	min-height:100%;
	height: auto;
}
#header {
	width: 710px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 343px;
}
#navigation {
	float: left;
	width: 710px;
	padding: 0px;
	margin: 0px;
}

#navigation p {
	float: left;
	text-align: center;
}

#leftcolumn {
	height: auto;
	width: 460px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left-box {
	padding: 10px;
	width: 430px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 12px;
  line-height:1.8;
}

.left-box strong {
  font-weight:bold !important;
}

.left-box dl,
.left-box dt,
.left-box dd {
margin:0;
padding:0;
}

.left-box dt {
margin-bottom:10px;
}

.left-box dl span {
color: #BFB522;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #BFB522;
padding:0;
margin:0;
}

.left-box dd {
margin-bottom:10px;
}

#rightcolumn {
	float: right;
	width: 230px;
	display: inline;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#rightcolumn #sideLink {
width:230px;
text-align:center;
}

#rightcolumn #sideLink p {
margin-top:20px;
}

#maincolumn {
clear:both;
width: 690px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding: 10px;
}

h2 {
margin-top:20px !important;
color: #000;
}

.mainbox {
	padding: 10px;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
	color: #333333;
	font-size: 12px;
    position:relative;
}

h3 {
	font-size: 14px;
	line-height: 140%;
	color: #BFB522;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #BFB522;
	border-left-color: #BFB522;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 20px;
	width: 300px;
}

#rightcolumn h3 {
font-size:12px;
font-weight:normal;
color:#333333;
border:none;
width:auto;
padding:0;
margin:0;
}

#chuui {
float: none;
width: 690px;
padding: 10px;
margin: 0px;
clear: both;
}

#footer {
width:690px;
clear:both;
background:url(images/foot-bg.jpg) repeat-x left bottom;
color: #FFFFFF;
padding:30px 10px 10px;
text-align:right;
}

/**************テキスト*************/


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


.newstitle {
	font-size: 12px;
	line-height: 140%;
	color: #BFB522;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFB522;
	padding-right: 5px;
}

.recobox {
	float: right;
	width: 205px;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.recobox img {
	border: 1px dotted #999999;
}

hr {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/*   photo     */

#wrapper #maincolumn .mainbox #photobox li{
    display:inline;
	}

#wrapper #maincolumn .mainbox #photobox li a img{
    border:1px solid #666666;
	}

#wrapper #maincolumn .mainbox #photobox li a img.enlarge{
    width:1px;
	height:1px;
	z-index:0;
	border:none;
	visibility:hidden;
	}

#wrapper #maincolumn .mainbox #photobox li a:hover img.enlarge{
    position:absolute;

	width:400px;
	height:350px;
	margin-top:0px;
	margin-left:-5px;
	z-index:1;
	border:1px solid #000000;
	visibility:visible;
	}

/* /////////////////////////////////////////////////////////////////////////// margin style */

.mt0{ margin-top:0 !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }
.mt60{ margin-top:60px !important; }

.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb35{ margin-bottom:35px !important; }
.mb40{ margin-bottom:40px !important; }

.mr0{ margin-right:0px !important; }
.mr5{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }

.ml0{ margin-left:0px !important; }
.ml5{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }

/* ClearFix
   ========================================================================== */
.clear{
	clear:both;
}

/* modern browsers */

.clearfix:after,
.fBox:after,
#contents-in:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

.clearfix,
.fBox,
#contents-in{
	display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html .fBox,
* html #contents-in{
	height: 1%;
}

.clearfix,
.fBox,
#contents-in{
	display: block;
}


/* float
   ========================================================================== */

.fr{
	float:right;
}

.fl{
	float:left;
}

ul.fBox li{
	float:left;
	display:inline;
}

.in-block{
	letter-spacing:-.40em;
}
	.in-block li,
	.in-block dt,
	.in-block dd{
		display:inline-block;
		/display:inline;
		/zoom:1;
		letter-spacing:normal;
		vertical-align:top;
	}


#rightcolumn ul {
margin:0;
padding:0;
margin-left:26px;
}

#rightcolumn ul li {
margin-right:27px;
}

#info-txt {
margin:15px 0 0 6px;
}

#info-txt p {
color:#333333;
}

#maincolumn .box02 {
	width: 610px;
	border: 1px dotted #666;
	padding: 10px;
	margin-top: 10px;
	margin-right: 29px;
	margin-bottom: 10px;
	margin-left: 29px;
	background-image: url(recruit/images/recruit_kurakuen02b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #333;
}

#maincolumn .box03 {
	width: 610px;
	margin-top: 10px;
	margin-right: 29px;
	margin-bottom: 30px;
	margin-left: 29px;
	background-image: url(recruit/images/recruit_kurakuen02b.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.recruit-link {
	width: 420px;
	padding-top: 10px;
	padding-right: 135px;
	padding-bottom: 10px;
	padding-left: 135px;
	margin-bottom: 30px;
}
.gototop {
	text-align: right;
	margin-right: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
}
.recruit-link img {
	float: left;
}

.clear { clear: both; background: none; }
.check {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-image: url(recruit/images/check.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
