@charset "UTF-8";

/* LAYOUT
******************************************************************************************** */
/*body {
	text-align:center;
}*/

.header {
	padding:5px;
	vertical-align:middle;
	text-align:center;
	height:60px;
}

hr {
	width:100%;
	height:1px;
	color:#000000;
}

table.gray {
	background-color:#F9F9F9;
}

.secret {
	border:none;
	background-color:#F9F9F9;
}

.border_none {
	border:none;
}

.s220{
	width:220px;
}

/* PAGETOP
******************************************************************************************** */
#pagetop {
	text-align:right;
	font-size:small;
}

/* TEXT
******************************************************************************************** */

/*
h1 {
	position:absolute;
	top:30px;
	left:15px;
}
*/

/*
h1 {
	position:absolute;
	left:15px;
}

h2 {
	color:#1B4EA1;
	size:200%;
}
*/

.th1_bg {
	background-color:#1B4EA1;
}

.th1 {
	color:#FFFFFF;
}

.small {
	font-size:small;
}
.smaller {
	font-size:smaller;
}
.medium {
	font-size:medium;
}
.large {
	font-size:large;
}
.larger {
	font-size:larger;
}
.x-large {
	font-size:x-large;
}
.x-large {
	font-size:xx-large;
}
.p080 {
	font-size:80%;
}
.p090 {
	font-size:90%;
}
.p100 {
	font-size:100%;
}
.p110 {
	font-size:110%;
}
.p120 {
	font-size:120%;
}
.red {
	color:#FF0000;
}
.strong{
	font-weight:bold;
}

/* BUTTONS
******************************************************************************************** */

.btn {
	color:#000000; /* 文字の色 */
	background-color:#E0E0E0; /* 背景色 */
	border-width:3px 3px 2px 3px;
	border-style:solid;
	border-color:#EEEEEE #393939 #393939 #EEEEEE;
}

.btn2 {
	color:#000000; /* 文字の色 */
	background-color:#E0E0E0; /* 背景色 */
	border-width:3px 3px 2px 3px;
	border-style:solid;
	border-color:#EEEEEE #393939 #393939 #EEEEEE; 
	width:135px;
	height:46px;
	font-weight:bold;
}

.btn3 {
	color:#FFFFFF; /* ̐F */ 
	background-image:url(../img/common/btn_bg.gif);	
	border-width:1px;
	border-style:solid;
	border-color:#000000; 
	width:135px;
	height:30px;
	font-weight:bold;
}

.btn_detail {
	color:#FFFFFF; /* ̐F */
	background-image:url(../img/common/btn_bg2.gif);	
	border-width:1px;
	border-style:solid;
	border-color:#000000; 
	width:90px;
	height:30px;
	font-weight:bold;
}


.btn_ok,
.btn_sub {
	color:#000000; /* ̐F */
	background-color:#E0E0E0; /* wiF */
	border-width:3px 3px 2px 3px;
	border-style:solid;
	border-color:#EEEEEE #393939 #393939 #EEEEEE; 
	width:100px;
	height:20px;
}

/* MARGIN
******************************************************************************************** */

.mt5 {
	margin-top: 5px;
}
.mr3 {
	margin-right: 3px;
}
.mr4 {
	margin-right: 4px;
}
.mr5 {
	margin-right: 5px;
}
.mr9 {
	margin-right: 9px;
}
.mr10 {
	margin-right: 10px;
}
.mr25 {
	margin-right: 25px;
}
.ml10 {
	margin-left: 10px;
}
.ml40 {
	margin-left: 40px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt15 {
	margin-top: 15px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}

.pr20 {
	padding-right:20px;
}

.pt20 {
	padding-top:20px;
}






/* PADDING
******************************************************************************************** */

.pt15{
	padding-top:15px;
}

/* LINK
********************************************************************************************
a:link	 {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
*/

/* FLOAT
******************************************************************************************** */
.fl_left {
	float:left;
}

.fl_right {
	float:right;
}

/* TEXT-ALIGN
******************************************************************************************** */
.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

/* CLEAR
******************************************************************************************** */
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear {
	clear: both;
}


/* SETUP CSS
******************************************************************************************** */

dl,dt,dd,ul,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
