@charset "Shift_JIS";

/* ================================================

 File name:      style.css
 Style info:     �S�̂̃f�U�C���ݒ�E���C�A�E�g�Ȃ�
 
 ================================================*/
   
/*
----------------------------------------------------
	Reset
----------------------------------------------------
*/

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;
	font-style: normal;
	list-style-type: none;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	text-align: left;
	background-color: #FFFFFF;
	margin: 30px;
}


html {
    overflow-y: scroll; /* ���X�N���[�������iIE�p�j */
} 



img {
    border-style:none;
}



/*
----------------------------------------------------
	�t�H���g��{�ݒ�
----------------------------------------------------
*/ 
 
body {
	color: #333;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* + html body {
	font-family: "���C���I","Meiryo";
}

 
body {
    font-size: small !important; /* IE 7���� */
    font-size: x-small; /* IE 6�ȉ� */
}
html>/**/body {
    font-size: 13px; /* ���_���u���E�U���� */
}

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

.form-group {
	margin-top: 3.5rem;
}  
/*
----------------------------------------------------
	�t�H���g�Z���N�^�ݒ�@
----------------------------------------------------
*/
 
p {
	margin-bottom: 1em;
}


h1 {
	font-size: 131%;
	background-color: #0085C4;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-weight: bold;
	border: 2px solid #D8D8D8;
	background-image: url(../image/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}



h2 {
	font-size: 124%;
	background-color: #0085C4;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	border: 2px solid #D8D8D8;

}

h3 {
	font-size: 108%;
	background-color: #454545;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

small {
	font-size: 85%;
	line-height: normal;
}



/*
----------------------------------------------------
	�f�U�C�����C�A�E�g�ݒ�
----------------------------------------------------
*/

/* �G���[�\���p */

.error {
	color: #FF0000;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 3px;
  display: block;
  
}
.must {
	font-weight: bold;
	color: #aa3355;
  margin-left: 3px;
}
.attention {
  display: block;
	color: #aa3355;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 1.37rem;
}


/* ���ӕ\���p */

.attention p{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0085C4;
	border-bottom-color: #0085C4;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
	text-align: center;
	display: block;
}


/* �y�[�W���[ */
.pager {
	text-align: right;
	padding: 4px;
	font-size: 85%;
}


/* �����A�~���A�C�R�� */

.permutes {
	padding: 2px;
}
.permutes img{
	border-style:none;
	margin-right: 2px;
	margin-left: 2px;
}

/* ��؂�� */

hr {
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/*----------------------------------------------------
	Link �ݒ�
----------------------------------------------------*/

a:link {
	color: #0085C4;
	text-decoration: underline;
}
a:visited { color: #02ADFF; }
a:hover { color: #800080; }
a:active { color: #0085C4; }


/*
----------------------------------------------------
	�t�H�[���f�U�C���ݒ�
----------------------------------------------------
*/

/* �t�H�[���{�^�� */

.button {
}
.button input{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}


