/* CSS Document */


/* Boody Setting
--------------------------------------------------------------------*/
body {
	background: #000 url(../images/mirrorman_bg.jpg) repeat-x; }


/* Menu Setting
--------------------------------------------------------------------*/
#header ul#mainmenu {
	background: url(../images/mirrorman_menu.jpg) no-repeat right top; }

#header ul#mainmenu li.menu02 a:hover{
	background: url(../images/02_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu03 a:hover{
	background: url(../../common/images/03_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu04 a:hover{
	background: url(../../common/images/04_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu05 a:hover{
	background: url(../../common/images/05_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu06 a:hover{
	background: url(../../common/images/06_hever.jpg) no-repeat;}

#header ul#submenu{
	background: url(../images/mirrorman_submenu.jpg) no-repeat right top; }


/* Contents Setting
--------------------------------------------------------------------*/
#title{
	background: url(../images/h2_bg.jpg) no-repeat no-repeat center top; }

h4{
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	font-weight: bold;
	color: #18ab02; }

h3{
	padding-top: 10px;
	padding-bottom: 10px; }

ul.character li{
	margin-right: 25px;
	float: left;
	width: 240px;
	list-style: none;
	line-height: 1.5em; }

ul.character li span.name{
	line-height: 1.5em;
	font-weight: bold;
	color: #18ab02; }

ul.character li img{
	padding-bottom: 0.5em; }
	
.table_01{
width: 100%;
border-collapse: collapse;}

.sample_01 th{
width: 25%;
padding: 6px;
text-align: center;
vertical-align: top;}

.sample_01 td{
	padding: 6px;
	text-align: center;
	border: 0px solid #b9b9b9;
	font-weight: bold;
}
