@charset "UTF-8";
/***********************************************/
/* contents-01.css                             */
/***********************************************/
/***********************************************/
/* contents                                    */
/***********************************************/
.contents {
}

.contents#top_search {
}

/***********************************************/
/* freebox01                                   */
/***********************************************/
.freebox01#caution,
.freebox01#error,
.freebox01#toppage {
	background: url(/files/items/images/box-02/box-free-top-r-green.gif) no-repeat right top;
}

.freebox01#caution .box_title,
.freebox01#error .box_title,
.freebox01#toppage .box_title {
	background: url(/files/items/images/box-02/box-free-top-l-green.gif) no-repeat left top;
}

.freebox01#top_search {
	background: url(/files/items/images/box-02/box-free-top-r-dyellow.gif) no-repeat right top;
}

.freebox01#top_search .box_title {
	background: url(/files/items/images/box-02/box-free-top-l-dyellow.gif) no-repeat left top;
}

/***********************************************/
/* section                                     */
/***********************************************/

/***********************************************/
/* list                                        */
/***********************************************/
.contents ol li, div.contents ul li{
	list-style-position: outside;
	margin-left: 30px;
}

div.contents ul li{
	list-style-type: none;
}

.contents dl{
	margin-left: 20px;
}

.contents dl dt{
	margin: 10px 0px 0px;
}

/***********************************************/
/* title                                       */
/***********************************************/
/*
div.contents h2.title_10, div.contents h4.title_10{
	margin-left: 0px;
	color: #FFFFFF;
	background: none;
	background-color: #009933;
	text-indent: 10px;
}
*/
/***********************************************/
/* link                                       */
/***********************************************/
.title_30 a:link, .title_30 a:visited {
	color: #336633;
}

.title_30 a:hover {
	color: #FF0000;
}

/***********************************************/
/* table                                       */
/***********************************************/
.contents table{
	margin: 5px 10px 10px;
}

.contents td{
	padding: 0px 5px;
}
