@charset "utf-8";
/* ===================================================================
CSS information

 file name  :office.css
 info :about/office.html用ＣＳＳ
=================================================================== */

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
    margin :10px auto 0px ;
	width : 800px ;
	background:#FFFFFF;
	height:750px;
	overflow:hidden;
}


/* __main
------------------------------------------*/

#main {
	width:570px;
	height:650px;	
	float:right;
	margin-top:20px;
	margin-right:5px;
	padding:19px 0px 10px 40px ;
	color:#333333;
	border-left:solid 1px #333333;
}

#main h3 {
	margin-left:0px;
	margin-bottom:2px;
	color:#333333;
}

#main p {
	margin-left:20px;
	margin-bottom:15px;
}

/* 事業所
------------------------------------------*/

.title-box{
	font-size:120%;
	padding: 1px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.text-box{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.iframe{
	text-align:center;
}	


/* __menu
------------------------------------------*/

#menu {
	width:170px;
	float:left;
	text-align:right;
}

#menu h1 {
	margin-top:20px;
	margin-bottom:5px;
	font-size:200%;
	color:#333333;
}

#menu ul {
	margin:0 0 20px;
	padding:5px;
}

#menu ul li {
	padding:5px 0px;
}

#menu a:link,
#menu a:visited,
#menu a:active{
color: #000000; 
text-decoration: none;
}
#menu a:hover{
color: #FE9C9C;
text-decoration: none;
}

#menu img{
margin-right:4px;
}

