@charset "UTF-8";

/* =======================================

	Browser Reset CSS
	Last Up Date 11/11/11

========================================== */

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

html,body {background:; color: #000;}

body {font:13px/1 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif; }
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

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

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

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

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}



/* =======================================

	Basic CSS

========================================== */

/*      Font Size Memo ======================

0.769em = 10px

0.846em = 11px

0.923em = 12px

1em     = 13px

1.077em = 14px

1.154em = 15px

1.231em = 16px

1.308em = 17px

1.385em = 18px

1.462em = 19px

1.538em = 20px

1.692em = 22px

1.846em = 24px

2em     = 26px

2.154em = 28px

========================================== */
html {height: 100%;}
html, body {background:; color: #000000;}

body{ line-height:1.5; }

/* Links Config */
body a{color: #000; text-decoration: none;}
body a:link{}
body a:visited{}
body a:hover{color: #CCC; text-decoration:underline;}
body a:active{}



/* =======================================

	#CONTAINER

========================================== */
#container {
	width: 970px;
	margin: 0 auto;
	
	padding-bottom:20px;
	
}


/* ------------------------------------------

      #SIDEBAR

------------------------------------------ */
#sidebar-wrap {
	float: left; 
	width: 235px;
}

#side-top {
	background:url(../image/side-top.gif) no-repeat 0 0;
	width: 235px;
	height: 7px;
}

#side-contents {
	padding: 0 6px 0 1px;
}

#side-contents #gnav {
}

#side-contents #gnav li {
	margin-bottom: 15px;
}

#side-bnr {
	text-align: center;
}

#side-bnr li {
	margin-bottom: 20px;
}

#side-bnr li a {
	display: block;
}


/* ------------------------------------------

      #MAIN

------------------------------------------ */
#main {
	width: 705px;
	margin: 0 auto;
}


	#main p {
	}
	

/* =======================================

	#FOOTER

========================================== */
#footer {
	width: 705px;
	background: url(../image/border-dot01.gif) repeat-x left top;
	margin-top: 59px;
	padding-top: 38px;
}

#footer h3 {
	margin-bottom: 15px;
}

#footer table {
	margin-bottom: 30px;
}

#footer table td h4 {
	color: #F5A900;
	font-size: 0.923em;
	font-weight: bold;
}

#footer table td p {
	font-size: 0.923em;
	margin-bottom: 10px;
}

#footer #copy {
	color: #727171;
	font-size: 1.077em;
	font-family: times "Times New Roman", Times, serif "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.8px;
}


	/* ---------------------------------------
      #pagetop
	------------------------------------------ */
	#pagetop{
		position: fixed;
		right: 20px;
		bottom: 20px;
	}



	/* ---------------------------------------
				#pankuzu
	------------------------------------------ */
	#pankuzu {
		margin: 30px 0 15px;
	}
	
	#pankuzu li {
		float: left;
	}
	
	#pankuzu li a {
		color: #E39500;
		text-decoration: underline;
		background:url(../image/pankuzu-list.gif) no-repeat top right;
		padding-right: 11px;
		margin-right: 3px;
	}
	
	#pankuzu li a:hover {
		color: #CCC;
		text-decoration:underline;
	}
	

.txt-right {
	text-align: right;
}

.mrg0 {
	margin-bottom: 0 !important;
}

.red {
	color: red;
}



/* ------------------- .group (clearfix) ------------------- */
.group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.group {
  min-height: 1px;
}

* html .group {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
