* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.4;
	font-size: larger;
	margin: 8px 0;
}

dl {
}
dl dt {
	font-weight: bold;
	margin: 1ex 0 0.5ex 0;
//	color: #A41682;
}
dl dd {
	margin-bottom: 2ex;
	line-height: 1.4;
}


.amp {
	font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
}
.sorry {
	font-size: smaller;
	color: #666;
}

body {
	background: #c0deed;
	margin: 0;
	padding: 0;
	
	font-size: 62.5%; /* 10px */
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, "メイリオ", serif;
}

#main-frame {
	margin: 0 64px;
}

#site-header, #page-header {
	position: relative;
	background: #fff;
	padding: 24px 2px 2px 8px;
}


#page-header > h1 {
	color: #A41682;
}

#page-header .sitemap a {
	color: #ae857b;
}

#page-content {
	position: relative;
	margin: 2px 0 0px 0;
	padding: 2px 8px;
	background: #fff;
}

#page-content h2 {
	margin: 16px 0 0 0;
	border-bottom: 1px solid #edece7;
	color: #444;
	
	font-weight: bold;
	font-size: 160%;
	
}

#products {
}
#products > .product {
	margin: 16px 0 0 0;
	width: 50%;
}
#products > .product .icons {
	float: left;
	width: 135px;
	text-align: center;
}
#products > .product .info {
	margin: 0 0 0 140px;
}
#products > .product .info h3 {
}
#products > .product .info h3 a {
	color: #164994;
	font-size: 120%;
}
#products > .product .info .description {
	color: #222;
	margin: 4px 0 0 0;
}

#page-content .text-content {
	margin: 8px 0;
	max-width: 500px;
}


#site-footer {
	/*border-top: 2px solid #edece7;*/
	margin: 1px 0 0 0;
	padding: 2px 8px;
	text-align: center;
	color: #888;
	background: #fff;
}
#site-footer a {
	color: #444;
}
