@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: #FFF; color: #000;}

body {font:13px/1 Arial, Helvetica, sans-serif /* "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, body {background:#e0e2ec; color: #000000;}

body{ line-height:1.5; }

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



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

	#CONTAINER

========================================== */
#container {
	margin:74px auto 0;
	width: 682px;
}


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

	#HEADER

========================================== */
#header {
}

	#header h1{
		margin-bottom:45px;
		margin-left:24px;
	}

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

	#CONTENTS

========================================== */
#contents{
	background:url(../image/contents_bg.jpg) no-repeat 0 0 ;
	width:682px;
	height:392px;
}

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

      #MAIN

------------------------------------------ */
#main{
	
}


	/* h1 ~ h6 Config */
	#main h2{
		text-indent: -9999px;
	}

	#main p{
		margin-bottom:20px;
	}


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

      #SIDE

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


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

	#FOOTER

========================================== */
#footer {
}
	

	/* ---------------------------------------
      #copy
	------------------------------------------ */
	#footer small#copy{
		display:block;
		margin:10px 0;
		letter-spacing:0.1em;
		text-align:right;
		font-size: 0.923em;
		color:#969696;
	}



/* ------------------- .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;
  /**/
}
