@charset "utf-8";

/* 初期化専用CSS */

body,div,
h1,h2,h3,h4,h5,h6,pre,blockquote,dl,dt,dd,ul,ol,li,
form,fieldset,label,input,textarea,select,option,button,
table,caption,th,td,embed,object {
	margin: 0;
	padding: 0;
	line-height:1.4em;
}

p{
	margin:0 0 1em 0;
	padding:0;
}

body {
	font-size: 140%;
	line-height: 1.4em;
	font-family: sans-serif;
}

/* リンク設定 */
a:link , a:visited {
	text-decoration :none;
	color:#ff9600;
}
a:hover, a:active {
	text-decoration: underline;
	color:#ff9600;
}

* html body { /* for ie6 */
	font-size: 12pt;
	font-family: "ＭＳ Pゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
}

*:first-child+html body { /* for ie7 */
	font-size: 11pt;
	font-family: "メイリオ", "Meiryo","ＭＳ Pゴシック", "MS PGothic", sans-serif;
}

html>/**/body { /* for ie8 */
	font-size: 11pt;
	font-family: "メイリオ", "Meiryo","ＭＳ Pゴシック", "MS PGothic", sans-serif;
}

html:not(:target) body { /* for modern browser not ie8 */
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック", "MS Gothic","ＭＳ Pゴシック", "MS PGothic","Osaka", sans-serif;
}

select, input, textarea,label {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック", "MS Gothic","ＭＳ Pゴシック", "MS PGothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,dl,ol,th,strong,em,span {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
table,img,fieldset,button {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th,td {
	text-align: left;
	vertical-align: top;
}
label, button, input.submit, input.image {
	cursor: pointer;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

.clear {
	clear: both;
}
