@charset "utf-8";

/*****header*****/
header{
	height: 515px;
	margin-left: auto;
	margin-right: auto;
}
header h1 a{
	background: url(../images/index_Header.jpg) no-repeat;
	width: 800px;
	height: 125px;
	display: block;
}


header h2{
	background: url(../images/index_Main.jpg) no-repeat;
	width: 800px;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
}

/*****Wrapper*****/
#Wrapper{
	width: 800px;
}

/*****nav*****/
nav{
	width: 800px;	padding-top: 0;
}

nav ul li{
	float:left;
	display: block;
	width:125px;
	height:40px;
	position:relative;
	margin-right: 10px;
}
nav ul li a{
	display: block;
	float: left;
	width: 125px;
	height: 40px;
}

/***nav sub dropdown***/

nav ul li a.works{
	background: url(../images/index_WorksBut.jpg) no-repeat 0 0px;
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
nav ul li a.works:hover{
	background-position:0 -45px;
}
nav li a.works:active {
	background-position:0 -90px;
}
ul.sub li{
	height:30px;
}
ul.sub li a{
	height:30px;
	padding: 0.5em 0 0 0.5em;
	line-height: 100%;
	display: block;
	color:#eee;
	background: #000;
	text-indent: 0;
	text-decoration: none;
	font-size:small;
	border:#333 thin solid;
	position:absolute;
	top:0;
}
ul.sub li a:hover{
	background: #611440;
}


ul.sub{
	display:none;
}

nav ul:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* IE7 対策 */
nav ul{
	zoom:1;
}
*+html nav ul li{
	display:inline;
	zoom:1;
}
*+html ul.sub{
	zoom:1;
	position:relative;
}

/*nav profile*/
nav li a.profile{
	background: url(../images/index_ProfileBut.jpg) no-repeat 0 0px;
}

nav li a:hover.profile {
	background-position:0 -45px;
}
nav li a:active.profile {
	background-position:0 -90px;
}

/*nav potitama*/
nav li a.potitama{
	background: url(../images/index_PotitamaBut.jpg) no-repeat 0 0px;
}
nav li a:hover.potitama{
	background-position:0 -45px;
}
nav li a:active.potitama {
	background-position:0 -90px;
}

/*nav products*/
nav li a.products{
	background: url(../images/index_ProductsBut.jpg) no-repeat 0 0px;
}
nav li a:hover.products{
	background-position:0 -45px;
}
nav li a:active.products {
	background-position:0 -90px;
}

/*nav blog*/
nav li a.blog{
	background: url(../images/index_BlogBut.jpg) no-repeat 0 0px;
}
nav li a:hover.blog{
	background-position:0 -45px;
}
nav li a:active.blog{
	background-position:0 -90px;
}

/*nav links*/
nav li.right{
	margin-right: 0;
}
nav li a.links{
	background: url(../images/index_LinksBut.jpg) no-repeat 0 0px;
	
}
nav li a:hover.links{
	background-position:0 -45px;
}
nav li a:active.links{
	background-position:0 -90px;
}


/*****section*****/
section{
	clear: both;
	width: 800px;
	margin-left: 0;
}

/****school****/
article#school{
	width: 200px;
	margin-left: 20px;
	float: left;
}
article#school h3{
	background: url(../images/index_h3_school.jpg) no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -1000px;
	font-size: xx-small;
}

.artspace,.cultureSchool{
	text-indent: -1000px;
	font-size: xx-small;
	width: 200px;
	height: 120px;
	display: block;
	margin-top: 5px;
}
.artspace{
	background: url(../images/index_gotoArtSpace.jpg) no-repeat;

}
.cultureSchool{
	background: url(../images/index_gotoCultureCenter.jpg);
	text-indent: -1000px;
	font-size: xx-small;
}



/****information****/
#information{
	width: 300px;
	margin-left: 20px;
	background: #323535;
	height: 350px;
	float: left;
	display: block;
}

#information h3{
	background: url(../images/index_h3_Info.jpg) no-repeat;
	width: 300px;
	height: 30px;
	text-indent:-2000px;
	font-size: xx-small;;
}
#information div{
	height:300px;
	overflow:auto
}
#information iframe{
	height:300px;
	}


#information h4

#information p{
	margin-bottom: 1em;
}



@media screen and (max-device-width: 480px) {
#information div{height:300px;
overflow:auto;
-webkit-overflow-scrolling: touch;}
}

/*****feed*****/
	
article#FEED{
	float:right;
	margin-right: 10px;
	background: #323535;
	width:230px;
	height:350px;
	}
	
article#FEED h3{background: url(../images/index_h3_recentPost.jpg) no-repeat;
	width:230px;
	height:30px;
	text-indent:-2000px;
	}
	
#rss p{
	margin:0.5em;
	font-size: x-small;
	line-height: 120%;
	}
	
	
#rss ul{
	width:230px;
	height:280px;
	overflow:auto;
   }
	
#rss ul li{list-style:url("../images/feed_ListMark.gif");
	font-size: 90%;
	margin:0.5em 0.5em 0.5em 2em;
	line-height:120%;
	border-bottom: thin #ccc dotted;
	}
#rss ul li a{
	color:#eee}
#rss ul li a:hover{
	color:#fbfdaa;
	text-decoration: underline}

#rss ul li span{font-size:xx-small;
	display: block;
	text-align: right;
	}