@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

/*caption,th {
	text-align: left;
}*/

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align:bottom;
}

li {
	list-style-type: none;
}

li.circle {
	list-style-type: circle;
	margin-left: 1em;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

/*body {
	color: #666;
	font-size: 12px;
	font-family:"ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka ,"ヒラギノ角ゴ Pro W3";
	line-height: 1.6;
	text-align: center;
}*/



body {
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	color: #333;
	line-height: 1.6;
	text-align: center;
}

* html body {
	font-size: 82%;
	font-family:  Verdana, "ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
	text-align: center;
	letter-spacing: -1px;
	line-height: 1.2;
} /* for lte ie6 */

*:first-child+html body {
	font-size: 82%;
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
	letter-spacing: -1px;
} /* for ie7 */

html>/**/body {
	font-size: 75%;
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
	letter-spacing: 0px;
} /* for ie8 */

html:not(:target) body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3" , "Osaka","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.6;
	/*letter-spacing: -0.5px;*/
} /* for modern browser not ie8 */




/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link, 
a:visited,
a:active{
	color: #401E14;
	text-decoration: underline;
}
a:hover {
	color: #FFA918;
	text-decoration: underline;
}


/*
a:link {
	color: #FFA918;
	text-decoration: none;
}

a:visited {
	color: #FFA918;
	text-decoration: none;
}

a:hover {
	color: #FFA918;
	text-decoration: underline;
}

a:active {
	color: #FFA918;
	text-decoration: none;
}
*/