@import url("reset.css");
@import url("init.css");

body,html {
	scrollbar-face-color:#e4859d; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #ffffff; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #ffffff; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #e4859d; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #ffffff; /*矢印の色*/
	scrollbar-track-color: #ffffff; /*背面の色*/
	scrollbar-darkshadow-color: #e4859d;/*スクロールバー右側（下）の影*/
	
	border-color="#eae7ef" 
	
	background-color: #FFF;
	font-famly: "ＭＳ Ｐゴシック";
	font-size: 12px;
}

a:link {
	color: #33C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339;
}
a:hover {
	text-decoration: underline;
	color: #36F;
}
a:active {
	text-decoration: none;
	color: #39F;
}

#doc{
	width: 720px;
	border: 5px solid #FF5383;
	margin: 0px auto;
	border-top: 0;
	border-bottom: 0;
}
p{
	margin: 1.5em 0;
	line-height: 1.1;
}
#content-r p{
	line-height: 1.5em;
	margin-left: 1em;
}

dl{
	margin: 1.5em 0;
}
dt{
	margin: 0 0 1em 0 ;
}
dd{
	margin: 0 0 1em 1em ;
}
#content-r dl{
	margin-left: 1em;
}
/* ---------------------------------------------------------------------------- */
dl.col dt {
	float: left;
	clear: left;
}
dl.col:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

dl.col {
	min-height: 1px;
}

* html dl.col {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
dl.col-d5 dd{ margin-left: 5px; }
dl.col-d10 dd{ margin-left: 10px; }
dl.col-d15 dd{ margin-left: 15px; }
dl.col-d20 dd{ margin-left: 20px; }
dl.col-d25 dd{ margin-left: 25px; }
dl.col-d30 dd{ margin-left: 30px; }
dl.col-d35 dd{ margin-left: 35px; }
dl.col-d40 dd{ margin-left: 40px; }
dl.col-d45 dd{ margin-left: 45px; }
dl.col-d50 dd{ margin-left: 50px; }
dl.col-d55 dd{ margin-left: 55px; }
dl.col-d150 dd{ margin-left: 150px; }
/* -------------------------------------------------------------------------- */
h1{
	padding-top: 20px;
	width: 100%;
	background: black;
}
h2{
	text-align: center;
	margin: 15px 0;
}

h3{
	clear: both;
	height: 15px;
	width: 464px;
	background-color: #FF5383;
	margin: 16px 0;
	padding: 6px 8px;
	color: #fff;
	text-align: left;
}
h4{
	clear: both;
	border: #FF5383 solid;
	border-width: 2px 0 2px 0;
	padding: 5px 0 5px 6px;
}
h5{
	margin: 0 0 0 6px;
}

h6{
	padding-top: 2px;
	width: 100%;
	background: black;
}
/* ---------------------------------------------------------------------------- */
div#uekado {
	padding: 0;
	width: 100%;
	height: 19px;
	background-image: url(../image/kihon/kado/kado-topLeft.png);
	width: 730px;
	margin: 16px auto 0;
}
div#uekado div{
	margin: 0;
	margin-left:auto;
	background: url(../image/kihon/kado/kado-topRight.png) right top no-repeat;
	width: 20px;
	height: 19px;
}
div#sitakado {
	padding: 1px 0 ;
	position: relative;
	background: #FF5383 url(../image/kihon/kado/kado-bottomLeft.png) left bottom no-repeat;
	width: 730px;
	margin:0 auto 10px;
}
div#sitakado .right{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	margin-left:auto;
	background: url(../image/kihon/kado/kado-bottomRight.png) right bottom no-repeat;
	width: 11px;
	height: 11px;
}

div.nakakado-top{	
	width: 100%;
	height: 9px;
	background: url(../image/kihon/kado/nakakado_top_left.gif) left top no-repeat;
}
div.nakakado-top div{
	width: 9px;
	height: 9px;
	background: url(../image/kihon/kado/nakakado_top_right.gif) right top no-repeat;
	margin-left: auto;
}
div.nakakado-bottom{
	position: relative;
	width: 100%;
	height: 9px;
	background: url(../image/kihon/kado/nakakado_bottom_left.gif) left bottom no-repeat;
}
div.nakakado-bottom div{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9px;
	height: 9px;
	background: url(../image/kihon/kado/nakakado_bottom_right.gif) right bottom no-repeat;
	margin-left: auto;

}
/* ---------------------------------------------------------------------------- */
#title {
	background-color: #000;
	height: 33px;
	text-align: center;
}
#title img {
	margin: 0 auto;
}
#globalmenu {
	background: #FF5383;
}
#globalmenu li {
	float: left;
}
#globalmenu li a{
	display: block;
	width: 100px;
	padding-top: 20px;
	overflow: hidden;
	height: 0;
	margin: 14px 10px;
}
#menu01 a{
	background: url(../image/kihon/aikon-top/aikon-top-top.gif) no-repeat;
}
#menu02 a{
	background: url(../image/kihon/aikon-top/aikon-top-circle.gif) no-repeat;
}
#menu03 a{
	background: url(../image/kihon/aikon-top/aikon-top-product.gif) no-repeat;
}
#menu04 a{
	background: url(../image/kihon/aikon-top/aikon-top-gallery.gif) no-repeat;
}
#menu05 a{
	background: url(../image/kihon/aikon-top/aikon-top-link.gif) no-repeat;
}
#menu06 a{
	background: url(../image/kihon/aikon-top/aikon-top-staff.gif) no-repeat;
}
#globalmenu li a:hover {
	background-position: right top;
}

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

#copy{
	padding-top: 20px;
	margin: 8px;
	border-top: white 1px solid;
	background-color: #FF5383;
	color: #fff;
}
#lightlink div{
	margin: 5px;
	text-align: center;
}
#lightlink div.caption{
	margin: 15px 0 0 0 ;
}
#content-l{
	float: left;
	width: 210px;
}
#content-r{
	float: left;
	margin: 0 10px 0 10px;
	width: 480px;
}

#link td{
	padding: 5px;
	line-height: 1.1;
}
#mail{
	margin-top: 36px;
	margin-bottom: 100px;
	height: 100px;
	width: 200px;
	margin-left: 6px;
	background: url(../image/kihon/kado/mail_back.png) no-repeat;
}
#mail .head{
	margin-top: 0;
	color: white;
	padding-top: 2px;
}
/* ---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ---------------------------------------------------------------------------- */
.indent-n01{
	text-indent: -1em;
	padding-left: 1em;
}.collor-red {
	color: #F00;
}
.color-red {
	color: #F00;
}
