@charset "utf-8";

/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, legend, input, textarea, button, p, blockquote, pre, address, table, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #666666;
	line-height: 1.4;
	text-decoration: none;
}
body {
	font-family: "MS P Gothic",Verdana,sans-serif;
	font-size: 10px;
} 
del { 
    text-decoration: line-through;
    font-weight: normal !important;
}
caption {
	text-align: left;
}
fieldset {
	border: 0;
}
button {
	border: 0;
	background: none;
}
label, legend {
	line-height: normal;
}

/* HyperText Style
---------------------------------------------------- */
a:link {
	color: #604e51;
	text-decoration: underline;
}
a:visited {
	color: #604e51;
	text-decoration: underline;
}
a:hover {
	color: #604e51;
	text-decoration: none;
}
a:focus {
	color: #604e51;
	text-decoration: none;
}
a:active {
	color: #604e51;
	text-decoration: none;
}

.aLink {
	background: url(/images/icon_arrow01.gif) no-repeat left 4px;
	padding-left: 13px;
}

.outLink {
	background: url(/images/icon_outlink.gif) no-repeat left 4px;
	padding-left: 13px;
}


/* Head Line
---------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-size: 120%;
}

/* Texts
---------------------------------------------------- */
p,li,td,th,dt,dd,address {
	font-size: 120%;
}

p {
}

.small {
	font-size: 100%;
}

.red {
	color: #cc3333;
}


/* Quotations
---------------------------------------------------- */
blockquote {
}


/* Table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
th, td {
	border-collapse: collapse;
	line-height: normal;
	line-height: 1.4;
}


/* List Style
---------------------------------------------------- */
ul li {
	list-style: none;
}


/* Image Style
---------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}


/* Alignment
---------------------------------------------------- */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}


/* Float Clear style
---------------------------------------------------- */
.clear {
	clear: both !important;
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


