* {
    padding: 0;
    margin: 0;
font-size:100%;
} 


a:hover	{
	top:1px;
	left:1px;
	position:relative;

}

a:link { color: #0099cc; } 
a:visited { color: #0099cc; } 
a:hover { color: #0099cc; }

body {
background: #fff;
font-family: メイリオ;
font-size: 80%;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 40px;
}

#header h1 {
margin: 6px 0px 6px 0px;
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
color: #0099ff;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding: 0px 0px 0px 20px;
font-size: 14px;
color: #666;
font-weight: bold;


}

#top {
margin-top: 20px;
background: #fff url(img/top.png) no-repeat;
padding: 5px 0;
}

#menu {
position: relative;
height: 50px;
line-height: 50px;
background: #33BFEB url(img/menu.gif) no-repeat;
font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
padding: 10px 10px;
background: #fff url(img/content.gif) repeat-y;
}
.right {
float: right;
width: 500px;
text-align: justify;
padding: 0 20px 10px 10px;
}

.right a {
text-decoration: none;
}


.right h2 {
color: #000000;
font-size: 13px;


padding : 10px 0 0px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #0099cc;
}


.left {
float: left;
width: 190px;
padding: 10px;

}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;



}
.left ul li {

border-bottom:1px solid #ccc;
background: url(img/point.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	
	list-style-type: none;
	margin: 10px 0px 10px 0px; 
	padding: 10px 0px 10px 40px;




}

.left ul li a {
display: block;
color: #0099cc;
text-decoration: none;
}
.left ul li a:hover {
color: #0099cc;
}

#bottom {
background: #fff url(img/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }


#sinfo { /* 親ボックス */ 
width: 500px; 

border: 1px solid #819CD7;
background: #f6f9fc;

z-index: 1;
border: 1px solid #cfcfcf;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-size: 85%;
}
table,td, th { border: 1px #808080 solid; 
font-size: 90%;
}

#ad {
margin-left: 30px;
}


#ue { /* 親ボックス */ 
width: 500px; 
font-size: 85%;
border: 1px solid #819CD7;
background: #f6f9fc;

z-index: 1;
border: 1px solid #cfcfcf;
margin-left: auto;
margin-right: auto;
margin-top: 20px;

}





	
	
#ad2 {

float: right;


}
.aromabox {
padding: 5px; 
	width:500px;
border: 1px solid #819CD7;
background: #f6f9fc;
}

.aromatop {
padding-left: 20px;
background: #fff url(img/aromalinetop.png) repeat-x;
}
.aromahead {
padding-left: 20px;
background: #fff url(img/aromaline.png) repeat-x;
}
.shibabox {
padding-left: 20px;

}
.shibagazo {
padding-left: 20px;
float: left;
}
.shiba {
	width:320px;
padding-left: 20px;
background: #fff url(img/aromaline.png) repeat-x;
float: right;
}

.sinfo { /* 親ボックス */ 
width: 500px; 

border: 1px solid #819CD7;
background: #f6f9fc;

z-index: 1;
border: 1px solid #cfcfcf;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-size: 85%;
}



/* -----------------------パンくずリスト始まり--------------------------------------*/

div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	width:100%;
		color:#888888;
	border:1px solid #0099cc;
	margin-bottom:20px;
	margin-top:5px;

}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
	
}
div.breadcrumbs span {
	background:url(img/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}

/* -----------------------パンくずリスト終わり--------------------------------------*/

/* -----------------------list htmlの囲み--------------------------------------*/
.list { /* 親ボックス */ 
width: 500px; 

border: 1px solid #819CD7;
background: #f6f9fc;

z-index: 1;
border: 1px solid #cfcfcf;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-size: 100%;
}

.list ul {
list-style-type: none;



}
.list ul li {

border-bottom:1px solid #ccc;
background: url(img/point.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	
	list-style-type: none;
	margin: 10px 0px 10px 0px; 
	padding: 10px 0px 10px 40px;

}
.listsetumei {
width: 480px; 

border: 1px solid #819CD7;
background: #0A6CCE;
	padding:10px 10px;
z-index: 1;
border: 1px solid #cfcfcf;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-size: 100%;
color: #ffffff;
}



/* -----------------------list htmlの囲み終わり--------------------------------------*/
.menudai {
width: 189px; 

border: 1px solid #819CD7;
background: #0099CC;
	padding-left:5px;
margin-bottom: 5px;
margin-top: 20px;
font-size: 100%;
color: #ffffff;
}
.menudai h2 {

color: #ffffff;
}