@charset "utf-8";
/* CSS Document */

h3 {
	display:block;
	text-indent:-9999px;
	height:37px;
	margin:10px 0;
	padding:0;
	font-size:0;
	line-height:100%;
	background-repeat: no-repeat;
	background-position:0 0;
}
.category {
	background-image: url(../images/menu_tit_category.gif);
}
.category a {
	display:block;
	width:220px;
	height:35px;
}
.cat01 a {
	background-image: url(../images/category_menu01.gif);
	height:50px;
}
.cat02 a {
	background-image: url(../images/category_menu02.gif);
}
.cat03 a {
	background-image: url(../images/category_menu03.gif);
}
.cat04 a {
	background-image: url(../images/category_menu04.gif);
}
.cat05 a {
	background-image: url(../images/category_menu05.gif);
}
.cat06 a {
	background-image: url(../images/category_menu06.gif);
}
.cat07 a {
	background-image: url(../images/category_menu07.gif);
}


/* MailMagazineTitle */

.mm_tit{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	padding:10px 5px 5px;
	margin:0 0 10px;
	background-color:#eee;
}
.mm_tit_ind{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	padding:0 5px 5px;
	margin:0 0 10px;
}
.mm_main{
	margin:0 5px;
}

