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

/* ===================================================================
CSS information

 file name  :default.css
 style info :ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
	width: 100%; 
	height: 100%; 
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}

caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}

img, abbr, acronym, fieldset	{
	border: 0;
}
img	{
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	background: #ffffff;
	color:#000000;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

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

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

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

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

img{
border: none;
}

.imgleft { 
	float: left;
	margin: 0 15px 15px 0;
}

.clear {
	clear: both;
}

table {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table#wrap {
	width: 520px;
	margin: 0px;
	padding: 0px;
	height: 450px;
}

div#wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

table#in {
	margin-top: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

table#in th,table#in td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table#in th {
	color: #009999;
	color: #333333;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-top-style: solid;
	border-top-color: #ABB400;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-top-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table#in td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table#in td.center {
	text-align: center;
	border-bottom-style: none;
}

/* ----------------------- テキスト */

.t_red {
	color: #ff0000;
}

.t_pink {
	color: #FF6699;
}

.t_orange {
	color: #ff8a00;
}

.t_gray {
	color: #777;
}

