@charset "utf-8";

/*ページ背景の陰の部分-----------------------------------------*/
#wall {
	width: 820px;
	height: auto;
	background-image: url(images/backd-shadow.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------------------*/



#header {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	background-image: url(images/rogo2.jpg);
}

#flash {
	width:800px;
	height:280px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006699;
}




/*ナビゲーション部分-----------------------------------------------*/

#navi {
	background: #fff;
	height: 25px;
	width:800px;
	margin:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
html > body #navi,
html > body #navi ul li a { /* for Safari */
    height: 28px;
}
#navi ul {
	list-style: none;
	width: 800px;
	margin: auto;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 50px;
}
#navi ul li {
	float:left;
	border-right:1px solid #333;
	width: 100px;

}
#navi ul li a {
    display: block;
    color: #333;
    font-size: 75%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.3;
    text-decoration: none;
}
#navi ul li a:link,
#navi ul li a:visited {
    background: #fff;
}
#navi ul li a:hover {
    color: #000;
    background: #ccc;
}

#li-top{
	border-left:1px solid #333;
}

/*本文　　　-----------------------------------------------*/

#contents {
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: left;
}

#contents-left{
	height: auto;
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contents-right{
	float: right;
	height: 400px;
	width: 250px;
	padding-top: 20px;
}

#contents-right a img{
    border-style:none;
}



.style1{
	font-size: 14px;
	line-height: 25px;
}

#jisseki-left{
	float: left;
	width: 150px;
}

#jisseki-left li{
	list-style-type: square;
	line-height: 30px;
}

 
#jisseki-right{
	float: right;
	width: 650px;
	height: auto;
	padding-bottom: 20px;
	line-height: 2;
	font-size: 11px;
}



/*---------------------------------------------------------*/
.thumbnail img{
	height: 100px;
	width: auto;
}

.thumbnail a img {
    border-style:none;
}

.thumbnail{
	padding: 5px;
	width: 110px;
}

.text{
	width: 300px;
	font-size: 11px;
	padding-left: 10px;
}
/*------------------------------------------------------------*/

#footer{
	clear: both;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
}


#ikkatsu .header {
	background-image: url(images/ikkatsu-img.jpg);
	background-repeat: no-repeat;
}

