@charset "utf-8";

/*-----------------------------------------------------
common
-----------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
	background: url(../img/back_style.jpg) repeat left top;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

dt, dd, ol, li, pre, input, p, blockquote, th, td, address {
	color: #333333;
	font-size: 83%;
	line-height: 135%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 83%;
	line-height: 135%;
}

h1, h2, h3, h4, h5, h6,strong, em, p, address,table, tr, td,
dl, dt, dd, ul, li, ol, form, fieldset, legend,noscript, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	border: 0;
	overflow: hidden;
	color: #23426E;
}

a:hover {
	border: 0;
	overflow: hidden;
	color: #FF6600;
}

a:visited {
	border: 0;
	overflow: hidden;
	color: #6D96BE;
}

a img {
	border: 0;
} 

li {
	list-style: none;
}

.clear {
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.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 */

.log {
	display: none;
}

/*-----------------------------------------------------
フォント関係
-----------------------------------------------------*/

.caption {
	font-size: 68%;
	line-height: 125%;
	margin-top: 5px;
}

.font_little {
	font-size: 12px;
	line-height: 135%;
}

.font_large {
	font-size: 14px;
	line-height: 135%;
}

.font_large_bold  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
}

.font_large_bold_blue  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #23426E;
}

.font_large_bold_orange  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #FF6600;
}

.font_large_bold_red  {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #FF0000;
}

.font_bold {
	font-weight: bold;
}

.font_bold_blue {
	font-weight: bold;
	color: #23426E;
}

.font_bold_orange {
	font-weight: bold;
	color: #FF6600;
}

.font_bold_red {
	font-weight: bold;
	color: #FF0000;
}

.font_blue {
	color: #23426E;
}

.font_red {
	color: #FF0000;
}

.font_white {
	color: #FFFFFF;
}

/*-----------------------------------------------------
距離
-----------------------------------------------------*/

.mg_b_10 {
	margin-bottom: 10px;
}

.mg_b_20 {
	margin-bottom: 20px;
}

.mg_b_30 {
	margin-bottom: 30px;
}

.mg_b_50 {
	margin-bottom: 50px;
}

.mg_t_10 {
	margin-top: 10px;
}

.mg_t_20 {
	margin-top: 20px;
}

.mg_t_30 {
	margin-top: 30px;
}

.mg_t_50 {
	margin-top: 50px;
}

/*-----------------------------------------------------
table_bace
-----------------------------------------------------*/

table.table_bace {
	border-top: 1px solid #314A66;
	border-left: 1px solid #314A66;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.table_bace th {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
    color: #ffffff;
    background-color: #2D4979;
	background-image: url(../img/table-back.gif);
    background-position: left top;
    padding: 7px 5px;
    text-align: center;
}

table.table_bace td {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
	padding: 7px 5px;
}