/*
Theme Name: unehaus
*/
/*-------------------------------------------------------------------------*/
/*リセットスタイル*/
/*-------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
font-size:12px;
margin:0;
padding:0;
line-height:100%;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
/*font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;*/
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ul {
list-style:none;
}
ol {
}
caption,th {
text-align:left;
line-height:100%;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------*/
/*アンカー*/
/*-------------------------------------------------------------------------*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/*-------------------------------------------------------------------------*/
/*レイアウト*/
/*-------------------------------------------------------------------------*/
#page{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;

}


/*-------------------------------------------------------------------------*/
/*コンテンツ*/
/*-------------------------------------------------------------------------*/
#contents{
	/*background-image:url(http://u.jimdo.com/www35/o/layout/l5e0d7a43d7134b43/img/bg-gj-body.png);*/

}

#main:after{
	content:"";
	display:block;
	clear:both;
}
#main{
	zoom:1;
}


#main .entry{
	background-color:#fff;
}


#main h2{
	background: url("http://u.jimdo.com/www35/o/layout/l5e0d7a43d7134b43/img/bg-gj-body.png") repeat scroll center top transparent;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    padding: 14px 18px;
}

#main .entry p{
	margin:10px;
	line-height:180%;
}





/*-------------------------------------------------------------------------*/
/*トピックス*/
/*-------------------------------------------------------------------------*/
ul.topics{
}
ul.topics li:after{
	display:block;
	content:'';
	clear:both;
}
ul.topics li{
	zoom:1;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
ul.topics li h3,
ul.topics li h4{
	float:left;
	line-height:120%;
}
ul.topics li h4{
	padding-left:20px;
}
ul.topics li h4 a{
	margin-right:20px;
}



/*-------------------------------------------------------------------------*/
/*フッタ*/
/*-------------------------------------------------------------------------*/
#footer{
	background-color:#211209;
	padding:10px;
	width:100%;
	color:#fff;
}
#footer h2{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*-------------------------------------------------------------------------*/
/*記事*/
/*-------------------------------------------------------------------------*/
.entry .date{
	text-align:right;
	margin:5px;
}

/*-------------------------------------------------------------------------*/
/*動画一覧*/
/*-------------------------------------------------------------------------*/
#main .subContents h2{
	margin-right:30px;
	margin-bottom:15px;
}

.ytLink{
	padding-top:30px;
	text-align:right;
	padding-right:30px;
}

.ytBox ul:after{
	content:"";
	display:block;
	clear:both;
}
.ytBox ul{
	zoom:1;
}
.ytBox li{
	margin-bottom:15px;
	float:left;
	margin-right:10px;
}


/*-------------------------------------------------------------------------*/
/**/
/*-------------------------------------------------------------------------*/