@charset "Shift_JIS";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic";
}

body {
	background-color: #fff;
}

table,img { border:0;}

ul,ol,li { list-style:none;}

a:link {
	color: #333;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}

a:hover {
	color: #F36;
	text-decoration: underline;
	}

a.active {
	color: #F36;
	text-decoration: underline;
	} 

form {
	margin: 0.5em 20px;
	padding: 1px 0; 
}

form dl,
form p {
	text-align: center;
	width: 150px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 0.1em 10px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
input[type="submit"],
input[type="reset"] {
	padding-right: 15px;
	padding-left: 15px;
}
input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
}
 
.pkg:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.pkg {display: inline-block;}

/* Hides from IE-mac \*/
.pkg {height: 1%;}
.pkg {display: block;}
/* End hide from IE-mac */

h1,h2,h3,h4,h5,h6,h7 {
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
	}
