@charset "utf-8";

/* Base structure
---------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{ 
	margin:0;
	padding:0;
}

html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
}

body {
	background:transparent url("../img/bg_body.gif");
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 100%;
	min-width:970px;
	text-align:center;
}

body, button, input, select, textarea {
	font: 1em/1.625;
}

p{
	line-height:1.5;
}


/* Links
---------------------------------------- */

a:link{
	text-decoration: none;
	color: #488a8f;
}

a:visited {
	text-decoration: none;
	color: #779c05;
}

a:hover {
	color: #e15f9d;
	text-decoration: underline;
}

div#container{
	width:500px;
	text-align:center;
}

div.container p{
	margin:10px 0 0 0;
}


/* Embedded content
---------------------------------------- */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}