/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:123.1%;}


.bold{
	font-weight:bold;
}

.grey{
	color:#666;
}
.small{
	font-size:smaller;
}

.red{
	color:#F00;
}

div.top_title{
	margin:0 auto;
}
.top_title img{
	margin:8px 0 0 80px;
}

div.doc{
	width:640px;
	margin:8px auto 0;
}

div.ext{
	margin:8px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#F3F7FC;
	border:1px solid #D2DBED;
	padding:12px;
}

div.ext h1{
	font-weight:bold;
	font-size:123.1%;
	margin:0 0 4px;
}

div.ext div.intro{
	padding-left:140px;
	background-repeat:no-repeat;
	min-height:128px;
}

div.ext hr{
	border:0px;
	border-top:1px solid #D2DBED;
}

div.ext img.screenshot{
	border:1px solid #D2DBED;
}

footer div.follow{
	margin: 8px 0 0;
	text-align:right;
}
footer div.follow img{
	vertical-align:middle;
}

footer p{
	text-align:center;
	margin:8px 0 0;
}

a.install{
	margin:8px 0;
	color:#FFF;
	font-weight:bold;
	font-size:123.1%;
	text-decoration:none;
	height:180%;
	width:120px;
	text-align:center;
	line-height:180%;
	border:solid #03C 1px;
	display:block;
	background:-moz-linear-gradient(top, #09C, #06C); /* Firefox用 */
	background:-webkit-gradient(linear, left top, left bottom, from(#09C), to(#06C)); /* Safari,Google Chrome用 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
a.install:hover{
	background:-moz-linear-gradient(top, #06C, #09C); /* Firefox用 */
	background:-webkit-gradient(linear, left top, left bottom, from(#06C), to(#09C)); /* Safari,Google Chrome用 */
}

