@charset "utf-8";
/* CSS Document */

/*************************************************
 * 共通スタイル
 ************************************************/
body {
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
	background-color:#f9f9f9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	line-height:20px;
	color:#222;
}

img {
	border:none;
}

.clear {
	clear: both;
	height:0;
}

input[type=button]:hover, 
input[type=submit]:hover{
	cursor: pointer;
}

/*2017/03/02 印刷不可設定*/
@media print{
	body {
		display:none;
	}
}

/*************************************************
 * ヘッダースタイル
 *************************************************/
div#header {
	height:auto;
	background-color:#5c26ff;
}

div#header_title {
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:40px;
	letter-spacing:2px;
}

div#header_um_name {
	text-align:left;
	padding-left:10px;
	color:#fff;
	font-size:20px;
	line-height:40px;
	letter-spacing:2px;
}

#contents div.page_title
{
	margin:0;
	padding-left:10px;
	background-color:#d3edf7;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

	text-align:left;
	color:#222;
	font-size:18px;
	line-height:35px;
	letter-spacing:2px;
}

#contents div.page_link
{
	margin:0 0 0 0;
	padding-left:15px;
	background-color:#e2e2e2;
	text-align:left;
	color:#222;
	font-size:16px;
	line-height:30px;
	letter-spacing:2px;
}

/*************************************************
 * フッタースタイル *
 *************************************************/
div.footer
{
	width:100%;
	margin-top:20px;
	border-top:#868686 1px solid;
	text-align:center;
}

div.footer input.LogoutButton
{
	max-width:100px;
	width:90%;
	height:30px;
	margin:20px auto 0 auto;
	font-size: 16px;
}

/*************************************************
 * Google Chrome 注意書き *
 *************************************************/
 div.notice
{
	margin:20px auto 0 auto;
    max-width: 800px;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

 div.notice span.spnIndent1
{
	padding-left: 15px;
}
