@charset "shift_jis";
@import url("normalize.ja.css");
@import url("layout.css");
@import url("fonts.css");
@import url("content.css");

div#header_bg {
	background-image: url(../common/index/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#header_box {
	clear:both;
	height: 240px;
}
.table_underline_style {
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #999999!important;
}
.table_underline_solid_style {
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #999999!important;
}
.non_style_table_ {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}
.non_style_table_ th {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}
.non_style_table_ tr {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}
.non_style_table_ td {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

/* ============================ ӎ TITLE ========================= */
.caution_title {
	height: auto;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.caution_sub_title {
	height: auto;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
}
.caution_link_block_ {
	height: auto;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
	display: block;
	border: 2px solid #FF0000;
}

.caution_link_block_ a {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.caution_link_block_ a:hover {
	color: #3366FF;
	text-decoration: underline;
}
