@charset "shift-jis";
/*firefox*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
	font-size: 12px;
}
textarea,input,select {
	font-size: 12px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
}
/* for IE6 */
* html body {font-size: 75%;}
/* for IE7 */
*:first-child+html body {font-size: 75%;}
/* for IE8 */
head~/* */body {font-size: 75%;}
html:not(:target) body {font-size:12px;}

/*++++++++++++++++++++++++++++++++++++++++++
	デフォルトリセット
++++++++++++++++++++++++++++++++++++++++++*/
div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
form label{ 
	cursor : pointer; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight:normal;
}
p,li,dt,dl {
	margin: 0px;
	padding: 0px;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type:none;
}
table,img {
	border:0;
}
img {
	border:0;
}
address {
	font-style:normal;
}
button {
	cursor:pointer;
}
*html button {
	font-size:0;
}
img {
	-ms-interpolation-mode: bicubic;
}
/*++++++++++++++++++++++++++++++++++++++++++
	リンク設定
++++++++++++++++++++++++++++++++++++++++++*/
a:link {
	color:#0259DE;
	text-decoration:underline;
}
a:visited {
	color:#B5043E;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
}
/*++++++++++++++++++++++++++++++++++++++++++
	共通クラス
++++++++++++++++++++++++++++++++++++++++++*/
.fontred {
    color:#FF0000;    
}
.fontblue {
    color:#0000FF;    
}
.fontgreen {
    color: #006600;    
}
.fontwhite {
    color: #FFFFFF;
}
.fontorange {
	color:#E58A3D;
}
.fontgray {
	color: #999999;
}
.non_dis {
	display:none;
}
/*++++++++++++++++++++++++++++++++++++++++++
	align
++++++++++++++++++++++++++++++++++++++++++*/
.a_center {
	text-align:center;
}
.a_left {
	text-align: left;
}
.a_right {
	text-align: right;
}
/*++++++++++++++++++++++++++++++++++++++++++
	clearfix
++++++++++++++++++++++++++++++++++++++++++*/
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++
	trans
++++++++++++++++++++++++++++++++++++++++++*/
.trans {
  filter: alpha(opacity=80);  -moz-opacity:0.8;  opacity:0.8;
}
