@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 {
	background-color: #FFFFFF;

	text-align: center;
}


p, li, dt, dd, address {
	color: #444444;
    list-style-type: none;
    
	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 20px;
}

dl {
	margin-bottom: 20px;
}
dl dd {
	margin: 0px 0px 10px 30px;
}

form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
	margin: 1px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

h1 {
  

	font-size: 13px;
	font-style: normal;
	font-family: 'verdana', 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
	color: #778899;
	margin-top: 20px; 
	margin-bottom: 30px;
	

}


a:link, a:visited {
	color: #778899;

	text-decoration: none;
}
a:active, a:hover {
	color: #0000ff;

	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;
	width: 800px;
	margin: 0px auto;
	
}


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;
	width: 820px;
	
}	
	
div#navigation {
	width: 270px;
    
}
div#logs {
	float: left;


}
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;
v        

}

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;   
	
	
}



