@charset "shift_jis";

/* 
====================================================
 File Name  : default05.css　　　 サイトマップ用
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================== */

/* ----------------------- Browser Default Initialization */

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd,  ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height: 150%;	
	font-size: 100%;
	font-family: "メイリオ",Meiryo, verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

object, embed {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img, abbr, acronym, fieldset {
	border: 0;
}

ol,ul ,li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}
.search{
     font-size : 100%;
     font-weight : normal;
     line-height : 100%;
     text-decoration : none;
}
