@charset "shift-jis";
/*firefox*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11px;
/*	text-align:center;*/
}
textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
*html body {
	font-size:12px;
}
/*++++++++++++++++++++++++++++++++++++++++++
	デフォルトリセット
++++++++++++++++++++++++++++++++++++++++++*/
form label{ 
	cursor : pointer; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	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;
}
/*++++++++++++++++++++++++++++++++++++++++++
	リンク設定
++++++++++++++++++++++++++++++++++++++++++*/
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
}
a:active {
}
/*++++++++++++++++++++++++++++++++++++++++++
	共通クラス
++++++++++++++++++++++++++++++++++++++++++*/
.fontred {
    color:#FF0000;    
}
.fontblue {
	color:#0000FF;    
}
.fontgreen {
    color: #006600;    
}
.fontwhite {
    color: #FFFFFF;
}
.fontorange {
	color:#E58A3D;
}
.fontgray {
	color: #999999;
}
.non_dis {
	display:none;
}
/*++++++++++++++++++++++++++++++++++++++++++
	clearfix
++++++++++++++++++++++++++++++++++++++++++*/
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
