@charset "utf-8";
/* CSS Document */
img {
	border:0 none;
}

a      { color: #33f; font-weight: bold; text-decoration: none }
a:active { text-decoration: underline ;color:#ff0000}
a:hover  { text-decoration: underline }

h1  { font-size: 22px; margin: 0 }
h2  { font-size: 20px; margin: 0 }

.size16px { font-size: 16px; line-height: 1.5 }
.margin_12px { margin-right: 12px; margin-left: 12px }
.ga  { color: #999; font-weight: normal }

.red {
	color:#dd0000;
}
.white  { 
	color: #fff; 
}

body,table { 
	font-size:12px; 
	line-height:18px;
}
body {
	margin:0;
	padding:0;
	background-image:url(../img/template/page.gif);
	background-color:#ffaaee;
}
#setBg {
	width:740px;
	margin:0 auto;
	padding:0 10px;
	background-image:url(../img/template/bg01.png);
	background-position:center;
	background-repeat:repeat-y;
}
#leftMenu {
	float:left;
	width:150px;
}

#leftMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#leftMenu ul li {
	width:138px;
	margin:0;
	padding:2px 0 2px 12px;
	background-image:url(../img/template/bg02.png);
	background-repeat:repeat-y;
}
#leftMenu ul li.setSpace {
	margin:0 0 6px;
}

#leftMenu a {
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
}
#leftMenu a.type1 {
	width:122px;
	background-image:url(../img/template/benzene.gif);
	margin:0;
	padding:0 0 0 16px;
}
#leftMenu a.type2 {
	background-image:url(../img/template/kusuri.gif);
	width:110px;
	margin:0 0 0 12px;
	padding:0 0 0 16px;
}

div#leftMenu p.bnr {
	margin:7px 0;
	padding:0;
}

td#contents {	
	margin:0;
	padding:10px;
	background-color:rgb(255,255,255);
}

