@charset "UTF-8";
/* CSS Document */


/*---------------------------------------------------------------------------
■clearfix ここから
----------------------------------------------------------------------------- */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
.clearfix{display: block;}

body {
	font-size: 13px;
	line-height: 1.3em;
	color: #000;
	line-height: 1.7em;
	font-family: "宋体", 微软雅黑, sans-serif;
	margin: 0px;
	background-image: url(../images/page_back.png);
	background-repeat: repeat-x;
	padding: 0px;
}

html {
}


/* ブラウザ間での文字サイズの差異をなくす */
textarea,input,select{font-size:100%;}

h1,h2,h3,h4,h5,h6,p {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul,li,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
}
dl ,dd,dt{
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}


/*標準テーブル*/
table{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size: 90%;
	text-align: left;
}

th {
	font-weight: normal;
	padding: 5px;
}
td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}




/*標準リンクカラー*/
a:link {
	color:#555;
	text-decoration:none
	}
/* a:hover {
	color:#FF9900;
	text-decoration:underline
} */
a:visited {
	text-decoration:none;
	color: #555;
}
/* a:active {
	text-decoration:underline;
	color: #ffffff;
}
 */

.clear {
  clear: both;
}

/*テキスト_サイズ_カラー*/
.bold {
  font-weight: bold;
}
.txt_blue {
	color: #135F9F;
}
.txt_green {
	color: #0D8842;
}
.txt_red {
	color: #F00;
}

.txt_small {
	font-size: 90%;
.orange {
  color: #FF3300;
	line-height: 1.5em;
}
