@charset "shift_jis";
/* -----------------------------------------------------------
CSS Information

 File name:     default.css
 Author:        regent
 Style Info:    初期設定
----------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-size:87.5%;
	margin:0; padding:0;
}

/*body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }*/
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

body {  
	margin: 0;  
	padding: 0;  
	font-size: 86%;  
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
	font-weight: normal;  
	font-style: normal;  
	text-decoration: none;  
	border: 0;
}   
/*clearfix設定*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body,div,p,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary,select, span, textarea, {
	margin:0;
	padding:0;
}  
ol, ul, li { list-style-type: none; margin:0; padding:0; }  
hr { display: none; }  
em, address { font-style: normal; }  
strong { font-weight: bold; }  
.clear { clear: both; }  
p { margin: 0 0 10px 0; }  
img, a img, fieldset { border: 0; }  
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary {
	display: block;}  
address, caption, cite, code, dfn, em, th, var {  
	font-style:normal;
	font-weight:normal;}  
caption, th { text-align:left;}  
code, kbd, pre, samp, tt {  
	font-family:monospace;  
	line-height:100%;  
}  
h1, h2, h3, h4, h5, h6 {  
	font-weight:normal;  
} 
table {  
	border-collapse:collapse;  
	border-spacing:0;  
} 
select {height:22px;}
optgroup { font-weight:bold; font-style:normal; color:#34312C;}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }*/

/* hr 要素は不可視で使う */
hr { display: none; } 

/* リンク設定 */
