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: 910px;
	min-width: 910px;
}
DIV.lay1 IMG.logo{
//	width:50%;
	max-width: 910px;
	background-color: #FFF;
	border-bottom:1px solid black;
	margin-bottom: 5px;
}
DIV.lay1 DIV.page{
//	width:50%;
	max-width: 910px;
	background-color: #ddd;
	border-right :1px solid black;
	border-bottom:1px solid black;
	margin-bottom: 8px;
}
DIV.lay1 DIV.whitepage{
//	width:50%;
	max-width: 910px;
	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.t-left{
	text-align:left;
}

DIV.lay1 DIV.whitepage DIV.publication_sinbunka{
	/* for sinbunka */
//	width:20%;
	width: 810px;
	max-width: 810px;
	min-width: 810px;
	background-color:#f2f2f2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

DIV.lay1 DIV.whitepage DIV.publication_sinbunka DIV.publication_box3in{
	width: 220px;
	max-width: 220px;
	min-width: 220px;
	margin:10px 24px 10px 24px;
	border:1px solid black;
	box-sizing: border-box;
}
DIV.lay1 DIV.whitepage DIV.publication_sinbunka DIV.publication_box3in IMG{
	width:100%;
}
DIV.lay1 DIV.whitepage DIV.publication_sinbunka DIV.clear{
	clear:both;
}
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:910px;min-width:910px;max-width:910px;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;}