
/* color
 * #d1e3f0
 * #a1a18d
 * #eeeee7
 * #bba4a3
 * #a19291
 */

/**
 * reset
 */

body, ul, ol, li{
	padding: 0;
	margin: 0;
}
body{
	font-size: 12px;
}
ul, ol{
	list-style: none;
	margin-bottom: 18px;
}

/**
 * base
 */

body{
	font-family:"Frutiger Neue W01 Regular", Meiryo, sans-serif;
	background-color: #eeeee7;
	line-height: 1.5;
	border-top: 18px solid #463d37;
}

a:hover{
	text-decoration: none;
	box-shadow: 0 0 6px #d1e3f0;
	-moz-box-shadow: 0 0 6px #d1e3f0;
	-webkit-box-shadow: 0 0 6px #d1e3f0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	margin:0 -6px;
	padding:6px;
}


/**
 * page
 */

.page-all{
	width: 940px;
	padding: 36px 10px;
	margin: 0 auto;
}

.page-body{
	*zoom:1
}
.page-body:after{
	content:"";
	display: block;
	clear:both;
	height: 0;
}
	.page-side{
		float: left;
		width: 180px;
	}

	.page-main{
		float: right;
		width: 620px;
	}

.page-body .panel{
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 18px 18px 1px 18px;
	margin-bottom: 18px;
}
/*
 * heading
 */

.h-site{
	font-family:"Frutiger Neue W01 Thin", sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 1px #ffe;
	margin-bottom: 18px;
	text-indent: -2px;

}

.h-topPanel{
	position: relative;
	margin: 0 0 18px -20px;
	color: #fff;
	font-family:"Frutiger Neue W01 Thin", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
	background-color: #ec9a0c;
	padding: 0 0 0 40px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}
	.h-topPanel:before{
		position: absolute;
		left: 0;
		bottom: -4px;
		content: "";
		display:block;
		width: 4px;
		height: 4px;
		background-color: #ec9a0c;
	}

	.h-topPanel:after{
		position: absolute;
		left: 0;
		bottom: -4px;
		content: "";
		display:block;
		width: 4px;
		height: 4px;
		background-color: #eeeee7;
		border-top-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
	}

.h-panel{
	font-family:"Frutiger Neue W01 Thin", sans-serif;
	display:inline-block;
	font-weight: normal;
	font-size: 48px;
	line-height: 1;
	color: #e90;
	margin: -18px 0 36px 0;
	border-top: 6px solid #e90;
	padding-top: 12px;
}

/*
 * mod 
 */

.mod-identity{
	background-color: #ec9a0c;
	background-image: -webkit-gradient(
		linear,
		0 0, 0 100%,
		from(rgba(0,0,0,0)),
		to(rgba(0,0,0,0.1))
	);
	color: #fff;
	width: 180px;
	height: 210px;
	padding: 60px 60px 30px 60px;
	font-size: 10px;
	border-top-left-radius: 150px;
	-moz-border-radius-topleft: 150px;
	border-bottom-left-radius: 150px;
	-moz-border-radius-bottomleft: 150px;
	border-bottom-right-radius: 150px;
	-moz-border-radius-bottomright: 150px;
}
.mod-topPanel{
	margin-bottom: 18px;
}
	.mod-topPanel ol{
		padding-left: 20px;
	}

.mod-biog{
}

.mod-profileList,
.mod-serviceList{
	font-family:"Frutiger Neue W01 Regular", sans-serif;
}

.mod-profileList dt,
.mod-serviceList dt{
	color: #bba4a3;
}
.mod-profileList dd,
.mod-serviceList dd{
	margin-left:0;
	padding-left: 2em;
	padding-bottom: 8px;
	border-bottom: 1px dotted #bba4a3;
	margin-bottom: 9px;
}

.mod-blogLink{
	text-align: right;
	font-size:14px;
	font-family:"Frutiger Neue W01 Regular", sans-serif;
}
.mod-blogLink a{
	color: #fff;
	text-decoration: none;
}
.mod-blogLink a:before{
	content: '» ';
}

