@charset "utf-8";

/*基本設定
--------------------------------------*/
*{margin: 0px; padding: 0px; font-size: 12px; line-height: 120%; border: none;font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";}

body{
	background-image: url(../imges/bg.jpg);
	background-repeat: repeat;
}
.cr{clear:both;}

#contener{
	margin:auto;
	width: 1000px;
	height: 1000px;
	background-color: #FFFFFF;	
	}

/*とっぷ
--------------------------------------*/
#top {width: 1000px;
	height:50px;}

#logo{
	width: 180px;
	height:50px;
	float:left;
	
}


#head{
	float:left;
	width: 800px;
	height: 50px;
	overflow: hidden;
	background-color: #FFFFFF;
	
}

#head h2{
	height: 12px;
	color: #cc0099;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 0px 20px 0px 0px;
}

#head_toiawase{	
	color: #cc0099;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 0px 20px 0px 0px;}


#head_toiawase a:link {color: #cc0099;	text-decoration: underline;font-size: 18px;font-weight: bold;}
#head_toiawase a:hover {color: #cc0099;text-decoration: underline;font-size: 18px;font-weight: bold;}
#head_toiawase a:visited {color: #cc0099;text-decoration: underline;font-size: 18px;font-weight: bold;}

#spice h1{color: #9E00FF;
	text-indent: -9999px;
	font-size: 10px;
}


/*FLASH
--------------------------------------*/
#flash {
	width: 960px;
	height:320px;
	padding: 0px 20px 18px 20px;
}

/*メニュー
--------------------------------------*/

#menu{
	float:left;
	width: 1000px;
	height: 40px;
	}

#menu ul{
	float:left;
	padding:0px 0px 0px 0px;
	list-style: none;
}
#menu li{
	float:left;
	}
	
	
	
/*パンクズ
--------------------------------------*/
#breadcrumbs {width: 960px;
	height:12px;font-size: 10px;
	padding: 5px 20px 5px 20px;color: #CCCCCC;}

#breadcrumbs a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
#breadcrumbs a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;}
#breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
}

/*コンテンツ
--------------------------------------*/
#right{float:left;
	width: 500px;
	
}
#left {float:left;
	width: 460px;
	padding: 20px 10px 5px 30px;}

.font1 {
	font-size: 14px;
	color: #cc0099;
	font-weight: bold;
}

.font2 {font-size: 12px;
	color: #882B84;
	font-weight: bold;}
	
.font3 {font-size: 16px;
	color: #882B84;
	font-weight: bold;}
	
/*コンテンツ
--------------------------------------*/
#footer {width: 1000px;height:100px;}
