body
{
	background-color: #f6f6f6;
/*	background-color: #ededed; */
}

/* レスポンシブWeb */
@media only screen and (min-width: 800px)
{
	#main
	{
		width: 798px;  /* SXGA以上 */
	}

	div#left
	{
		width: 76%;  /*590px;*/
		float: left;
		padding-right: 15px;
	}

	div#right
	{
		width: 21%;  /*163px;*/
		float: left;
	}
}

@media only screen and (max-width: 799px)
{
	#main, #content, #left, #right
	{
		width: auto;
		float: none;
	}
}

div
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

div#main
{
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #2c2c2c;
}

div#header
{
	padding: 15px 0px 15px 20px;  /* 上 右 下 左 */
	float: left;
}

div.clear
{
	clear: both;  /* clear:bothとmargin-topを同時に指定するとmargin-topが無視されるためclear:bothのみ行う */
}

div#menu
{
	width: 100%;  /*798px;*/
	float: left;
	margin-bottom: 15px;
}

div#content
{
	width: 95%;  /* 95% 770px;*/
	margin-left: auto;
	margin-right: auto;
}

div#footer
{
	margin-top: 15px;
	padding: 15px 15px 10px 20px;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #868286;
}

div#footerLeft
{
	float: left;
	padding-right: 15px;
}

div#footerRight
{
	float: left;
}

.corner, div.inner
{
	color: #000;
	text-align: left;
}

.corner
{
	float:left;
	width:90%;  /*550px;*/
	background: #f7f7ef;
	padding: 1em;
	margin-bottom: 1.3em;
}

a
{
	text-decoration: none;  /* リンク下線の消去 */
}

/* link preudo-class */
a:link
{
	color: #136798;
	text-decoration: none;  /* リンク下線の消去 */
}

a:visited
{
	color: #4c1148;
	text-decoration: none;  /* リンク下線の消去 */
}

/* dynamic pseudo-class */
a:hover
{
	color: #B4334F;
}

a:active
{
	color: #B4334F;
}

a:focus
{
	color: #89100a;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dt, dd, th, td, blockquote, textarea, form, address  /* 共通定義 */
{
	font-family: sans-serif;
	font-size: 10.5pt;
	line-height: 1.3em;  /* 行間の幅 */
}

h1, h2, h3, h4, h5, h6  /* 共通定義 */
{
	font-weight: bold;
}

table, tbody, th, tr, td, img, form
{
	border-width: 0px;  /* 枠線の消去 */
	font-weight: normal;
}

img
{
	float： clear;
	max-width: 100%;  /* 画像をはみ出させない */
	height: auto;
}

td
{
	padding: 2px 4px 2px 4px;
}

address
{
	font-style: normal;
	margin: auto auto 0em auto;
	vertical-align: middle;
}

ul
{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

ol
{
	padding-left: 25px;
}

legend
{
	font-weight: bold;
	font-size: 12px;
}

fieldset
{
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #778;
}

input, select, textarea
{
	background-color: white;
	margin: 0px;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

input a:hover
{
 color: #E8F5DC;
 background: #E8F5DC;
 border-color: #227;
}

h1
{
	margin: 0px auto 0px 0px;
	padding: 0px;
}

h2
{
	font-size: 14pt;
	border-width: 0px 0px 0px 5px;  /* 上 右 下 左 */
	border-style: solid;
	border-color: #6B8E23;
	padding: 0em 0em 0em 0.5em;  /* 上 右 下 左 */
	margin-top: 0em;
	margin-bottom: 0.5em;
}

p.loc
{
	border-width: 0px 0px 0px 5px;  /* 上 右 下 左 */
	border-style: solid;
	border-color: #6B8E23;
	padding: 0em 0em 0em 0.7em;  /* 上 右 下 左 */
	margin: 0em;
}

h3
{
	font-size: 12pt;
	border-width: 0px 0px 0px 5px;  /* 上 右 下 左 */
	border-style: solid;
	border-color: #6B8E23;  /* A7DB7E */
	padding: 0em 0em 0em 0.5em;  /* 上 右 下 左 */
}

h3 a:link
{
	color: black;
}

h3.home
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #778;
	margin: 0px;
	padding: 0em;
}

h4
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #778;
}

blockquote
{
	border-width: 0em 0em 0em thick;
	border-style: solid;
	border-color: #B5BD95;
	padding: 0em 0em 0em 0.5em;
	margin-left: 0px;
	margin-right: 0px;
}

p.indent
{
	text-indent: 1em;  /* 先頭行でインデント */
}

p.side
{
	margin: 0.3em auto 0.3em auto;
}

p.top
{
	font-size: 11pt;
	margin: auto auto 0em auto;
	text-align: right;
	line-height: 0.8em;
}

p.home
{
	margin: 0px;
	padding : 0px;
	vertical-align: bottom;
}

p.lower
{
	text-align: right;
}

img.icon
{
	vertical-align: top;
}

img.footer
{
}

tr.transparent
{
	border-width: 1px;
	padding: 2px 10px 2px 10px;
}

tr.colored
{
	border-width: 1px;
	padding: 2px 10px 2px 10px;
	background: #f0f0f0;  /* #f4f9ff */
}

td.item
{
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #778;
}

span.weak
{
	color: #888888;
}

div.home-card
{
	width: 100%;
	float: left;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #778;
	margin-bottom: 10px;
}

div.article-card
{
	width: 100%;
	float: left;
	border-width: 0px;
}

div.home-left
{
	width: 30%;
	margin-right: 5%;
	float: left;
	vertical-align: top;
}

div.home-right
{
	float: left;
	width: 65%;
}

h2.home
{
	font-size: 14pt;
	border-width: 0px 0px 0px 5px;  /* 上 右 下 左 */
	border-style: solid;
	border-color: #6B8E23;
	padding: 0em 0em 0em 0.5em;  /* 上 右 下 左 */
	margin: 0em;
}

img.small
{
/*	width: 100%; */
	max-width: 100%;
/*	height: auto; */
	max-height: 150px;
}

img.guide
{
	width: auto;
	max-width: 100%;
	max-height: 300px;
}

span.login
{
	display: inline-block;
	width: 3em;
}

span.right
{
	float: right;
}

/* for ende45 */
span.purple
{
	color: purple;
}

/* for ende45 */
span.steelblue
{
	color: steelblue;
}

