
/* Life Sketch Square　トップページ固有のCSS
------------------------------------------------*/
html { overflow-y: visible; }

html{
    height:100%;
}

body{
    height:100%;
}

section{
	text-align: left;
    height:100%;
    min-height:100%;
    }

body > section{
    height:auto;
}

section {
	background: url(img/BG_section.png) repeat;
	margin-left: 50px;
	height: 100%;
	width: 200px;
}

section h1 {
	padding-top: 30px;
	margin-bottom: 12px;
	margin-left: 19px;
}

section p#intro {
	margin-left: 25px;
	width: 150px;
	padding-bottom: 15px;
}

section dl {
	width: 150px;
	margin-left: 25px;
	padding-bottom: 15px;
}

section dt {
	margin-bottom: 5px;
}

section dd li{
	margin-bottom: 3px;
}

section #participation dd {
	line-height: 0.8em;	
}
section #participation dd a{
	font-size: 50%;
	margin-right: 3px;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #a9a9a9;
}

section #participation a:hover {
	color: white;
}

section #detail_info {
	clear: both;
	margin-left: 25px;
	width: 150px;
	border-top: 1px dashed #919191;
	padding-top: 15px;
	padding-bottom: 20px;
}

address {
	margin-left: 36px;
	font-size: 60%;
	bottom: 20px;
	position: absolute;
	right: 20px;
}





