@charset "UTF-8";

html {
	
}

body {
	font-size: 75%;
	background: #fff;
	color: #000;
}

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

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#container_inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.8em;
}


/*----------------------------------

 header

----------------------------------*/

#header {
	margin: 30px 0;
	text-align: center;
}


/*----------------------------------

 contents

----------------------------------*/

.contents {
	clear: both;
	margin: 20px 0 60px 0;
}

.contents h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
}

.contents_header {
	margin: 0 0 10px 0;	
}

.content {
	margin-top: 10px;
}


/*----------------------------------
 highlight
----------------------------------*/

#highlight {
	margin-bottom: 0;
}


/*----------------------------------
 recent
----------------------------------*/

#recent {
	
}

#recent .container {
	margin-top: 20px;
}

#recent .info {
	margin-top: 15px;
}

#recent .info.first {
	margin-top: 0;
}


#recent .content {
	float: left;
	width: 320px;
	margin-left: 20px;
}

#recent .content.first {
	margin-left: 0;
}




/*----------------------------------
 other-work
----------------------------------*/

#other-work .content {
	float: left;
	width: 184px;
	margin-left: 20px;
}

#other-work .content.first {
	margin-left: 0;
}

#other-work .content{
	margin-top: 15px;
}

#other-work .content.first-row {
	margin-top: 0;
}

#other-work .content a {
	text-decoration: underline;
}

/*
#other-work .video_icon {
	width: 13px;
	height: 13px;
	margin-left: 5px;
	background: url(../images/icon_video.gif) no-repeat 0 1px;
	text-indent: -9999px;
}*/


/*----------------------------------
 history
----------------------------------*/

#history .content {
	clear: both;
}

#history .content .header {
	float: left;
	width: 50px;
	margin-bottom: 20px;
}

#history .content .body {
	float: left;
	margin-bottom: 20px;
}

#history .content .header,
#history .content .title,
#history .content .description,
#history .content .link {
	margin: 0 0 2px 0;
	padding: 0;
}

#history .content .caption {
	font-weight: normal;
}




/*----------------------------------

 footer

----------------------------------*/

#footer {
	margin: 50px 0 30px 0;
}

#footer #copyright {
	float: left;
}

#footer #sns_container {
	float: right;
}

#footer #sns_container li {
	float: left;
	margin-left: 10px;
}

#footer #sns_container .twitter-share-button {
	
}

#footer #sns_container .fb-like {
	margin-left: -30px;
}
