@charset "UTF-8";
/* CSS Document */
body {
	height: 100%;
	min-height:420px;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
	width: 100%;
	}

/*header*/
#header{
	width:100%;
	height:120px;
	display:block;
	margin:none;
	}
header#header-contents{
	margin: 0 auto;  	
	}
nav#navigation{	list-style-position:outside;
	display: block;
	width: 100%;
	box-shadow: #000;
	height: 30px;
	margin: -15px auto;
	color: #515151;
	background: #515151;
	position: fixed;
	z-index: 100000;
	/* box-shadow */
	box-shadow: rgb(113, 135, 164) 0px 0px 10px 1px;
	-webkit-box-shadow: rgb(113, 135, 164) 0px 0px 10px 1px;
	-moz-box-shadow: rgb(113, 135, 164) 0px 0px 10px 1px;
	}
#main-nav{	list-style-position:outside;
margin: 0;
	padding: 0;
	text-shadow: 0px 0px -1px #000 ;
	margin: 0 auto;
	width: 100%;
	max-width:1000px;
	 text:;
	font-size: small;
	font-weight:500;
	}
	
	
	/* contewnts */
.bottom a{
	/*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
	
}
.bottom a:link{/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
.bottom a:visited{/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}
.bottom a:hover{/*マウスをのせたとき*/
    color:#39F;
    font-style:normal;
    text-decoration:underline;
}
.bottom a:active{/*クリック中*/
    text-decoration:none;
	}
	
li.bottom{
	text-align:center;
	width:25%;
	float:left;
	
}
#site-titel{
	display: block;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 20px;
	}
#logo{
	margin-top: 20px;
	width: 50%;
	float:left;
}
#discription{
	height:90px;
	margin-top: 20px;
	width: 50%;
	float:right;
	}
	
/* contewnts */
.title {  
    border-top: 1px solid #999;  
	}
.title img{
	padding:4px;}
.title a{
	margin-top:-4px;}
a.a-title{
	/*リンクされた文字*/
    color:#999;
    font-style:normal;
    text-decoration:none;
}
a:link.a-title{/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:none;
}
a:visited.a-title{/*訪問後のリンク*/
    color:#333;
    text-decoration:none;
}
a:hover.a-title{/*マウスをのせたとき*/
    color:#39F;
    font-style:normal;
    text-decoration:underline;
}
a:active.a-title{/*クリック中*/
    text-decoration:none;
	}

#contents{
	min-height: 300px;
	width: 100%;
	max-width:1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	}
	
	
/* footer */

footer{
	box-shadow: rgb(113, 135, 164) 10px 10px 10px 10px;
	-webkit-box-shadow: rgb(113, 135, 164) 10px 10px 10px 10px;
	-moz-box-shadow: rgb(113, 135, 164) 10px 10px 10px 10px;
	bottom: -60px;
	display: block;
	width: 100%;
	height: auto;
	min-height:200px;
	background: #515151;
	position: relative;
	margin-top:20px;
	}
#footer-contents{
	margin: 0 auto;  
	width: 100%;
	text-align:center;}
#site-links{
	height:80px;
	}
#footer-nav{
	list-style-position:outside;

	padding: 0;
	white-space:nowrap;
	max-width:1000px;
	margin:0 auto;}
#footer-contents p{
	height: 10px;
	margin: 0 auto;
	
	
}
.link-box{
	list-style-position:outside;
margin: 0;
	padding: 0;

	display:inline;
	font-size:10px;
	margin-top:10px;
	width:25%;
	float:left;}
.link-box a{
	/*リンクされた文字*/
    color:#CCC;
    font-style:normal;
    text-decoration:none;
	
}
.link-box a:link{/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:none;
}
.link-box a:visited{/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}
.link-box a:hover{/*マウスをのせたとき*/
    color:#39F;
    font-style:normal;
    text-decoration:underline;
}
.link-box a:active{/*クリック中*/
    text-decoration:none;
	}
.foot-info {
display: inline-block;
vertical-align:middle;
height:19px;
font-size: 19px;
font-weight: bold;
color: #ffffff;
line-height:1.2em;
text-align: left;
padding-right: 5px;
margin-bottom: 15px;
}

.foot-info img{float: left;margin-right: 3px;}

.foot-info a{color: #ffffff;text-decoration: none;}