@charset "utf-8";
/* CSS Document */
#container{
	margin: auto;
	position: relative;
	float: left;
	background-position: left;
	background-size: 930px auto;
}

#logo {
	position:absolute;
	left: 30px;
	top: 20px;
}

.full{
	position: absolute;
	width:200px;
	top:300px;
	left:380px;
}
#title01 {
	position: absolute;
	left: 100px;
	top: 95px;
	z-index: 1;

}
/* #title01 img {
	width:500px;
	
	} */
#title02 {
	position: absolute;
	left: 315px;
	top: 210px;
	z-index: 1;

}
/* #title02 img{
	width:380px;
	} */
#title_full {
	left: 30px;
}
#title_full img{
	width:105px;
	height:105px;
}
#nav{	
	padding-top: 12px;
	position: relative;
	text-align: left;
	
}
#nav ul{
	margin: 0;
	display: inline;
	padding: 0;
	margin-left: 10px;
	}
#nav  li{
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	}
#nav  a{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;

	}
#nav  a:hover{
	color: #FFCC33;
	text-decoration: none;
	}
#nav li:last-child {
	border:none;
	}
#fb {
	position:absolute;
	right: 20px;
	top:4px;
	z-index:2;
}
#content-pic-img img{
	width:100%;	
}
#footer{
	width: 1024px;
}


