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

/* ==================================================================
 *  ベースのレイアウトを記述 #container
 * ================================================================== */
body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#666;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	
	text-decoration:underline;
}

a:visited {
	color:#000;
}

a:active {
	color:#666;
}

#container {
	border-bottom:none;
	border-top:none;
	overflow:hidden;
	height:100%;
	position:relative;
}


#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

#container h4 {
	background:#FFF;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
}


/*photo-gallery*/
.photo-gallery .list {
	overflow: hidden;
	margin: 0 0 0 0px;
}
.photo-gallery .list a {
	float: left;
	width: 192px;
	height: 192px;
	margin: 0 0 0px 0px;
	background: #FFF;
	/*-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); */
}





/* ==================================================================
 *  ヘッダーのレイアウトを記述 #header
 * ================================================================== */
#header {
	margin-bottom:30px;
	width:960px;
	height:70px;
	background:#FFF;
}

.top {
	color:#CCC;
	float:left;
	display:inline;
	padding-top:5px;
}

#logo {
	font-size:36px;
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



/* ==================================================================
 *  真ん中のレイアウトを記述 #header
 * ================================================================== */



#content {
	width:960px;
	margin-bottom:20px;
	
}

#videos h2 {
	color:#CCC;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-weight:bold;
	
	line-height:100%;
	margin-bottom:10px;
}

#videos h3 {
	background:#FFF;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
}


.projectsBox {
	margin-bottom:30px;
}
	
	
#link {
	margin-top:20px;
}
	
#link h4 {
	background:#FFF;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
}



/* ==================================================================
 *  フッダーのレイアウトを記述 #header
 * ================================================================== */







#footer {
	background:#FFF;
	color:#999;
	width:960px;
	height:150px;
	margin:0 auto;
	border-bottom:none;
	border-top:none;
	margin-top:20px;
}
