@charset "Shift_JIS";

/* デフォルトスタイルリセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{
	margin:0px 0px 0px 0px;
	padding:0;
}  
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* 基本
--------------------------------------------------------------- */

body {
font-size: small;
color:#333333;
}

td {
	text-align:center;




vertical-align:;
	font-size: 12px;
}

/* フォントサイズ
--------------------------------------------------------------- */

.xsmall {font-size: x-small; }   
.small { font-size: small; }      
.medium { font-size: medium; }    
.large { font-size: large; }      
.xlarge { font-size: x-large; }   
.xxlarge { font-size: xx-large; } 

/* フォントスタイル
--------------------------------------------------------------- */

.xsmall, .small, .medium, .large, .xlarge, .xxlarge {
	font-family: 'Osaka' ,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック',  'Verdana', sans-serif;
}

strong.bold {font-weight:bold;}
strong.red  {color:#e60012;}

/* リンクスタイル
--------------------------------------------------------------- */

a:link    {color:#545454;text-decoration:none}
a:visited {color:#545454;text-decoration:none}
a:hover   {color:#0060FF;text-decoration:none}
a:active  {color:#0060FF;text-decoration:none}
