@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-style: normal;
	font-family: 'verdana','ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background-color: #ffffff;

	text-align: center;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}

em {
	font-weight: bold;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 800px;

	margin: 0px auto;
	border-left: 0px double #c0c0c0;
	border-right: 0px double #c0c0c0;

}

div#header {
	float: none;
	clear: both;
    height: 250px;
	background: url(../index/img/office_top02.jpg) 50% 0px no-repeat;
}
div#menu {
	float: none;
	clear: both;
    

}

div#navigation {
	width: 270px;
    float: right;
    
}
div#logs {
	float: left;
	
	
}
div#diary {
	margin-top: 20px;
	
	
}

}
div#footer p {
    
}    
.notice {	
    float: none;
	clear: both;

	font-size: 12px;
    color: #ffffff;
    text-align: center; 
    padding-top: 5px;
	width: 800px;
	height: 40px;
    background-color: #a9a9a9;
    
	
	
}

/* ----- メニュー -------------------------------------- */


div#menu ul {
	padding: 0px 0px;
	display: inline;
}

div#menu  {
        margin-bottom: 45px;
        margin-top: 5px;
  

}

div#menu  li {
    padding:0px;
    margin-right: 3px;
    margin-left: 3px;
    height:20px;
    width: 125px;
    line-height:20px;
	border: 1px solid #0000ff;
    float : left;
    list-style-type: none;
    
}


div#menu a:link, div#menu a:visited {
    text-align:center;
    display:block;
    color:#ffffff;
    background-color:#000000;
    width:125px;
    height: 20px; 
    font-weight: 400;
    text-decoration: none;
    
	

}   
div#menu a:active, div#menu a:hover {
    display:block;
    color:#000080;
    background-color:#ffffff;
    width:125px;
    height: 20px; 
    font-weight: 400;
    text-decoration: none;
    text-align:center;	
}

/* ----- ナビゲーション -------------------------------- */

div#navigation .logo {
	position: relative;
	left: 0px;
	top: 18px;
		
}

div#navigation .logo_map {
	position: relative;
	left: 0px;
	top: 18px;

}
div#navigation .info {
    width: 270px;
    margin-top: 10px;
    margin-left: 0px;
	padding: 5px;
    border: 1px solid #a9a9a9;
	color: #808080;
   
}

div#navigation h2 {
    width: 270px;

	border: #a9a9a9 1px solid; 
	padding: 7px; 
	margin: 10px 5px 0px 0px; 
	color: #808080; 
	background-color: #dddddd
 }


div#navigation .info a:link {
    text-decoration: none;
    color: #778899;
}
  
 div#navigation a:visited {
    text-decoration: none;
    color: #778899;
}

div#navigation .info a:active {
    text-decoration: none;
    color: #0000ff;
     
}
div#navigation .info a:hover{
    text-decoration: none;
    color: #0000ff;
    
   
}





/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 500px;
}
html>body div#logs {
	width: 500px;
}

div#logs .logo {
	position: relative;
	left: 5px;
	top: 21px;

}

div#logs .text li {
	margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
	padding: 2px;
	border: 0px solid #777777;
    list-style-type: none;
}

div#logs .text h3 {
    color: #006699;
    margin-top: 10px;
    
 } 
 
div#logs h2 {
	border: #a9a9a9 1px solid; 
	padding: 5px; 
	margin: 0px 5px 0px 0px; 
	color: #808080; 
	background-color: #dddddd
 }