html,body{margin:0px;padding: 0px;}
BODY{background-color: #eee;color:#404d64;}
DIV.center{text-align: center;}
DIV.lay1 IMG{border-right: 1px solid black;margin:0px;padding: 0px;vertical-align: bottom;}
DIV.lay1 IMG.fix{
//	width:50%;
	max-width: 1500px;
	min-width: 1500px;
}
DIV.lay1 IMG.logo{
//	width:50%;
	max-width: 1500px;
	background-color: #FFF;
	border-bottom:1px solid black;
	margin-bottom: 5px;
}
DIV.lay1 DIV.page{
//	width:50%;
	max-width: 1500px;
	background-color: #ddd;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
}

DIV.lay1 ul.box{
	display:table;
	table-layout: fixed;
	/*width:100%;*/
	padding-left:0px;
	width:1500px;
	max-width:1500px;
	
	background-color: #f3f3f3;
}
DIV.lay1 ul.box li.halfbox:first-child{
	border-left:1px solid #ccc;
}
DIV.lay1 ul.box li.halfbox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	
	border-top   :1px solid #ccc;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
	padding:15px 0px;
	font-size:22px;
}

DIV.lay1 ul.box li.halfbox a{
	display:block;
}

/* one-third box */

DIV.lay1 ul.box li.one-thirdbox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	
	border-top   :1px solid #ccc;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
	font-size:22px;
	height:3em;
}
DIV.lay1 ul.box li.one-thirdbox:first-child{
	border-left:1px solid #ccc;
}
DIV.lay1 ul.box li.one-thirdbox a{
	text-decoration:none;
	width:100%;
	/*height:100%;*/
	display:block;
	padding:0.7em 0px;
	vertical-align:middle;
}
DIV.lay1 ul.box li.one-thirdbox a:hover{
	background-color:white;
}


DIV.lay1 ul.box li.one-thirdbox a.single{
	padding:1.5em 0px;
}

DIV.lay1 DIV.whitepage{
//	width:50%;
	max-width: 1500px;
	background-color: #fff;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
	padding-top: 18px;
	padding-bottom: 18px;
}
DIV.lay1 DIV.whitepage H2{
	margin:0px;
	padding:0px;
	padding-left:40px;
}
DIV.lay1 DIV.whitepage div.heading {
color:#fff;
font-weight:800;
margin: 0 0 1em;
padding: 5px;
background: #0000FF url(../img/head_01.gif) repeat-x top;
}

DIV.lay1 DIV.whitepage div.in_contents {
color:#000;
font-weight:100;
margin: 20px 80px;
padding: 10px;
text-align:left;
background-color:#fafafa;
min-width:500px;
}


DIV.lay1 DIV.whitepage div.in_contents p{
margin-top:0px;
margin-bottom:5px;
text-indent: 1em;
}
DIV.lay1 DIV.whitepage div.in_contents ul.list {
margin: 20px 20px;
padding: 0;
list-style-type: none;
min-width:400px;
}

DIV.lay1 DIV.whitepage div.in_contents ul.list li {
padding: 0 0 5px 15px;
background: url(../img/triangle_01.gif) no-repeat 3px 0.2em;
line-height: 130%;
}
DIV.lay1 DIV.whitepage div.in_contents ul.list li div.width_type_01{
display:inline-block;
width:200px;
}


DIV.lay1 DIV.whitepage UL{
	margin:0px;
	padding:0px;
	margin-left:45px;
	padding-left:45px;
	margin-top:10px;
	margin-bottom:10px;
	color :#1875ff;
}
DIV.lay1 DIV.whitepage UL H2{
	margin:0px;
	padding:0px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:2px;
	padding-bottom:2px;
}
DIV.lay1 DIV.whitepage IMG{border-right:1px solid transparent;margin:0px;padding: 0px;}
/* unvisited link */
a:link {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

/* visited link */
a:visited {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

/* mouse over link */
a:hover {
/*
    color: #FF0000;
*/
	text-decoration :none;
	color : #d04255;
}

/* selected link */
a:active {
/*
    color: blue;
*/
	text-decoration :underline;
	color : #1875ff;
}

DIV.custom1{border:1px solid #fff;width:1500px;min-width:1500px;max-width:1500px;padding-bottom:10px;}
DIV.custom1 H3{font-size:28px;display:inline;}
DIV.custom1 DIV.floatbox{width:800px;padding-left:50px;background-color:#fff;}
DIV.custom1 DIV.floatbox DIV.minibox{
	width:250px;
	padding-top:40px;
	padding-bottom:40px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
//	border-top:1px solid #eee;
//	border-left:1px solid #eee;
	font-size:22px;
}
DIV.custom1 DIV.floatbox DIV.minibox HR{
	margin-top:40px;
	margin-bottom:35px;
}
DIV.custom1 DIV.floatbox DIV.minibox DIV.fix-border{
	border-top:1px solid black;
	margin-top:40px;
	padding-top:50px;
}
DIV.left{float:left;}
DIV.clearfix{clear:both;}
/* 2018/03/15 add */
/*  */
.keepWidth750{ min-width:750px;}
DIV.lay1 IMG.removeRightBorder{ border-right:none;}