﻿@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/10/27
 *  function --- Zen-Coding Like Name for Fastest Coder
 */

/* !menu
---------------------------------------------------------- */
#menuWrap2 #menu1 a {
	background-position: 0 -52px;
}
/* !contents
---------------------------------------------------------- */
#contents .boxL {
	width:700px;
	float:left;
	margin:0 30px 30px 30px;
}
#contents .boxR {
	float:right;
	margin-right:30px;
}
.colum01 {
	margin:20px 30px 40px;
}
.colum01 h2 {
	margin-bottom:20px;
	padding:3px 10px;
	border-color:#cc0000;
	border-width:0 0 1px 7px;
	border-style:solid;
	font-size:18px;
	font-weight:bold;
}
.colum01 ol li {
	list-style-type: decimal;
	margin:10px 40px;
}
.colum01 p{
	margin:10px 40px;
}
.colum01 table{
	margin:10px 40px;
}
.colum01 table td{
	padding:5px 10px;
}