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

/****************************************
・レイアウト
*****************************************/
.mozi {
	font-size: 9pt;
	line-height: 1.3em;
	font-style: normal;
}

.mozi10 {
	font-size: 10pt;
	line-height: 1.4em;
	font-style: normal;
}

.main_back {
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-attachment: fixed;
}
.list {
	list-style-type: none;
}
ul#portfolio {
	padding:0;
	width:720px;
	height:270px;
	position:relative;
	list-style:none;
	margin:0 auto;
}
ul li {
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.title {
	font-size: 12pt;
	line-height: 1.3em;
	font-style: normal;
}
/****************************************
・その他
*****************************************/	
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #333333;
