@charset "euc-jp";

/*
	Site Name:
	Description:
	Version: 
	Author: Webproduce Corporation
*/ 

/* -------------------------- universal reset -------------------------- */
body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li,
address, form, fieldset, blockquote,
table {
	margin: 0;
	padding: 0;
}
/* -------------------------- body and base setting -------------------- */
html {}

body {
	position: relative;
	font-size: small;
	line-height: 1.4em;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
}

h1,h2,h3,h4 { clear: both; }
h1 { font-size: medium;}
h2,h3 { font-size: small; }

ul { list-style: none;}

img { border: none; }

table { border-collapse: collapse;}
table th { font-weight: normal;}
a {
	text-decoration:none;
	outline: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

a:active { color:#FF6600;}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

address { font-style: normal;}

.none { display:none;}

/* -- float_setting -- */
.clear { clear: both; }
.f_right { float: right; }
.f_left { float: left; }

img.f_right { float: right; margin:0 0 15px 15px; }
img.f_left { float: left; margin:0 15px 15px 0; }
img.ico { vertical-align: middle; margin: 0 4px 0 0;}


/* -- text_setting -- */
.block_end { margin-bottom: 15px;}
.block { display: block;}
.t_right { text-align: right;}
.t_left { text-align: left;}
.t_small { font-size: x-small; line-height: 1.4em}
.t_med { font-size:medium; line-height: 1.4em}
.t_strong { font-weight: bold;}
.t_indent { text-indent: 1em;}
.t_center { text-align:center;}
.t_underline { text-decoration:underline;}
.t_through { text-decoration: line-through;}

.t_cation { background: #FFFFEE; padding: 10px;}

.red { color: #FF0000;}
.gray { color: #999999;}

.tex_icon { background: #FF6600; color: #FFFFFF; padding: 2px 2px; font-size: 10px;}

/* -- hr_setting -- */
hr { color:#FFFFFF; clear:both; }
hr.dot { border:none; border-bottom:#CCCCCC dotted 1px; margin:10px 0;}
hr.dsh { border:none; border-bottom:#CCCCCC dashed 1px; margin:10px 0;}
hr.clear { clear: both; visibility:hidden; margin:1px 0; }

/* -- ul_setting -- */	
ul.decimal { list-style: decimal; margin: 0 0 1.5em 2em; zoom:normal; }
ul.disc { list-style: disc; margin: 0 0 1.5em 2em; zoom:normal; }
ul.square { list-style: square; margin: 0 0 1.5em 2em; zoom:normal; }
ul.indent { list-style: none; margin: 0 0 1.5em 2em; text-indent: -1em; zoom:normal; }

ul.decimal li,ul.disc li,ul.square li,ul.indent { margin-bottom: 0.2em; zoom:normal;}
ul.nomargin { margin-bottom: 0.2em;}


ul.l_center { text-align: center; margin: 20px auto;}
ul.l_center li { padding: 0 10px; display: inline;}

/*--*/


/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/ 
.clearfix {display: inline-block;} 
/* End hide from IE-mac */
* html .clearfix {height: 1%;} 
.clearfix {display: block;}