@charset "UTF-8";
/* CSS Document */


/*=================================================
/*  Reset
/*=================================================*/
html, body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #6c6c6c
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}
p, ol, ul {
	margin-top: 0;
}
ol, ul {
	padding: 0;
	list-style: none;
}
p {
	line-height: 1.5;
}
a {
	color: #068900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	margin: 0px auto;
	width: 960px;
}
a img {
	border: 0;
}


/*=================================================
/*  共通
/*=================================================*/

.ma_t0 { margin-top: 0px; }
.ma_t10 { margin-top: 10px; }
.ma_t20 { margin-top: 20px; }
.ma_t30 { margin-top: 30px; }
.ma_t40 { margin-top: 40px; }
.ma_t50 { margin-top: 50px; }
.ma_b0 { margin-bottom: 0px; }
.ma_b10 { margin-bottom: 10px; }
.ma_b20 { margin-bottom: 20px; }
.ma_b30 { margin-bottom: 30px; }
.ma_b40 { margin-bottom: 40px; }
.ma_b50 { margin-bottom: 50px; }


/*=================================================
/*  ヘッダー
/*=================================================*/
#header-wrapper {
	background: #000;
}
#header {
	position: relative;
	height: 140px;
}
#header #logo {
	position: absolute;
	width: 200px;
	height: 100px;
	top: 20px;
	left: 0;
}

#menu_top {
	position: absolute;
	right: 0;
	top: 3.5em;
}
#menu_top ul {
}
#menu_top li {
	display: block;
	float: left;
	text-align: center;
}
#menu_top li a {
	display: block;
	margin: 0px 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.20em;
	line-height: 50px;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: #FFF;
	border-bottom: solid 4px #000;
}
#menu_top li:hover a, 
#menu_top li.active a {
	border-bottom: solid 4px #FFF;
	color: #FFF;
}



/*=================================================
/*  レイアウト
/*=================================================*/
#wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#contents {
	width: 640px;
	float: left;
	margin-bottom: 50px;
}
#sidebar {
	width: 280px;
	float: right;
}

/*=================================================
/*  サイドバー
/*=================================================*/
#sideExhibition {
	margin-bottom: 50px;
}
#sideExhibition h3 {
	font-size: 16px;
	padding: 10px 0;
}
#sideExhibition .titleBox {
	margin-bottom: 20px;
}
#sideExhibition .titleImg {
}
#sideExhibition .titleText {
	text-align: center;
}
#sidePortfolio {
	margin-bottom: 50px;
}
#sideUstream {
	margin-bottom: 50px;
}
#sideArchive {
	margin-bottom: 50px;
}
#sideArchive h3 {
	font-size: 16px;
	padding: 10px 0;
}
#sideArchive ul {
	padding-top: 1em;
	list-style: none;
	overflow: hidden;
}
#sideArchive li {
	border-bottom: solid 1px #E5E5E5;
	padding: 0.80em 0;
	padding-left: 10px;
	width: 120px;
	margin-right: 10px;
	float: left;
}


/*=================================================
/*  ページ共通
/*=================================================*/
#contents h2 {
    font-size: 1.8em;
	margin-top: 40px;
    margin-bottom: 20px;
}
#contents h2.title {
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
	margin-bottom: 20px;
	margin-top: 0px;
}
#contents h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
	margin-top: 30px;
}
#contents h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
#contents p {
}
#contents ul {
	list-style: square outside;
	padding-left: 30px;
}
#contents ul li {
	margin-bottom: 10px;
}

#contents table.style01 {
	width: 100%;
	border-collapse: collapse;
}
#contents table.style01 th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
#contents table.style01 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

#contents .exhibitBox {
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: solid 1px #E5E5E5;
}
#contents .exhibitBox.last {
	border: none;
}
#contents .exhibitBox .title h3 {
	font-size: 16px;
}
#contents .exhibitBox .title p.author {
	color: #068900;
}
#contents .exhibitBox .left {
	width: 240px;
	float: left;
}
#contents .exhibitBox .right {
	width: 380px;
	float: right;
}




/*=================================================
/*  フッター
/*=================================================*/
#footer-wrapper {
	background: #000;
}
#footer {
	position: relative;
	height: 110px;
}
#footer #copyright {
	padding-top: 50px;
	text-align: center;
	color: #FFF;
}




