@charset "utf-8";

body {
	font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #666666;
    color: #444;
}

body, h1, h2, h3, div, ul, ol, li, dl, dt, dd, table, tr, th, td, img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, th, td, p {
    font-size: 1.2em;
}

h2 {
	margin-bottom: 20px;
}

dt {
    font-weight: bold;
}

img {
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

.header {
    width: 900px;
    text-align: left;
	margin: 40px auto 20px;
	background: url(img/contact.png) no-repeat center right;
}

.wrapper {
    width: 860px;
    text-align: left;
    margin: 40px auto 0;
    padding: 30px;
	background: #fff url(img/bg_wrapper.png) top left no-repeat;
}

.section {
    clear: both;
	background: #fff;
    margin: 30px 0 50px;
}

.section h2 {
	margin-left: -30px;
	margin-right: -30px;
}

.title .section {
	margin-top: 0;
}

.hr {
	width: 100%;
	height: 1px;
	clear: both;
}

.hr hr {
	display: none;
}

#fullsupport .supportitems,
#case .caseitems,
#appendix .results {
    width: 900px;
    margin: 0 -40px 0 0;
	overflow: hidden;
	padding-bottom: 10px;
}

#fullsupport dl,
#case dl,
#appendix dl {
    width: 185px;
    margin-right: 40px;
    float: left;
    font-size: 1.2em;
}

#fullsupport dt,
#case dt,
#appendix dt {
    height: 4.0em;
    vertical-align: top;
	margin-top: 7px;
	padding-left: 24px;
	padding-top: 5px;
}

#fullsupport dt {
	border-top: 3px solid #c50067;
}

#fullsupport .supportitems {
	background: url(img/bg_section.png) left top repeat-y;	
}

#fullsupport .blog dt {
	background: url(img/blog.png) 0px 5px no-repeat;
}

#fullsupport .bbssite dt {
	background: url(img/page_white_wrench.png) 0px 5px no-repeat;
}

#fullsupport .comment dt {
	background: url(img/eye.png) 0px 5px no-repeat;
}

#fullsupport .accessup dt {
	background: url(img/chart_bar.png) 0px 5px no-repeat;
}

#flexible dl {
	width: 635px;
	margin-right: 40px;
	float: left;
    font-size: 1.2em;
}

#flexible ul {
    margin: 5px 0 10px 57px;
    list-style: disc;
}

#flexible li {
	margin-bottom: 1.0em;
}

#flexible .fig {
    width: 215px;
	height: 360px;
	float: left;
	margin-right: -30px;
}

#case dt {
	border-top: 3px solid #92c000;
}

#case #msnlive {
    width: 410px;
}

#case .caseitems {
	background: url(img/bg_section2.png) left top repeat-y;	
}

#case .cast {
    font-size: 0.8em;
    color: #666;
	margin-top: 1.5em;
}

#case .realtime dt {
	background: url(img/shield.png) 0px 5px no-repeat;
}

#case .events dt {
	background: url(img/flag_blue.png) 0px 5px no-repeat;
}

#case #msnlive dt {
	background: url(img/microphone.png) 0px 5px no-repeat;
}

#aboutiv {
	margin-bottom: 0;
}

#aboutiv table {
    width: 100%;
	border-top: 1px solid #ddd;
}

#aboutiv h3 {
	border-left: 3px solid #1a8eb8;
	padding: 5px 0 5px 10px;
}

#aboutiv th {
	background: #efefef;
}

#aboutiv th,
#aboutiv td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
	text-align: left;
}

#aboutiv td ul {
    margin-left: 2.0em;
}

#supportplan .contact {
	text-align: center;
}

#appendix {
	margin-bottom: 0;
}

#appendix dt {
	border-top: 3px solid #f7b357;
	padding-left: 0;
}

#appendix .results {
	background: url(img/bg_section3.png) left top repeat-y;	
}

#appendix .results dl {
    width: 410px;
}

#appendix .results ul {
    margin-left: 2.0em;
}

.footer p {
	margin: 0;
}

.footer .copy {
	padding-bottom: 40px;
	color: #ccc;
}

