@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

th,td {
	font-weight: normal;
	padding: 0.5em;
	vertical-align: top;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#db630d;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#db630d;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #db630d;
	cursor:help;
}

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

hr {
	visibility: hidden;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* ---------------------------------------(=1)
    1. 全体、リンク
   ---------------------------------------- */
html {}



body {
	margin: 0;
	padding: 0;
    *font-size:small;
    *font:x-small;
	line-height: 1.4em;
	background-color: transparent;
	text-align: center;
	color: #745435;
	min-height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size: 15px;
}
/*html:\66irst-child body {
	font-size:12px; safari only \
}*/

*+html body {
    font-family:
               Arial,
               Helvetica,
               Clean,
               Meiryo,
               "メイリオ",
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3",
			   "ヒラギノ角ゴ ProN W3",
               Osaka,
               "MS P Gothic",
               "ＭＳ Ｐゴシック",
               sans-serif;
}



legend { display: none; }

/*
input, textarea, select { font-size: 99%; }
textarea { font-family: "ＭＳ ゴシック", monospace; }
*/

label { cursor: pointer; }


/* 以下追記部分
--------------------------------------------------------------------------------*/

a { color: #d95b00; text-decoration: none;}
a:visited { color: #eb6708; text-decoration: none;}
a:active {color: #d95b00; text-decoration: none;}
a:hover { color: #eb6708; text-decoration: underline;}

a {
/*\*/
   overflow: hidden;
/**/
}


th {
	text-align: left;
}

ol {
	/*margin-left: 25px;*/
}

li {
	list-style-type: none;
	line-height: 1.5;
}



hr {
	visibility: hidden;
	height: 0;
	clear: both;
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.6;
	font-size: 100%;
	margin-bottom: 1em;
	}

h2, h3, h4 {
	clear: both;
	line-height: 1;
	}
	
	
/*   クリアフィックス clearfix

*************************************************/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
