@charset "shift_jis";

/*------------------------------------
 basefont-style
------------------------------------*/

body {
	font:13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #321F11;
	line-height: 1.6em;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
}


/*----------------------------------
 define Tag
------------------------------------*/

p {
}
ul,ol {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
li {
	list-style:none;
}
dl {
}
dt,dd {
}

hr {
	color:#D6CCAD;
	border: 0;
	height: 1px;
	border: none;
}
strong {
	font-weight: bold;
}
em {
	font-size: 100%;
}

/* table style */
table {
	text-align: left;
	clear: both;
}

/* form style */
input,textarea {
	margin: 0;
	padding: 0;
}
textarea {
}

/* img */
img {
	border: none;
}


/*----------------------------------
 text-link style
------------------------------------*/

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}


/*----------------------------------
 aling
------------------------------------*/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


/*----------------------------------
 float
------------------------------------*/

.fl-left {
	float:left;
}
.fl-right {
	float:right;
}
.fl-clear {
	clear:both;
}


/*----------------------------------
 p class 
------------------------------------*/

.comment {
	color: #CC3333;
}
.text10a {
	font-size: 10px;
}
.text11a {
	font-size: 11px;
}
.icon-pdf a {
	background: url(../how/images/icon_pdf.gif) no-repeat right center;
	padding: 2px 24px 2px 0;
}


/*----------------------------------
 list class
------------------------------------*/

ul.square {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: -15px 0 0 30px;
}
ul.square li {
	list-style: square inside;
	margin: 7px;
}

ol.liRoman {
	list-style: url(none) none outside;
	margin: -15px 0 0 30px;
}
ol.liRoman li {
	list-style: lower-roman outside;
	margin: 7px;
}


/*----------------------------------
 tabele class
------------------------------------*/

/* lineBox */
table.lineBox{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	padding: 0;
	margin-top: -15px;
	line-height: 1.5em;
}
table.lineBox tr {
}
table.lineBox th {
	text-align: center;
	font-weight: normal;
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}
table.lineBox td  {
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}


/*----------------------------------
 hr class
------------------------------------*/

hr.solid {
	height: 1px;
	width: 645px;
	color: #D6CCAD;
}
hr.dot {
	display: block;
	background: url(../images/common/line_dot.gif) repeat-x left;
	height: 1px;
	border: none;
}

