﻿@charset 'UTF-8';

/**********************************************************************************

	HintsPage Style Sheet

**********************************************************************************/

/*=========================================================================
	.main_visual
=========================================================================*/
.main_visual{
	width: 752px;
	height: 318px;
}

/*=========================================================================
	.content_sysblock h2
=========================================================================*/
.content_sysblock h2{
	width: 752px;
	height: 36px;
	margin: 30px 0 10px 0;
}

.content_sysblock h2.no_margin{
	margin: 0 0 10px 0;
}

/*=========================================================================
	.categorys
=========================================================================*/
.categorys{
	padding: 20px 0 0 0;
}

.categorys .category{
	padding: 15px 0 15px 20px;
}

.categorys .category .category_list h2{
	padding: 0 0 0 15px;
	background: url(../img/icon_category.gif) 0 5px no-repeat;
}

.categorys .category .category_list ul{
	padding: 0 0 0 15px;
}

.categorys .category .category_list ul li{
	padding: 0 0 0 15px;
	background: url(../img/icon_category_s.gif) 5px 8px no-repeat;
}

/*=========================================================================
	Others
=========================================================================*/

ul.decimal_list li {
	list-style: decimal none outside;
	margin-left: 30px;
}
