﻿@charset "UTF-8";



body {	margin:0;
	padding:0;
	font-size:14px;
	background-image:url(back.jpg);
}

#all	{
	width:1000px;
	height:auto;
	background-color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #aaaaaa;

}

#header	{
	position:relative;
	width:1000px;
	height:100px;
	padding-top:5px;
	background-color:white;
	text-align:center;

}	

/* ---- start of 横に6列のドロップメニュー ---- */


.dropmenu1 {
	list-style-type: none;
	width: 997px;
	height: 40px;
	margin: 10px auto 10px;
	padding: 0;
	background:  #f5f0f0; 
	border-bottom: 5px solid #595757;
	position:relative;
	z-index:100;
	
}

.dropmenu1 li{
	position: relative;
	width: 165px;
	float: left;
	border-left:1px solid #595757;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dropmenu1 li:nth-child(even){
	background-color: #f8dddd; /*背景色（偶数）*/
}

.dropmenu1 li:nth-child(odd){
	background-color: #f5f0f0; /*背景色（奇数）*/
}


.dropmenu1 li:last-child{
	border-right:1px solid #595757;
}


.dropmenu1 li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color:black;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;

}


.dropmenu1 li:hover > a{
	background-color: #9fa0a0;
	color: #ffffff;
}




.dropmenu1 li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;

}




.dropmenu1 li ul li	{
	overflow:hidden;
	width:100%;
	height:0;
	background-color:#f8dddd; /*薄いミドリからピンクに変更*/
	color:#ffffff;

	transition: .2s;
}

.dropmenu1 li ul li a	{
	padding:13px 15px;
	background-color:#f8dddd; /*薄いミドリからピンクに変更*/
	text-align:left;
	font-size:13px;
	font-weight:normal;
}

.dropmenu1 li:hover ul li	{
	overflow:visible;
	background-color:#f27e7e; /*濃いミドリからピンクに変更*/
	height:38px;
	border-right:none;
	border-left:none;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;

}

.dropmenu1 li ul li a:hover	{
	background-color:#f27e7e; /*濃いミドリからピンクに変更*/
	color:white;
}

.dropmenu1 li:hover ul li:first-child	{
	border-top:0;
}
.dropmenu1 li:hover ul li:last-child	{
	border-bottom:0;
}

/* ---- end of 横に6列のドロップメニュー ---- */






#container	{
	margin-top:-10px;
	width:1000px
}
#sidemenu	{
	margin:0px;
	float:left;
	width:165px;
	padding-top:5px;
	padding-left:2px;
	padding-right:1px;
	padding-bottom:5px;
	background-color:white;


	
}

ul.pulldown_menu	{
	margin:0;
	padding:0;

}

ul.pulldown_menu li	{
	width:162px;
	list-style:none;
	background: #efefef;
	border-bottom: 5px solid #595757;
}


ul.pulldown_menu li a	{
	display:table;
	margin-top:1px;
	padding:12px 10px;
	width:142px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:black;
	overflow:hidden;
}


ul.pulldown_menu li a:hover	{
	width:142px;
	background-color: #9fa0a0;
	color: #ffffff;	
}



ul.pulldown_menu li ul	{
	margin:0;
	padding:0;
}

ul.pulldown_menu li ul li	{
	border-bottom:none;

}

ul.pulldown_menu li li a	{
	display:block;
	margin-top:0;
	padding:0 10px;
	height:0;

}

/* ---- start of 知識の部屋のプルダウンメニュー ---- */
ul.pulldown_menu > li:hover li a	{
	display:table;
	margin-top:1px;
	padding:12px 10px;
	width:142px;
	background-color:#f8dddd;
	color:black;
	transition:.2s;
}

ul.pulldown_menu li ul li a:hover	{
	background-color:#f27e7e;
	color:white;	
}

/* ---- end of 知識の部屋のプルダウンメニュー ---- */






#main	{
	float:right;
	width:831px;
	margin:0px;
	height:auto;
	background-color:white;
	border-left:1px solid #595757;

	
}

#greeting_contents	{
	width:821px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	
}


#greeting_contents h1	{
	width:801px;
	color:black;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
	font-size:1.2em;
	border-bottom:6px double #6a3906;
	
}

#contents1	{
	width:791px;
	height:auto;
	margin:5px auto;
	text-align:center;
}


#contents1 p span.email{
	font-family: 'Abril Fatface', cursive;
	font-size:1.5em;
}


#contents1  a{
	text-decoration:none;
	font-weight:bold;
	color:#006934;
}

#contents1   a:hover{
	color:#a4065d;
}





#image1	{
	width:290px;
	float:right;
	margin-left:10px;

}



#contents1 h1	{
	width:750px;
	color:black;
	font-weight:bold;
	font-size:1.4em;
	border:none;

}

#contents1 h2	{
	width:751px;
	color:#8fc31f;
	font-size:1.1em;
	padding:5px;
	text-align:left;
}

#contents1 h3	{
	padding:0.25em 0 0.5em 0.75em;
	border-left:6px solid #2e7ae0;
	border-bottom:1px solid #2e7ae0;
	text-align:left;
}

#contents1 h4	{
	padding:0.25em 0 0.5em 0.75em;
	border-left:6px solid red;
	border-bottom:1px solid red;
	text-align:left;
}


.buttonS{
	display: inline-block;
	padding: 0.5em 1em;
	background: #ffffff;
	border: 2px solid #006934;
	color: #000000;
	font-size: 1.5em;
	line-height: 1;
	border-radius: 10px;
	text-shadow: 2px 2px 3px #bfc31f;


}






#contents1 ol	{
	margin-top:-0.5em;
}


#contents1 ol li	{	
	color:black
	font-size:1.05em;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}


#contents1 ol.blue li	{	
	color:#036eb8;
	font-size:1.05em;
	font-weight:bold;
	line-height:1.5em;
}





#contents1 ul li	{	
	color:#595757;
	font-size:1.05em;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}

#contents1 p	{
	color:black;
	margin-top:-0.5em;
	line-height:1.5em;
	font-size:1em;
	text-align:justify;
	text-indent:1em;
	
}




#contents1 p span	{
	color:#e4007f;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
	text-align:justify;	
}

#contents1 p span.blue	{
	color:#036eb8;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;	
}


#contents1 p span.green	{
	color:#006934;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;	
}

#contents1 p.gyoumatsu	{
	color:black;
	line-height:2em;
	text-align:right;
	
}







img.data2	{
	border:2px solid #aaaaaa;
}

#hand_in_hand	{
	width:300px;
	float:right;
	margin:0 5px;
}




#photo1	{
	width:80px;
	float:right;
	margin-right:10px;
}
	
#photo2	{
	width:160px;
	float:right;
	margin-right:10px;	
	
}



#woman_contents	{
	width:751px;
	margin:5px auto;
	padding:5px 10px;
	border:2px solid red;
	background-color:#fdeff5;

}


#woman_contents h1	{
	width:731px;
	margin-top:5px auto;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
	background-color:#e4007f;
	text-align:left;
}

#woman_contents h2	{
	color:red;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;

}


#woman_contents p	{
	color:black;
	line-height:2em;
	font-size:1em;
	text-align:justify;
	text-indent:1em;
	
}

#woman_contents p span	{
	color:red;
	line-height:1.5em;
	font-weight:bold;
	font-size:1.1em;
	text-align:justify;
	text-indent:0;
	
}

#woman_contents table{
	width:570px;
	margin:0px auto;
}



#man_contents	{
	width:751px;
	margin:5px auto;
	padding:5px 10px;
	border:2px solid blue;
	background-color:#e1f3fc;
}


#man_contents h1	{
	width:731px;
	margin-top:5px auto;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
	background-color:blue;
	text-align:left;
}

#man_contents h2	{
	color:#2e7ae0;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;

}


#man_contents p	{
	color:black;
	line-height:2em;
	font-size:1em;
	text-align:justify;
	text-indent:1em;
	
}

#man_contents p span	{
	color:red;
	line-height:1.5em;
	font-weight:bold;
	font-size:1.1em;
	text-align:justify;
	text-indent:0;
	
}

#man_contents table{
	width:570px;
	margin:0px auto;
}



#recruitment	{
	width:760px;
	margin:5px auto;
	padding:5px 10px;
	border:2px solid #bfc31f;
	background-color:#e7f3e6;

}

#recruitment h2.jisseki{
	color:blue;
	font-size:1.5em;
	font-weight:bold;
}



#recruitment h2.yotei{
	color:red;
	font-size:1.5em;
	font-weight:bold;
}



#recruitment table.youth {
	width:750px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5em;

}



#recruitment table.youth th {
	width: 200px;
	padding: 10px;
	font-weight:bold;
	vertical-align: center;
	border:1.5px solid gray;


}



#recruitment table.youth td {
	width: 547px;
	padding: 10px;
	vertical-align: center;
	border:1.5px solid black;


}





#recruitment p	{
	padding:10px;
	line-height:1.5em;
	font-size:1em;
	

}



#recruitment h1.ribbon	{
	margin:5px auto;
	width:700px;
	color:#ffffff;
	font-size:2.5em;
	text-align:center;
	line-height:20px;
	position:relative;
	padding:20px;
	background:#006934;

}






#footer	{
	clear:both;
	background-color:#efefef;
	margin-top:20px;
	border-top:3px solid #ec7aac;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

#footer h1	{
	font-size:1.2em;
	color:black;
}

#footer small{
	color:#aaaaaa;

}

#footer p span{
	font-family: 'Passion One', cursive;
	font-size:1.5em;
}


#footer p span.email{
	font-family: 'Abril Fatface', cursive;
	font-size:1.5em;
}

#footer p a{
	text-decoration:none;
	font-weight:bold;
	color:#ec7aac;
}

#footer p a:hover{
	color:red;
}

#nichiji.myTime	{
	text-align:center;
}

#topicpath ol li	{
	/*liを横ならび＆ブレッドを消す*/
	display:inline;
	color:#595757;
	font-size:10px;
	list-style-type:none;
}

#topicpath ol li a	{
	color:#595757;
	font-size:10px;
	text-decoration:none;
}

#topicpath ol li a:hover	{
	color:orange;
	font-size:10px;
	text-decoration:underline orange;
}


#topicpath ol li:before	{
	/*liの前に記号追加*/
	content:" > ";
}


#topicpath ol li:first-child:before	{
	/*l最初のliだけcontentを消す*/
	content:none;
}


figure	{
	width:280px;
	float:right;
}

figure	img{
	width:280px;
	text-align:center;
	border:1px solid red;
	box-shadow:3px 3px 1px red;
	border-radius:5px;
	margin-left:5px;

}

figure.blue	{
	width:280px;
	float:right;
}

figure.blue	img{
	width:280px;
	text-align:center;
	border:1px solid blue;
	box-shadow:3px 3px 1px blue;
	border-radius:5px;
	margin-left:5px;

}


figcaption	{
	width:290px;
	text-align:center;
	font-size:0.8em;
	margin-top:5px;
}

#map_canvas	{
	width:751px;
	height:500px;
	margin:10px auto;
	border:2px solid #aaaaaa;
	overflow:hidden;
}





