@charset "UTF-8";/****************************************		Reset*****************************************/html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background:none repeat scroll 0 0 transparent; border:0 none; font-size:100%; margin:0; outline:0 none; padding:0; vertical-align:baseline; }body { line-height:1;}ol, ul { list-style:none outside none; }body {	font:14px/150% Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;	color: #333;	}img.bg {	/* Set rules to fill background */	min-height: 100%;	min-width: 1024px;	/* Set up proportionate scaling */	width: 100%;	height: auto;	/* Set up positioning */	position: fixed;	top: 0;	left: 0;}@media screen and (max-width: 1024px){	img.bg {		left: 50%;		margin-left: -512px; }}div#container {	/* This is the only important rule */	/* We need our content to show up on top of the background */	position: relative; 	width:940px;	margin:0 auto;}h1 { 	font-family: 'Josefin Sans Std Light', arial, serif;	font-size:48px;	line-height:150%;	margin-top:30px;}h2 {	font-size:20px;	padding-bottom:20px;}#contents{	width:500px;	padding:20px;	margin-left:400px;	background:#FFF;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	opacity: 0.75;	-moz-opacity: 0.75;	filter: alpha(opacity=75);	-ms-filter: "alpha(opacity=75)"; }p{	text-indent:1em;	padding-bottom:1em;}#footer{	font-size:12px;	padding:30px 0;}.sample-btn{	margin:1em 0;	display:block;	width:184px;	height:55px;	background:url(images/code-button.jpg) no-repeat scroll 0 0 transparent;	text-indent:-9990em;	}	.sample-btn:hover{		text-decoration:none;		background-position:0 -55px;	}ul{margin:1em;}h3{ font-size:16px; }.text {	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-size: 9px;}