@charset "utf-8";
/* CSS Document */

/*
	2013.7更新　テーブル幅自由
*/

/*==================================================================
	reset styles
===================================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;/*サジェスト検索設置のため下記を設置*//*z-index: 1;*/
}
article, aside, dialog, figure, footer, header, nav, section {
	display: block;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
#uv{
	vertical-align:top;	
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a img, map a {
	border:none;
}
/*==================================================================
	General setting
===================================================================*/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	color:#111;
}
body {
	font-size:small;
	color:#222;
	font: 14px/1.231 Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', verdana, arial, sans-serif;
	word-break:break-all;
	line-height:144%;
}
/* for Win IE8 */
head~/* */body {
 font: 14px/1.231 Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', verdana, arial, sans-serif;
}
html:not(:target) body {
 font: 14px/1.231 Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', verdana, arial, sans-serif;
 *font: 14px/1.231 'メイリオ', Meiryo, sans-serif;
}
a {
	/*\*/
	overflow: hidden;/**/
}
a img {
	border:none;
}
hr.separate {
	display: none;
}
a.hover img {
}
a.hover:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
img {
	-ms-interpolation-mode: bicubic;
}
/*	list
-------------------------------------------------------------------*/
li img, li input {
	vertical-align:middle;
}
li input {
	margin-right:5px;
}
/*==================================================================
	table setting
===================================================================*/

table {
	empty-cells: show;
}
/*==================================================================
	form setting
===================================================================*/

input {
	line-height:100%;
}
label {
	padding-right:3px;
}
/*==================================================================
	text setting
===================================================================*/

strong {
	font-weight:bold;
}
/*	text-align styles
-------------------------------------------------------------------*/
.center {
	text-align:center;
}
.right {
	text-align:right;
}
/*	color styles
-------------------------------------------------------------------*/
.red {
	color:#C00;
}
.gray {
	color:#666;
}
.brown {
	color:#993300;
}
/*==================================================================
	 img hover
===================================================================*/

a.hover:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/*==================================================================
	 base
===================================================================*/
ul {
	list-style:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*==================================================================
	 custum
===================================================================*/

/* bg */
.bgwhite {
	background:#FFFFFF;
}
.bggray {
	background:#f4f4f4;
}
.bgred {
	background:#FF0000;
}
.bgblue {
	background:#66CCFF;
}
.bgdot {
}
/* align */
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
/* CSS3 */
.round {
	border-radius:5px;
}
/* table */
.table_1 {
	border:1px solid #ddd;
	box-shadow: 0 1px 2px #ddd;
	width:100%;
}
.table_1 tr:nth-child(odd) {
 background:#f4f4f4;
}
.table_1 tr:nth-child(even) {
 background:#FFFFFF;
}
.table_1 tr:hover {
	background:aliceblue;
}
.table_1 td, .table_1 th {
	padding:4px;
	border-bottom:1px solid #fff;
	border-left:1px solid #ccc;
}
.table_1 tr td:first-child, .table_1 tr th:first-child {
	border-left:none;
}
.table_2 {
	border:1px solid #ddd;
	width:100%;
}
.table_2 tr {
	background:#FFFFFF;
}
.table_2 tr:hover {
	background:aliceblue;
}
.table_2 td, .table_2 th {
	padding:4px;
	border-bottom:1px dotted #ddd;
	border-left:1px dotted #ddd;
}
.table_2 tr td:first-child, .table_2 tr th:first-child {
	border-left:none;
}
.table_thblue th {
	border-left:1px solid #444;
	box-shadow: 0 1px 1px rgba(220, 220, 220, 0.7);
	border:none;
	background:#4C7ED1;
	color:#fff;
	　　text-shadow: 0 -1px 0 #1D52A3;
	background-image: -moz-linear-gradient(center top, #5587E2 0px, #4678C6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#5587E2), to(#4678C6));
	font-size:1.2em;
}
.table_thgray th {
	background:#EEE;
	font-weight:bold;
	border-left:1px solid #ddd;
}
/* tr */
.tr_center td, .tr_center th {
	text-align:center;
}
.tr_right td, .tr_right th {
	text-align:right;
}
.tr_left td, .tr_left th {
	text-align:left;
}
/* hack */
td.center, th.center {
	text-align:center;
}
td.right, th.right {
	text-align:right;
}
td.left, th.left {
	text-align:left;
}
/* frame */
.table_frame {
	width:100%;
}
.table_frame tr:nth-child(1) td:nth-child(1) {
 padding:10px;
 padding-left:20px;
 border-right:1px solid #ccc;
 vertical-align:top;
}
.table_frame tr:nth-child(1) td:nth-child(2) {
 padding:10px;
 padding-right:20px;
 vertical-align:top;
}
.div_bottom {
	border-top:1px solid #ccc;
	padding:10px 20px;
	width:100%;
}
.div_top {
	width:100%;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
/* 20130213:伊東 */
.clickable {
	cursor: pointer;
	text-decoration: underline;
	color: #4169E1;
}
.clickable:hover {
	color: #00008B;
	text-decoration: underline;
}
/* 20130213:榛原 */
.clickable_red {
	cursor: pointer;
	text-decoration: underline;
	color: #FF0000;
}
.clickable_red:hover {
	color: #FF6600;
	text-decoration: none;
}
.clickable_green {
	cursor: pointer;
	text-decoration: underline;
	color: #669900;
}
.clickable_green:hover {
	color: #66CC66;
	text-decoration: none;
}
.clickable_black {
	cursor: pointer;
	text-decoration: underline;
	color: #333;
}
.clickable_black:hover {
	color: #999;
	text-decoration: none;
}
.f_bold {
	font-weight:bold;
}
.f_small {
	font-size:11px;
}
.f_nomal {
	font-size:14px;
}
.f_big {
	font-size:18px;
}
.f_bigbig {
	font-size:25px;
}
.f_shadow {
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
}
.f_blue {
	color:#00008B;
}
.f_red {
	color:#FF0000;
}
.f_green {
	color:#669900;
}
.f_orange {
	color:#FF9900;
}
.f_black {
	color:#000;
}
.f_white {
	color:#fff;
}
#left {
	background:#fff;
	float:left;
	border:1px solid #ddd;
	padding:5px;
	width:200px;
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	margin:10px;
	margin-right:5px;
	margin-left: 5px;
	margin-top:5px;
}
#center {
	background:#fff;
	float:left;
	border:1px solid #fff;
	padding:5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	margin:10px;
	margin-left:5px;
	margin-top:5px;
}
#top {
background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #FFFFFF;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding:10px;
	font-weight:bold;
	font-size:12px;
}
.ui_block {
	width:100%;
}
.ui_block td {
	border-bottom:1px solid #ddd;
	padding:5px;
	width:50%;
}
.ui_block select, .ui_block input {
	width:100px;
	font-size:12px;
	padding:2px;
	height:auto;
	margin-bottom:3px;
}
.ui_block select {
	width:106px;
}
input[type="text"] {
	height: auto;
	margin: 1px 0;
	padding: 2px;
	width: auto;
}
select {
	height: auto;
	margin: 1px 0;
	padding: 1px;
	width: auto;
}
.select_red, input.input_red {
	border-color:#FF2222;
	background:#FFeeee;
}
.select_yellow, input.input_yellow {
	background:#FFFFCC;
}
.select_gray, input.input_gray {
	background:#CCCCCC;
	cursor:auto;
}
.ui_block button {
	width:106px;
	margin-bottom:5px;
}
.btn {
	display: inline-block;
 *display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn_green {
	display: inline-block;
 *display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
 *background-color: #51a351;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn_green:hover, .btn_green:active, .btn_green.active, .btn_green.disabled, .btn_green[disabled] {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	color: #ffffff;
	background-color: #51a351;
 *background-color: #499249;
}
.btn_blue {
	display: inline-block;
 *display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
 *background-color: #0044cc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn_blue:hover, .btn_blue:active, .btn_blue.active, .btn_blue.disabled, .btn_blue[disabled] {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	color: #ffffff;
	background-color: #0044cc;
 *background-color: #003bb3;
}
.btn_red {
	display: inline-block;
 *display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
 *background-color: #bd362f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn_red:hover, .btn_red:active, .btn_red.active, .btn_red.disabled, .btn_red[disabled] {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	color: #ffffff;
	background-color: #bd362f;
 *background-color: #a9302a;
}
#sample2_div {
	width:50%;
	margin:auto;
	clear:both;
	border:2px solid #ddd;
}
footer {
	display:block;
	clear:both;
}
button i {
	margin-left:-5px;
	margin-right:5px;
}
label.label {
	background:none;
	display:inline-block;
	color:#000;
	text-shadow:none;
	color:#0088CC;
	cursor:pointer;
}
label.label:hover {
	color:#005580;
	text-decoration:underline;
}
label.label input {
	vertical-align:text-bottom;
	margin-right:5px;
}
.pagetitle {
	background: none repeat scroll 0 0 #172CB2;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin: -5px;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
#top button {
	font-size: 12px;
	height: 23px;
	margin: -5px -5px -5px 5px;
	margin-top:-7px;
	padding: 0;
}
.table_1 td,.table_1 th{
	font-size:14px;
}
body table.tablesorter{
	margin:0;
	font-family:Meiryo, "メイリオ", 'ＭＳ Ｐゴシック', verdana, arial, sans-serif;
}
body table.tablesorter th.header{
	font-size:14px;
}