



/* アトリエ羽僅 ウェブサイト用CSS （簡易版） */



/* Structure */

body {
	color: #333;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック","Osaka","Arial","Helvetica",sans-serif;
	margin: 0;
	padding: 0
}

h1 {
	margin: 0;
	padding: 0;
	border-spacing:0px;
	font-size: 100%;
	line-height: 0
}

h1#port {
	margin-bottom: 8px;
	border-spacing:0px;
	font-size: 100%;
}

h2 {
	margin-bottom: 2em;
	padding: 0;
	border-spacing:0px;
	font-size: 100%;
	line-height: 0
}

h3 {
	margin-top: 32px;
	margin-bottom:6px;
	padding: 0;
	border-spacing:0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 0
}

h4 {
	margin-top: 12px;
	margin-bottom:0px;
	padding: 0;
	border-spacing:0px;
	font-size: 100%;
	font-weight: normal;
}

p {
	line-height: 180%;
}

p.sub {
	margin-top: 0px;
	margin-left: 12px;
}

p.sub2 {
	font-size:85%;
	margin-top: 1px;
	margin-bottom: 1px;
}

.title {
	padding-top: 0.6em;
	margin-bottom: 4em;
	font-size: 100%;
}


/* Block */

#banner {
	width:100%;
	background-color: #e0e0d1;
}

#menu {
	position:absolute;
	width: 160px;
	top : 218px;
	list-style-image: url("http://wasqua.com/images/spacer11.png");
	list-style-type:none;
	margin: 0;
	padding: 0

}

#main {
	position:absolute;
	width : 44em;
	left : 190px;
	top : 218px;

}

#port_main {
	position:absolute;
	width : 44em;
	left : 190px;
	top : 272px;
	margin: 0;
	padding-top: 0.6em

}

#port_preface {
	margin-top:64px;
	width:52em;
	position:absolute;
	left : 190px;
	top : 218px;
	font-size: 100%;
	margin: 0;
	padding-top: 0.6em

}

div.mainseg {
	margin-bottom:48px
}

div.footer {
	margin-bottom:32px
}

#totop {
	text-align:right
}

#copyright {
	font-size: 80%
}

/* Lists */

li.menulist {
	margin-bottom:12px
}

.mainlist {
	font-size: 100%;
	line-height: 160%;
}

.sublist {
	font-size: 80%;
	line-height: 160%;
}

.sublist2 {
	margin-top: 6px;
	margin-bottom: 28px;
	font-size: 85%;
	line-height: 125%;
}

div.menulist {
	float:left;
	border-left: solid 45px;
	margin-right: 11px;
	height:13px;
}


/* Decoration */

div#menu_home {
	border-left-color: #c5c6b0;
}
div#menu_prof {
	border-left-color: #909171;
}
div#menu_port {
	border-left-color: #363514;
}
div#menu_cont {
	border-left-color: #62633d;
}
div#menu_link {
	border-left-color: #e0e0d1;
}

#menu_off {
	color: #aaa
}

/* Link */

a.menulink {
	font-weight: normal;
	color: #333;
	text-decoration: none
}

a {
	color: #AD844A;
	text-decoration: none
}

a:hover ,a.menulink:hover {
	background-color: #e0e0d1;
	text-decoration: none
}

