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

/* 全体
--------------------------------------------------------*/

body {
	font-size: 12px;
	color: #424242;	
}

section, article, aside, nav, header, footer, hgroup {
	display: block;
}

/* 全体リンク
--------------------------------------------------------*/

a {/*リンクされた文字*/
	color: #555555;
}
a:link {/*未訪問のリンク*/
	color: #555555;
}
a:visited {/*訪問後のリンク*/
	color: #555555;
}
a:hover {/*マウスをのせたとき*/
	color: #9A9A9A;
}
a:active {/*クリック中*/
	color: #9A9A9A;
	text-decoration: none;	
}

/* ページ枠組み
--------------------------------------------------------*/
header {
	position: relative;

}

#page {
	margin: auto;
	width: 880px;
}
#side {
	float: left;
	width: 160px;
}
#main {
	float: right;
	width: 720px;
	background:url(img/line.jpg);
	background-repeat:repeat-y;
}

footer {
	clear:both;
}

/* ヘッダ
--------------------------------------------------------*/
#logo {
	user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chrome */
    -ms-user-select: none; /* IE10から */
}

#language {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 9px;
}

#language a:link{
	color: #000000;
	text-decoration:none;
}

#language a:visited{
	color: #000000;
	text-decoration:none;
}

#language a:hover{
	color: #000000;
	text-decoration:none;
}

#language a:active{
	color: #000000;
	text-decoration:none;
}


/* ナビゲーション
--------------------------------------------------------*/
ul {
list-style: none;
margin: 0px;
padding: 0px;
}

/* サイトナビ
--------------------------------------------------------*/
#sitenavi {
	
}

/* ポートフォリオナビ
--------------------------------------------------------*/
#portfolionavi {
	margin:0px 0px 0px 0px;
}
#portfolionavi li {
	float: left;
	margin:0px 0px 0px 20px;
}

.in-here{
	color: #9A9A9A !important;
	text-decoration: none;
}
	

/* ポートフォリオエントリー
--------------------------------------------------------*/
.portfolio-entry {
	padding:50px 0px 0px 20px
}

.item{
	margin-bottom:60px;
	background-color:#;
	width:213px;
	float:left;
	margin-right:30px;
	letter-spacing: 1px;
}

.item:nth-child(3n) {
    margin-right: 0;
}

.entry-title{
	margin:0px 0px 0px 0px;
	font-size:14px;
}

.entry-content{
	margin:5px 0px 0px 0px;
	font-weight:bold;
	
	
}


.entry-footer{
	font-size: 10px;
	margin: 15px 0px 0px 0px;
	text-align: right;
}

/* メイン
--------------------------------------------------------*/
.main-content{
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	line-height: 22px;
}

/* フッタ
--------------------------------------------------------*/
#up {
		text-align: right;
		clear:both;
}

#copyright {
	font-size: 10px ;
	padding-top: 50px;
	padding-bottom:20px;
	text-align:center;
	color:#999999;
}
