@charset "utf-8";

/* =============================================== */
/** 00. All - 全体の初期設定値をリセット
/* ----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}


fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


/* =============================================== */
/** 01. Link - リンク設定
/* ----------------------------------------------- */
a, a:visited {
	color: #111184;
	text-decoration: underline;
}

/* =============================================== */
/** 02. Layout - 共通レイアウト
/* ----------------------------------------------- */
html,body, #wrapper{
	height:100%;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, "メイリオ", "ヒラギノ角ゴシック", "MS Pゴシック", sans-serif;
	color: #333;
	background: #fff;
}

/* サイドバー */
.leftside {
	width: 220px;
	height: 100%;
	min-height: 100%;
	background: #f0f0f0;
	border-right: 1px solid #ccc;
	float: left;
	position: fixed;
}
body > .leftside {
	height: auto;
}
.leftside .logoarea {
	margin: 40px 10px;
}
.leftside .logoarea h1 {
	width: 200px;
	height: 110px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}
.leftside .naviarea {}
.leftside .naviarea a {
	color: #333;
	text-decoration: none;
}
.leftside .naviarea .cmenu_ttl {
	padding: 20px 15px 10px;
}
.leftside .naviarea .cmenu li {
	border-top: 1px solid #ccc;
	font-size: 14px;
	list-style-type: none;
}
.leftside .naviarea .cmenu a {
	padding: 15px 20px;
	display: block;
	background: url(../img/symble_triangle2.png) 190px center no-repeat;
}
.leftside .naviarea .cmenu li:last-child {
	border-bottom: 1px solid #ccc;
}
.leftside .naviarea .gmenu {
	padding: 40px 20px;
}
.leftside .naviarea .gmenu li {
	list-style-type: none;
	line-height: 1.8em;
}
.leftside .naviarea .gmenu a {
	padding-left: 10px;
	background: url(../img/symble_triangle.png) 0 center no-repeat;
}

.content {
	width: 700px;
	margin-left: 221px;
	padding: 40px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	padding: 10px;
	width: 200px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	color: #333;
	text-align: left;
}
td {
	padding: 10px;
	border: 1px solid #ccc;
}
table.fw {
	width: 100%;
}
table.noborder {
	margin-left: -10px;
	border: none;
}
table.noborder td {
	padding-right: 0px;
	border: none;
}

span.input_need {
	margin-right: 10px;
	width: 40px;
	height: 17px;
	line-height: 17px;
	display: block;
	float: left;
	background: url(../img/icon_need.gif);
	text-indent: -9999px;
}
.buttons-area {
	padding: 50px;
	text-align: center;
}

.content.login .buttons-area input.submitex {
	width: 160px;
	height: 40px;
	border: none;
	background: url(../img/btn_input_login.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
.buttons-area input.submitex:hover {
	background-position: 0 -40px;
}

a[href $='.pdf'] {
    padding: 0px 25px 0px 0px;
    background: transparent url(../img/icon_pdf.png) no-repeat center right;
}

.pgdes {
	padding-bottom: 10px;
}

.caution {
	color: #f00;
}
.errtxt {
	margin-bottom: 10px;
	color: #f00;
}

.content.login ul {
	margin-left: 1.5rem;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}