@charset "shift-jis";

/*====================================================================

common.css

====================================================================*/

/*--------------------------------------------------------------------
format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a{
	font-weight: bold;
	color:#5c0976;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color:#5c0976;
	text-decoration:none;
}
a:hover{
	font-weight: bold;
	color:#5c0976;
	text-decoration:underline;
}
a:active{
	font-weight: bold;
	color:#5c0976;
	text-decoration:none;
}


/*--------------------------------------------------------------------
body
--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #292927;
	text-align: center;
	background: #fff;
}
#container{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

/*--------------------------------------------------------------------
head
--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
contents
--------------------------------------------------------------------*/
#contents{zoom: 1;}
#contents:after{
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#rightpane{
	float: right;
	width: 510px;
}
#leftpane{
	position: relative;
	float: left;
	width: 290px;
	padding-bottom: 178px;
}

/*navi
----------------------------------------------------------------*/
#leftpane ul,
#leftpane ul li,
#leftpane ul li a{display: block;}
#leftpane ul{
	width: 84px;
	height: 203px;
	background: url(../img/navi.gif) no-repeat top;
	overflow: hidden;
}
#leftpane ul li,
#leftpane ul li a{
	font-size: 1px;
	line-height: 1;
	height: 11px;
}
#container div#leftpane ul li{
	margin-bottom: 37px;
}
#leftpane ul li a{
	font-size: 10px;
	line-height: 1;
	text-indent: -9999px;
	overflow: hidden;
}
#leftpane ul li#top{margin-bottom: 0;}

#news a{
	width: 50px;
	background-position: 0 0;
}
#profile a{
	width: 77px;
	background-position: 0 -48px;
}
#works a{
	width: 63px;
	background-position: 0 -96px;
}
#contact a{
	width: 84px;
	background-position: 0 -144px;
}
#top a{
	width: 35px;
	background-position: 0 -192px;
}
#leftpane ul li a:hover{background-image: url(../img/navi_hover.gif);}



/*--------------------------------------------------------------------
foot
--------------------------------------------------------------------*/
#foot{
	position: relative;
	clear: both;
	top: -25px;
	left: -290px;
	width: 238px;
	padding-top: 12px;
	background: url(../img/foot.gif) no-repeat;
	overflow: hidden;
}
#foot p{
	display: none;
}
#foot a{
	display: block;
	width: 45px;
	height: 5px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 51px;
}
#foot a:hover{
	background: url(../img/0510_hover.gif) no-repeat;
}

#lt,
#rt,
#lb,
#rb{
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

#lt{
	background: url(../img/lt.gif) no-repeat;
	left: 0;
	top: 0;
}
#rt{
	background: url(../img/rt.gif) no-repeat;
	right: 0;
	top: 0;
}
#lb{
	background: url(../img/lb.gif) no-repeat;
	left: 0;
	bottom: 0;
}
#rb{
	background: url(../img/rb.gif) no-repeat;
	right: 0;
	bottom: 0;
}



/*--------------------------------------------------------------------
other
--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.tr{text-align: right;}



/*margin, padding
----------------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.ml5{margin-left: 5px;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}
.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.mt20{margin-top: 20px;}


.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 510px;
	height: 20px;
	background: url(../img/pagetop.gif) no-repeat right top;
	margin: 55px 0 0;
}
.pagetop a{
	display: block;
	float: right;
	width: 53px;
	height: 9px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a:hover{background: url(../img/pagetop_hover.gif);}

