@charset "utf-8";
/* ************************************************** 

	artstudiumアーカイブサイト
	
	製作日：2011/3
	制作者：中山雄一朗
	
	1.ユニバーサル	
- ***************************************************/

/*1.ユニバーサル
---------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-family:sans-serif;
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
}
a:link,
a:visited,
a:active{
	color:#00CCFF;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
	margin:10px 0 10px 0;
}
body{
	color:#433;
	font-size: 90%; 
	background:url('img/ua.gif');
}
/*2.
---------------------------------------------------------------------*/
#container{
	width:900px;
	background:url('img/bgw.png');
}
#beta{
	width:300px;
	float:left;
	font-size:80%;
	line-height:1.8em;
}
#beta a:link,
#beta a:visited{
	color:#433;
}
#alpha{
	width:600px;
	float:left;
	line-height:2em;
}
#footer{
	clear:both;
	font-size:65%;
	padding:0 0 10px 10px;;
	background:#fff;
}
#banner-header a{
	display:block;
	width:206px;
	height:61px;
	margin:40px 0 30px 10px;
	text-indent:-9999px;
	background:url('img/logo.png') no-repeat;
}
.entry-header{
	font-size:150%;
	font-weight:bold;
	line-height:1.4em;
}
.entry-header a:link,
.entry-header a:visited{
	color:#433;
}
.module-header{
	font-size:100%;
	font-weight:bold;
	margin-top:20px;
}
.module-archives,.module-categories{
	margin-left:10px
}
.entry{
	margin:40px 20px 20px 0;
	padding-top:10px;
	border-top: 1px dotted #433;
	border-bottom: 1px dotted #433;
}
.entry-content{
clear:both;
margin-top:30px;
}
p.entry-more-link a{
	display:block;
	width:64px;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	background:url('img/more.png') no-repeat;
}
p.entry-more-link a:hover{	background:url('img/more.png') 0 -21px  no-repeat;}
.entry-footer{
	margin-top:15px;
	color:#888;
	font-size:70%
}
li.module-list-item-title{
	margin-top:8px;
}
#button{
margin-top:25px;
height:40px;
}
#tweet_button{
float:left;
}
#facebook_button{
float:left;
margin-top:1px;
}
#hatebu_button{
float:left;
margin-top:1px;
}
#archive_title{
font-size:100%;
margin-top:40px;
}
