@charset "utf-8";

/* -----------------------------------------------------------

----------------------------------------------------------- */

/*----------------------------------------------------
	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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}


li {
	list-style-type: none;
	font-size: 12px;
}

.kaijyo li{
	list-style-type: decimal;
	}

p {
	margin-bottom: 1em;
	font-size:12px;
	color:#333333;
	padding-top: 2px;
	letter-spacing:0.1em;
	line-height:1.3em;
	
}



/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #FFF;
	color: #000;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #333333;
	border-bottom:hidden;
}

a:visited {
	color:#000000;
}

a:hover {
	text-decoration: none;
	color:#330000;
}

/*----------------------------------------------------
	そのほか
----------------------------------------------------*/

hr {
	color: #CCAB75;
}

td, th {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height: 140%;
	text-decoration: none;
}

h2.cat {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:large;
	line-height: 120% ;
	text-decoration:none ;
	color:#ffffff ;
	padding:10px;
	background-color:#C37F29;
	margin-top:10px;
	margin-bottom:10px;
	}

h3.cat {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:medium;
	font-weight:lighter;
	line-height: 120%;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px;
	background-color:#996666;
	margin-top:5px;
	margin-bottom:5px;
	}
.kaigyo{
padding-left:50px;
}

.meigas {
	font-size: 10px;
}
.meigass {
	font-size: 9px;
}



a:link.a       {color:0000ff; text-decoration: underline; }
a:visited.a    {color:0000ff; text-decoration: underline; }
a:active.a     {color:0000ff; text-decoration: none; }
a:hover.a      {color:ff0000; text-decoration: underline; }


