@charset   "Shift_JIS";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div, body{
	margin: 0 auto;
	padding: 0;
}

body{

	background-color: #ffbbeb;

}



/* -------------------------------------------------------------- */
/* wrapper
/* -------------------------------------------------------------- */
#wrapper {
	margin-top: 20px;
	width: 950px;

}

/* IE6 */
* html #wrapper {
	text-align: center;
}

/* -------------------------------------------------------------- */
/* langage selecter
/* -------------------------------------------------------------- */

#language{

	width: 948px;
	height: 20px;
	text-align:right;

}

#language p{

	font-size:12px;
	padding:0 25px 5px 0;
	color:#990033;
}

/* -------------------------------------------------------------- */
/* header
/* -------------------------------------------------------------- */

#header{

	width: 948px;
	height: 218px;
	background-image: url('../images/header11.jpg');
	background-position: left top;
	background-repeat:no-repeat;

}

#header h1 a{

	top: 15px;
	left: 22px;
	height: 145px;
	width: 312px;
	float:left;
	position: relative;
	display: block;
	
}

#header ul {

	top: 16px;
	left: 385px;
	height: 50px;
	width: 205px;
	float:left;
	list-style-type: none;
	position: relative;
	
}

#header li {

	height: 47px;
	width: 95px;
	float: left;
	
}

#header ul li a{

	height: 47px;
	width: 95px;
	position: relative;
	display: block;
	
}

#header ul li a.sitemap {
	left: 3px;
}

#header ul li a.contact {
	left: 12px;
}

/* -------------------------------------------------------------- */
/* contents_wrapper
/* -------------------------------------------------------------- */

#contents_wrapper {

	width: 948px;
	background-color: #FFFFFF;
	
}

/* -------------------------------------------------------------- */
/* contents
/* -------------------------------------------------------------- */

#contents {
	width: 708px;
	height: auto !important;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
}

/* -------------------------------------------------------------- */
/* contents_left
/* -------------------------------------------------------------- */

#contents_left {
	width: 408px;
	float: left;
}

/* -------------------------------------------------------------- */
/* contents_right
/* -------------------------------------------------------------- */

#contents_right {
	padding-left: 4px;
	width: 296px;
	float: right;
}

/* IE6 */
* html #contents_right {
	text-align: left;
}

/* -------------------------------------------------------------- */
/* footer
/* -------------------------------------------------------------- */

#footer {

	width: 948px;
	height: 10px;
	background-image: url('../images/footer.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	
}

/* -------------------------------------------------------------- */
/* footer_link
/* -------------------------------------------------------------- */

#footer_link {

	padding: 5px 0;
	width: 948px;
	height: 20px;
	font-size: x-small;
	color: #993366;
	
}

#footer_link p.link_text {

	padding-left: 5px;
	float: left;

}

#footer_link p.copy_right {

	padding-right: 5px;
	float: right;

}

/*-- footerリンクのリンクカラー設定 --*/
#footer_link A:link {

  color: #993366;
  text-decoration: none;
  
}

#footer_link A:visited {

  color: #993366;
  text-decoration: none;
  
}

#footer_link A:active {

  color: #993366;
  text-decoration: none;
  
}

#footer_link A:hover {
  color: #993366;
  text-decoration: none;
}

A:link {

  color: #0066cc;
  text-decoration: none;
  
}

A:visited {

  color: #0066cc;
  text-decoration: none;
  
}

A:active {

  color: #0066cc;
  text-decoration: none;
  
}

A:hover {
  color: #0066cc;
  text-decoration: none;
}


/* -------------------------------------------------------------- */
/* その他
/* -------------------------------------------------------------- */

/*-- nondis用 --*/ 
.nondis{

	display: none;

}

/*-- clear:both用 --*/
.clear_both {
	clear: both;
}

/*-- 右寄せ用 --*/
.right {
	text-align: right;
}

/*-- 画像のborder --*/
img {
	border: none;
}

/*-- トップへ戻る --*/
#goto_top {

	margin-bottom: 30px;
	margin-top:15px;
	padding: 0 10px;
	height: 30px;
	color: #757575;
	font-size: 12px;
	text-align: right;

}

