@charset "Shift_JIS";
/* CSS Document */

body {
        font-size:80%;
		font-family: Meiryo;
		line-height:1.5;
		color:#333333;
		width: 95%;
		min-width: 700px;
		max-width: 700px;
		margin-right: auto;
		margin-left : auto;
}



/* ���o�� */

hr {
        border-top: 2px dotted #808080;
        border-right: none;
        border-bottom: none;
        border-left: none;
}


h1 {
        font-size:150%;
        color: #FFFFFF;/*�����F*/
		line-height:0.8;
		font-weight: bold;
        padding: 0.25em 0.5em;
        border-bottom: 3px solid #FF6600;
        background: #FFCC66;
		line-height: 1.2;
}


h2 {
        font-size:120%;
		line-height:0.8;
		font-weight: bold;
		padding: 0.25em 0.5em;/*�㉺ ���E�̗]��*/
        color: #333333;/*�����F*/
        background: transparent;/*�w�i������*/
        border-left: solid 10px #FF6600;/*����*/
		line-height: 1.2;
}


/* �e�[�u�� */

table {
        border: solid 1px #333333; border-collapse: collapse;
        width: 100%;
}

table td {/*table����td�ɑ΂���*/
        padding: 10px 20px;/*�㉺10px�ō��E20px*/
        border: solid 1px #333333
}

.td1 { 
        background-color: #FFFAF0; 
}


