@charset "utf-8";
/* CSS Document */
html, body {
    padding:0;
    margin:0;
    font: 400 12px / 1.5 "メイリオ","ＭＳ Ｐゴシック",Verdana,Arial;
    height:100%;
	width:100%;
}

input:focus {outline: none;}

a:link {
    color: #1364C4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #960BB4;
    text-decoration: none;
}

table {
    border: 1px solid #BBBBBB;
    border-collapse: collapse;
}

table td {
    border: 1px solid #BBBBBB;
}

.h4, h4 {
    color: #3F529C;
    font-size:14px;
    font-weight: bold;
}

.container {
	margin:10px 15px;
}

.container .title {
    color: #3F529C;
    font-size:36px;
    font-weight: bold;
	border-bottom: solid #3F529C 1px;
}

.title1 {
	color: #3F529C;
 	font-size:23px;
    font-weight: bold;
}

.title2 {
 	color: #3F529C;
	font-size: 24px;
    font-weight: bold;
	border-bottom: solid #3F529C 1px;
}

.subtitle, .subtitle2, .subtitle3 {
    font-weight: bold;
 	color: #3F529C;
	font-size: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
	line-height:30px;
}

.subtitle {
	border-bottom: solid #E5E5E5 1px;
}

.subtitle3 {
	font-size: 14px;
    margin-bottom: 2px;
}

.request_title {
    margin-bottom: 19px;
    margin-top: 19px;
}

.request_sub_title {
    color: #3F529C;
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.description {
	color: #000;
	line-height::25px;
	height:auto;
	padding:2px;
	margin:2px 4px 16px 4px;
}

.container table {
	width:100%;
    background-color: #E5E5E5;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 21px;
    padding: 4px;
    text-align: left;
}
.container table th {
    background-color: #E5E5E5;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 21px;
    padding: 10px;
	border: 1px solid #BBBBBB;
    text-align: left;
}
.container table td {
    background-color: #FFFFFF;
    line-height: 140%;
    margin: 1px;
    padding: 10px;
}

.table_margin{
	margin:10px 0 0 0;
}

.th_name {
	width:236px;
}

.th_required {
	width:80px;
}

.th_multiple {
	width:80px;
}

.hrdiv {
    padding-top: 12px;
}

.hr_line {
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #E5E5E5;
    margin-left: 4px;
}

.heading_color {
    color: #3F529C;
	font-size:18px;
}

.accent_word {
	font-size:18px;
    font-weight: bold;
}

.result_contents {
	border:solid #BBBBBB 2px;
	padding:4px;
}

/*-------To the top-------*/
p#toPagetop {
	clear:both;
	margin-right:20px;
	text-align:right;
    text-decoration: underline;
}
