


@charset "utf-8";
.cat_image {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
/* safari only ¥*/
html* .cat_image{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 850px;
}

.cat_image h2 {
	padding: 0px;
	margin: 0px;
}

h4,h5,h6 {
	font-size: 100%;
	margin-top: 35px;
	margin-bottom: 10px;
}
hr {
	border-style: solid none none none;
	border-width: 1px 0px 0px 0px;
	border-top-color: #C0C0C0;
	height: 1px;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.main_contents_container {
	line-height: 170%;
}

.main_contents_container h3 {
	padding: 5px 0px 4px 7px;
	margin: 0px 0px 20px 0px;
	background-image: url('../_galleries/imageGalleries/funStructure/category_title_back.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #dbdbdb;
	line-height: 120%;
	display: block;
	font-size: 120%;
}

.main_contents_container ol li{
	list-style-type: decimal;
}
.main_contents_container ul li{
	list-style-type: disc;
}
.main_contents_container .list_arrow li {
	background-image: url('../_galleries/imageGalleries/funStructure/ul_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-type: none;
}
.main_contents_container .list_arrow a {
	padding-left: 15px;
}
