html {
 background: #fff;
 margin: 0;
 padding: 15px;
}

* html {
 font-size: .70em;
}

body {
 font: 1.1em Arial, Helvetica, Verdana, sans-serif;
 margin: 0 auto;
 padding: 0;
}

html > body {
 font-size: 0.75em;
}

h1 {
 margin: 8px;
 padding: 0;
 width: 183px;
 height: 32px;
 float: left;
}

h1 a {
 background-image: url('images/tagspage_logo.png');
 display: block;
 width: 183px;
 height: 32px;
 text-indent: -9000em
}

#head {
 height: 46px;
 width: 100%;
}

#logo {
 float: left;
 height: 46px;
 width: 210px;
 background: url('images/header.png') left no-repeat;
}
#menu {
 background: url('images/header.png') right no-repeat;
 height: 46px;
}

ul#tmenu {
 padding-top: 16px;
 margin-left: 0px;
}

#menu li {
 display: inline;
 list-style-type: none;
 padding: 0px 10px;
 border-right: 1px solid #ddddee;
}

#menu ul li a {
 text-decoration: none;
 font-weight: bold;
 color: navy;
}

#menu ul li a:hover {
 color: #219FFF
}

#sshadow {
 background: url('images/shadow_mid.png') repeat-x;
 height: 16px;
}

#sleft {
 float: left;
 background: url('images/shadow.png') left no-repeat;
 width:350px;
 height: 16px;
}

#sright {
 float: right;
 background: url('images/shadow.png') right no-repeat;
 width:350px;
 height: 16px;
}

#exclusive_left {
 width:340px;
 float:left;
 border-right:1px solid #ccc;
 padding-right:20px;
 margin-right:20px; 
}
#exclusive_right {
 float:left;
}
#sample_tag{
 margin:10px 0px;
 clear:both;
 float:left;
 font-size:12px;
 padding:0 7px;
}
.notice {
 background-color:#FFFFCC;
 border:1px solid #ccc;
 padding:5px;
 clear:both;
 font-size:14px;
}
.notice li {
 list-style:disc;
 margin-top:0;
}
.notice strong {
 color:#C8003D;
}
.notice1 {
 background-color:#D7FDE7;
 border:1px solid #52A577;
 padding:5px;
 clear:both;
 font-size:14px;
}
.notice1 li {
 list-style:disc;
 margin-top:0;
}

.myul {
 list-style:disc;
 margin-top:0;
 margin-left:30px;
}
.myul li {
 margin-top:5px;
}


