/* CSS Document */

@import "header.css";
@import "footer.css";
@import "side.css";


body {
	background:url(../images/com/bg_body.gif) top center repeat-y;
	margin:0;
	padding:0;
	font-size:98%;
	line-height:185%;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	word-break:keep-all;
}


h1,h2,h3,h4,h5,h6,p,form {
	margin:0;
	padding:0;
}


h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}


a img {
	border:none;
}


#contentsarea a:hover img {
	color:#FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.8;
}



/*link
------------------------*/
a:link {
	color:#006db9;
	text-decoration:none;
}

a:visited {
	color:#006db9;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:underline;
}
 
/*clearfix
------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*margin
---------------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}

.margin_b40 {
	margin-bottom:40px;
}

.align_center{
	text-align: center;
}
.align_right {
	text-align: right;
}

/*color
------------------------*/
.c_red {
	color: #FF0000;
}
.c_orange {
	color: #FA9600;
}
.c_blue {
	color: #0000FF;
}
.c_green {
	color: #66CC00;
}


/*display none
------------------------*/

a em {
	display:none;
	margin:0;
}


/*contentsarea
------------------------*/
#contentsarea {
	width:960px;
	margin:0 auto 30px;
}


#contents {
	width:710px;
	float:right;
}


#contents_main {
	width:690px;
	margin:0 auto;
}


/*pankuzu
------------------------*/
#pankuzu {
	background:url(../images/com/dot_x.gif) repeat-x left bottom;
	margin-bottom:40px;
	margin-top:10px;
	padding:0 10px 8px;
}




/*etc
------------------------*/
.navigation {
	padding:10px 10px 10px 0;
	text-align:right;
}




/*btn
------------------------*/
.btn_detail_img01 {
	width:33px;
	height:12px;
	font-size:1px;
	line-height:1px;
}

.btn_detail_img01 a {
	background:url(../images/com/btn_detail_img.gif) 0 0 no-repeat;
	width:33px;
	height:12px;
	display:block;
	text-indent:-9999px;
}

.btn_detail_img01 a:hover {
	background:url(../images/com/btn_detail_img.gif) 0 -12px no-repeat;
	width:33px;
	height:12px;
	display:block;
	text-indent:-9999px;
}


.btn_case_img01 {
	width:54px;
	height:12px;
	font-size:1px;
	line-height:1px;
}

.btn_case_img01 a {
	background:url(../images/com/btn_case_img.gif) 0 0 no-repeat;
	width:54px;
	height:12px;
	display:block;
	text-indent:-9999px;
}

.btn_case_img01 a:hover {
	background:url(../images/com/btn_case_img.gif) 0 -12px no-repeat;
	width:54px;
	height:12px;
	display:block;
	text-indent:-9999px;
}


.btn_pdf_img {
	width:130px;
	height:18px;
	display:block;
	margin:0 auto;
}

.btn_pdf_img a {
	background:url(../images/com/btn_pdf_img.gif) 0 0 no-repeat;
	width:130px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

.btn_pdf_img a:hover {
	background:url(../images/com/btn_pdf_img.gif) 0 -18px no-repeat;
	width:130px;
	height:18px;
	display:block;
	text-indent:-9999px;
}


/*table
--------------------*/
.bg_table_img {
	background:url(../images/com/bg_table_img.gif) 0 0 repeat;
	width:730px;
	padding:10px;
	margin:0 auto 30px;
}

.bg_table_img table {
	width:100%;
	background:#FFFFFF;
}

.bg_table_img table th {
	padding:5px;
	background:url(../images/com/line_red.gif) left bottom repeat-x;
	text-align:left;
	font-weight:normal;
}

.bg_table_img table td {
	padding:5px;
	background:url(../images/com/line_red.gif) left bottom repeat-x;
}


.table_tg {
	border:2px solid #CCCCCC;
	margin:0 0 20px;
}

.table_tg th {
	background:#F6F6F6 none repeat scroll 0;
	border-bottom:1px solid #bcc1cc;
	border-left:1px solid #bcc1cc;
	font-weight:bold;
	padding:5px;
	text-align:left;
	font-weight:normal;
}

.table_tg td {
	border-bottom:1px solid #bcc1cc;
	border-left:1px solid #bcc1cc;
	padding:5px;
}
