@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

html {
}

body {
	font-size: 12px;
	font-family:;
	line-height:1.5;
	color:#6d6d6e;
	padding:0;
	background-color:;
	-webkit-text-size-adjust: 100%;
}

hr {
	width:; 
	height: 0px; 
	border: 0px; 
	border-top: 1px dotted #999; 
	margin:25px 0 25px;
	}


h1,h2,h3,h4,h5,h6 {
	font-size:;
	color:#6d6d6e;
	clear:both;
	letter-spacing:.1em;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}
h4 {
}
h5 {
}
h6 {
}




p {
	font-size:14px;
	margin:0;
	padding:0;
}

a {
	color:#6d6d6e;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color:#b4b4b4;
	text-decoration: none;
}
a:active {
}
a:focus {
}

em {
}
strong {
}
ins {
}
del {
}


ol {
}
ol li {
}
ul {
}
ul li {
}
dl {
}
dt {
}
dd {
}

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


/************ライン************/
#LineTop,
#LineLeft,
#LineRight,
#LineBottom{
  text-indent: -9999px;
}
#LineTop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 repeat-x;
  z-index: 300;
}
#LineTop .left{
  width: 2px;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 no-repeat;
  float: left;
  z-index: 201;
}
#LineTop .right{
  width: 2px;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 no-repeat;
  float: right;
  z-index: 202;
}
#LineLeft {
  position: fixed;
  left: 0;
  width: 2px;
  height: 100%;
  background: url("../img/line_color01.png") 0 0 repeat-y;
  z-index: 101;
}
#LineRight {
  position: fixed;
  right: 0;
  width: 2px;
  height: 100%;
  background: url("../img/line_color01.png") 0 0 repeat-y;
  z-index: 102;
}
#LineBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 repeat-x;
  z-index: 103;
}
#LineBottom .left{
  width: 2px;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 no-repeat;
  float: left;
  z-index: 203;
}
#LineBottom .right{
  width: 2px;
  height: 2px;
  background: url("../img/line_color01.png") 0 0 no-repeat;
  float: right;
  z-index: 204;
}

.cf { zoom:1;}



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

div#wrapper {
	width:;
	height:;
	background:;
	position: relative;
}

#top {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin:200px auto;
	width: 400px;
	height:200px;
	background:;
}

