/* CSS Document */

body{
	letter-spacing:0;
	font-size:10px;
}
a{text-decoration: none; color: #333333;}



/* #layout
-------------------------------------------------------------*/
div#layout{
	width:80%;
	border-top:none;
	margin:0;
}
div#layoutInner{
	background:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

/* #header
-------------------------------------------------------------*/
div#header{
	background:none;
	height:auto;
	text-indent:0;
	border-bottom:solid 1px #666666;
}
div#header a{
	text-decoration:none;
}
div#header h1{
	float:left;
	width:auto;
	height:auto;
	background:none;
}

/* gNavi --------*/
div#gNavi{
	display:none;
}



/* #pageBody
-------------------------------------------------------------*/
div#pageBody{
}




/* #main
-------------------------------------------------------------*/
div#main{
	float:none;
	width:100%;
	margin:0;
}
/* pageTitle --------*/
div#pageTitleLead{
	float:none;
	width:100%;
}
div#pageTitleLead h2{
	width:100%;
	height:auto;
	text-indent:0;
	font-size:12pt;
	margin:20px 0;
}
div#pageTitleLead p, div#pageTitleLead ul{
	display:none;
}

/* .section common --------*/
div#main div.section{
	margin:0 0 30px 0;
	text-align:center;
}
div.section h3, div.section p, div.section blockquote, div.section li, div.section td, div.section dd{
	text-align:left;
}
div#main div.section h3{
	margin:0;
	border-bottom:none;
}
div#main div.section p{
	margin:0;
}
div#main div.section ul{
	margin:0;
}
div#main div.section blockquote{
	margin:20px 0 35px 0;
	width:80%;
}


/* body#siteIndex section --------*/
div#main div.update{
	display:none;
}
div#main div.section dl#worksIndex{
	margin:60px auto 0;
	width:483px;
}
dl#worksIndex dt, dl#worksIndex dd{
	width:150px;
}
dl#worksIndex dt{
	text-indent:0;
}
dl#worksIndex dt img{
	margin:0 0 0 14px;
}
dt.web a, dt.graphic a, dt.ui a{
	background:none;
}


/* body#html --------*/
.detail {
	font-size: 10px;
	padding: 1px 5px;
	/*border: 1px solid #999999;*/
	background:#eeeeee;
	border:solid 1px #999999;
}
.cap-img {
	float: left;
	margin: 5px 10px 40px 0px;
	border: 1px solid #333333;
}

/* #pagetop --------*/
div#pagetop{
	display:none;
}


/* #footer
-------------------------------------------------------------*/
div#footer{
	width:100%;
	clear:both;
	text-align:center;
	border-top:solid 1px #333333;
	margin:15px 0 0 0;
}
ul#infoLabel1, ul#infoLabel2{
	display:none;
}
p#copyright{
	float:none;
	font-size:10pt;
	margin:5px 0 0 0;
}
